2024-02-10T07:47:02.943 INFO:root:teuthology version: 0.0.1.dev256+gd9fdb22 2024-02-10T07:47:02.943 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi --verbose --archive /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279 --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} --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279/orig.config.yaml 2024-02-10T07:47:02.973 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T07:47:03.059 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279 branch: wip-yuri10-testing-2024-02-08-0854-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: null first_in_suite: false job_id: '7555279' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri10-testing-2024-02-08-0854-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\) - \(MON_DOWN\) - \(PG_AVAILABILITY\) sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 workunit: branch: wip-tracker-64343-pacific sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 owner: scheduled_yuriw@teuthology priority: 71 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: 964 sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-tracker-64343-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 57bd6abdec7bb457ae7999d9c96682e9ac678e27 targets: smithi099.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPfPRsM8TpEIE1DWe0LoeMOU+dV808GJ5py0M/IYUn+BVs1acs1ECF9xeNtWZSDXEsVAYB8cTyKJu7XNL/7Ew8= smithi179.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIHp9gAielsm7WeJS4cPfW5JKr5S8Evc0LdSKBULaMM3lVSGd7aoF0ows0ya+ZRrPxelqDHlimqHagoCv+wAJDI= 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: d9fdb2209e15b39d9f061fd85399f352ce0f0894 timestamp: 2024-02-09_21:34:44 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-02-10T07:47:03.059 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa; will attempt to use it 2024-02-10T07:47:03.060 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks 2024-02-10T07:47:03.060 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-02-10T07:47:03.061 INFO:teuthology.task.internal:Checking packages... 2024-02-10T07:47:03.086 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash '0e714d9a4bd2a821113e6318adb87bd06cf81ec1' 2024-02-10T07:47:03.086 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-02-10T07:47:03.086 INFO:teuthology.packaging:ref: None 2024-02-10T07:47:03.086 INFO:teuthology.packaging:tag: None 2024-02-10T07:47:03.086 INFO:teuthology.packaging:branch: wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T07:47:03.086 INFO:teuthology.packaging:sha1: 0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T07:47:03.086 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri10-testing-2024-02-08-0854-pacific 2024-02-10T07:47:03.247 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-521.g0e714d9a 2024-02-10T07:47:03.248 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-02-10T07:47:03.255 INFO:teuthology.task.internal:no buildpackages task found 2024-02-10T07:47:03.255 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-02-10T07:47:03.297 INFO:teuthology.task.internal:Saving configuration 2024-02-10T07:47:03.309 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-02-10T07:47:03.322 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T07:47:03.347 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:41:59.217892', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPfPRsM8TpEIE1DWe0LoeMOU+dV808GJ5py0M/IYUn+BVs1acs1ECF9xeNtWZSDXEsVAYB8cTyKJu7XNL/7Ew8='} 2024-02-10T07:47:03.367 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:41:59.219845', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIHp9gAielsm7WeJS4cPfW5JKr5S8Evc0LdSKBULaMM3lVSGd7aoF0ows0ya+ZRrPxelqDHlimqHagoCv+wAJDI='} 2024-02-10T07:47:03.368 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-02-10T07:47:03.374 INFO:teuthology.task.internal:roles: ubuntu@smithi099.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'] 2024-02-10T07:47:03.374 INFO:teuthology.task.internal:roles: ubuntu@smithi179.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'] 2024-02-10T07:47:03.374 INFO:teuthology.run_tasks:Running task console_log... 2024-02-10T07:47:03.460 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f941cc970d0>, signals=[15]) 2024-02-10T07:47:03.461 INFO:teuthology.run_tasks:Running task internal.connect... 2024-02-10T07:47:03.467 INFO:teuthology.task.internal:Opening connections... 2024-02-10T07:47:03.467 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi099.front.sepia.ceph.com 2024-02-10T07:47:03.469 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:47:03.545 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi179.front.sepia.ceph.com 2024-02-10T07:47:03.546 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T07:47:03.616 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-02-10T07:47:03.622 DEBUG:teuthology.orchestra.run.smithi099:> uname -m 2024-02-10T07:47:03.645 INFO:teuthology.orchestra.run.smithi099.stdout:x86_64 2024-02-10T07:47:03.645 DEBUG:teuthology.orchestra.run.smithi099:> cat /etc/os-release 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:NAME="CentOS Stream" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION="8" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:ID="centos" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:ID_LIKE="rhel fedora" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:VERSION_ID="8" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:PLATFORM_ID="platform:el8" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:ANSI_COLOR="0;31" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:HOME_URL="https://centos.org/" 2024-02-10T07:47:03.705 INFO:teuthology.orchestra.run.smithi099.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T07:47:03.706 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-10T07:47:03.706 INFO:teuthology.orchestra.run.smithi099.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T07:47:03.706 INFO:teuthology.lock.ops:Updating smithi099.front.sepia.ceph.com on lock server 2024-02-10T07:47:03.727 DEBUG:teuthology.orchestra.run.smithi179:> uname -m 2024-02-10T07:47:03.749 INFO:teuthology.orchestra.run.smithi179.stdout:x86_64 2024-02-10T07:47:03.750 DEBUG:teuthology.orchestra.run.smithi179:> cat /etc/os-release 2024-02-10T07:47:03.810 INFO:teuthology.orchestra.run.smithi179.stdout:NAME="CentOS Stream" 2024-02-10T07:47:03.810 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION="8" 2024-02-10T07:47:03.810 INFO:teuthology.orchestra.run.smithi179.stdout:ID="centos" 2024-02-10T07:47:03.810 INFO:teuthology.orchestra.run.smithi179.stdout:ID_LIKE="rhel fedora" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:VERSION_ID="8" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:PLATFORM_ID="platform:el8" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:PRETTY_NAME="CentOS Stream 8" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:ANSI_COLOR="0;31" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:HOME_URL="https://centos.org/" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-02-10T07:47:03.811 INFO:teuthology.orchestra.run.smithi179.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-02-10T07:47:03.811 INFO:teuthology.lock.ops:Updating smithi179.front.sepia.ceph.com on lock server 2024-02-10T07:47:03.835 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-02-10T07:47:03.844 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-02-10T07:47:03.881 INFO:teuthology.task.internal:Checking for old test directory... 2024-02-10T07:47:03.881 DEBUG:teuthology.orchestra.run.smithi099:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:47:03.883 DEBUG:teuthology.orchestra.run.smithi179:> test '!' -e /home/ubuntu/cephtest 2024-02-10T07:47:03.904 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-02-10T07:47:03.912 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-02-10T07:47:03.912 DEBUG:teuthology.orchestra.run.smithi099:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:47:03.944 DEBUG:teuthology.orchestra.run.smithi179:> test -z $(ls -A /var/lib/ceph) 2024-02-10T07:47:03.980 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-02-10T07:47:04.037 INFO:teuthology.run_tasks:Running task kernel... 2024-02-10T07:47:04.055 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-02-10T07:47:04.055 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-02-10T07:47:04.056 DEBUG:teuthology.orchestra.run.smithi099:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:47:04.056 DEBUG:teuthology.orchestra.run.smithi179:> test -f /run/.containerenv -o -f /.dockerenv 2024-02-10T07:47:04.076 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:47:04.077 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2024-02-10T07:47:04.077 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T07:47:04.078 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-02-10T07:47:04.137 INFO:teuthology.orchestra.run.smithi099.stdout:4.18.0-489.el8.x86_64 2024-02-10T07:47:04.137 INFO:teuthology.task.kernel:Running kernel on smithi099: 4.18.0-489.el8.x86_64 2024-02-10T07:47:04.137 DEBUG:teuthology.orchestra.run.smithi099:> sudo yum install -y kernel 2024-02-10T07:47:04.141 INFO:teuthology.orchestra.run.smithi179.stdout:4.18.0-489.el8.x86_64 2024-02-10T07:47:04.141 INFO:teuthology.task.kernel:Running kernel on smithi179: 4.18.0-489.el8.x86_64 2024-02-10T07:47:04.141 DEBUG:teuthology.orchestra.run.smithi179:> sudo yum install -y kernel 2024-02-10T07:47:08.009 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - AppStream 26 MB/s | 27 MB 00:01 2024-02-10T07:47:08.948 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - AppStream 13 MB/s | 27 MB 00:02 2024-02-10T07:50:21.805 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - BaseOS 56 kB/s | 10 MB 03:09 2024-02-10T07:50:23.721 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - Extras 56 kB/s | 18 kB 00:00 2024-02-10T07:50:24.255 INFO:teuthology.orchestra.run.smithi179.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2024-02-10T07:50:24.491 INFO:teuthology.orchestra.run.smithi179.stdout:Copr repo for python3-asyncssh owned by ceph 24 kB/s | 3.5 kB 00:00 2024-02-10T07:50:25.110 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - BaseOS 55 kB/s | 10 MB 03:11 2024-02-10T07:50:26.860 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - Extras 118 kB/s | 18 kB 00:00 2024-02-10T07:50:27.161 INFO:teuthology.orchestra.run.smithi099.stdout:CentOS Stream 8 - Extras common packages 36 kB/s | 6.9 kB 00:00 2024-02-10T07:50:27.405 INFO:teuthology.orchestra.run.smithi099.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-02-10T07:50:29.264 INFO:teuthology.orchestra.run.smithi099.stdout:Extra Packages for Enterprise Linux 9.1 MB/s | 16 MB 00:01 2024-02-10T07:50:32.972 INFO:teuthology.orchestra.run.smithi099.stdout:lab-extras 431 kB/s | 24 kB 00:00 2024-02-10T07:50:35.810 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-10T07:50:35.810 INFO:teuthology.orchestra.run.smithi099.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-10T07:50:35.922 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-02-10T07:50:35.923 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-02-10T07:50:35.923 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2024-02-10T07:50:35.923 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-02-10T07:50:35.923 INFO:teuthology.orchestra.run.smithi099.stdout:Installing: 2024-02-10T07:50:35.923 INFO:teuthology.orchestra.run.smithi099.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-10T07:50:35.923 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-02-10T07:50:35.923 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-10T07:50:35.923 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-10T07:50:35.924 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T07:50:35.924 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-02-10T07:50:35.924 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-02-10T07:50:35.924 INFO:teuthology.orchestra.run.smithi099.stdout:Install 3 Packages 2024-02-10T07:50:35.924 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T07:50:35.925 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 90 M 2024-02-10T07:50:35.925 INFO:teuthology.orchestra.run.smithi099.stdout:Installed size: 96 M 2024-02-10T07:50:35.925 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-02-10T07:50:40.901 INFO:teuthology.orchestra.run.smithi179.stdout:Extra Packages for Enterprise Linux 1.0 MB/s | 16 MB 00:16 2024-02-10T07:50:44.723 INFO:teuthology.orchestra.run.smithi179.stdout:lab-extras 438 kB/s | 24 kB 00:00 2024-02-10T07:50:47.670 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-02-10T07:50:47.670 INFO:teuthology.orchestra.run.smithi179.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-02-10T07:50:47.784 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout:Installing: 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout:Install 3 Packages 2024-02-10T07:50:47.785 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T07:50:47.786 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 90 M 2024-02-10T07:50:47.786 INFO:teuthology.orchestra.run.smithi179.stdout:Installed size: 96 M 2024-02-10T07:50:47.786 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2024-02-10T07:56:53.822 INFO:teuthology.orchestra.run.smithi099.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 28 kB/s | 10 MB 06:17 2024-02-10T07:57:17.812 INFO:teuthology.orchestra.run.smithi179.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 27 kB/s | 10 MB 06:29 2024-02-10T08:12:23.896 INFO:teuthology.orchestra.run.smithi099.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 28 kB/s | 36 MB 21:47 2024-02-10T08:12:50.862 INFO:teuthology.orchestra.run.smithi179.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 28 kB/s | 36 MB 22:02 2024-02-10T08:16:09.514 INFO:teuthology.orchestra.run.smithi179.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 29 kB/s | 44 MB 25:21 2024-02-10T08:16:09.514 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:16:09.514 INFO:teuthology.orchestra.run.smithi179.stdout:Total 61 kB/s | 90 MB 25:21 2024-02-10T08:16:10.191 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2024-02-10T08:16:10.641 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2024-02-10T08:16:10.641 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2024-02-10T08:16:11.890 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2024-02-10T08:16:11.954 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2024-02-10T08:16:14.744 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2024-02-10T08:16:15.309 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:16:18.895 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:16:19.292 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:16:21.088 INFO:teuthology.orchestra.run.smithi099.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 29 kB/s | 44 MB 25:45 2024-02-10T08:16:21.089 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:16:21.089 INFO:teuthology.orchestra.run.smithi099.stdout:Total 60 kB/s | 90 MB 25:45 2024-02-10T08:16:21.765 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-02-10T08:16:22.202 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-02-10T08:16:22.202 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-02-10T08:16:22.719 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:16:23.033 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:23.429 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-02-10T08:16:23.460 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-02-10T08:16:26.291 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-02-10T08:16:26.804 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:16:30.400 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:16:30.811 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:16:34.247 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:16:34.533 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:45.160 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:45.182 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:45.560 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:45.561 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:16:45.561 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:16:46.158 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:46.158 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:16:46.158 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2024-02-10T08:16:46.158 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-10T08:16:46.158 INFO:teuthology.orchestra.run.smithi179.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-10T08:16:46.158 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:16:46.158 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2024-02-10T08:16:46.292 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:16:46.553 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:16:46.554 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:16:46.554 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-10T08:16:46.554 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T08:16:46.554 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T08:16:46.554 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-02-10T08:16:46.554 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi179.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T08:16:46.554 DEBUG:teuthology.orchestra.run.smithi179:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:16:46.767 INFO:teuthology.orchestra.run.smithi179.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:16:46.767 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:16:46.768 DEBUG:teuthology.orchestra.run.smithi179:> sudo rpm -qi grub2-tools 2024-02-10T08:16:46.801 INFO:teuthology.orchestra.run.smithi179.stdout:Name : grub2-tools 2024-02-10T08:16:46.801 INFO:teuthology.orchestra.run.smithi179.stdout:Epoch : 1 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Version : 2.02 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Release : 129.el8 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Architecture: x86_64 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Group : System Environment/Base 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Size : 9265586 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:License : GPLv3+ 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Relocations : (not relocatable) 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Packager : CentOS BuildSystem 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:Vendor : CentOS 2024-02-10T08:16:46.802 INFO:teuthology.orchestra.run.smithi179.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout:Summary : Support tools for GRUB. 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout:Description : 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout:hardware devices. 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:16:46.803 INFO:teuthology.orchestra.run.smithi179.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T08:16:46.804 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T08:16:46.804 INFO:teuthology.task.kernel:Updating grub on smithi179 to boot 4.18.0-536.el8.x86_64 2024-02-10T08:16:46.804 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T08:16:48.396 INFO:teuthology.orchestra.run.smithi179.stderr:Generating grub configuration file ... 2024-02-10T08:16:50.461 INFO:teuthology.orchestra.run.smithi179.stderr:done 2024-02-10T08:16:50.463 DEBUG:teuthology.orchestra.run.smithi179:> mktemp 2024-02-10T08:16:50.517 INFO:teuthology.orchestra.run.smithi179.stdout:/tmp/tmp.PKaebPoD8R 2024-02-10T08:16:50.517 DEBUG:teuthology.orchestra.run.smithi179:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.PKaebPoD8R 2024-02-10T08:16:50.555 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0666 /tmp/tmp.PKaebPoD8R 2024-02-10T08:16:50.707 DEBUG:teuthology.orchestra.remote:smithi179:/tmp/tmp.PKaebPoD8R is 6KB 2024-02-10T08:16:50.731 DEBUG:teuthology.orchestra.run.smithi179:> rm -fr /tmp/tmp.PKaebPoD8R 2024-02-10T08:16:50.748 DEBUG:teuthology.orchestra.run.smithi179:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T08:16:50.819 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-10T08:16:50.819 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-10T08:16:50.819 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-10T08:16:50.819 INFO:teuthology.orchestra.run.smithi179.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-10T08:16:50.820 DEBUG:teuthology.orchestra.run.smithi179:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-10T08:16:50.985 DEBUG:teuthology.orchestra.run.smithi179:> sudo shutdown -r now 2024-02-10T08:16:56.625 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:56.647 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:57.046 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:57.046 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-02-10T08:16:57.047 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-02-10T08:16:57.880 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-02-10T08:16:57.880 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:16:57.880 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-02-10T08:16:57.880 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-02-10T08:16:57.881 INFO:teuthology.orchestra.run.smithi099.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-02-10T08:16:57.881 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:16:57.881 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-02-10T08:16:58.061 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:16:58.318 INFO:teuthology.orchestra.run.smithi099.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:16:58.318 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:16:58.318 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-02-10T08:16:58.318 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-02-10T08:16:58.318 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-02-10T08:16:58.319 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-02-10T08:16:58.319 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi099.front.sepia.ceph.com, path=None, version=distro) 2024-02-10T08:16:58.319 DEBUG:teuthology.orchestra.run.smithi099:> rpm -q kernel | sort -rV | head -n 1 2024-02-10T08:16:58.528 INFO:teuthology.orchestra.run.smithi099.stdout:kernel-4.18.0-536.el8.x86_64 2024-02-10T08:16:58.529 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-02-10T08:16:58.529 DEBUG:teuthology.orchestra.run.smithi099:> sudo rpm -qi grub2-tools 2024-02-10T08:16:58.562 INFO:teuthology.orchestra.run.smithi099.stdout:Name : grub2-tools 2024-02-10T08:16:58.562 INFO:teuthology.orchestra.run.smithi099.stdout:Epoch : 1 2024-02-10T08:16:58.562 INFO:teuthology.orchestra.run.smithi099.stdout:Version : 2.02 2024-02-10T08:16:58.562 INFO:teuthology.orchestra.run.smithi099.stdout:Release : 129.el8 2024-02-10T08:16:58.562 INFO:teuthology.orchestra.run.smithi099.stdout:Architecture: x86_64 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Group : System Environment/Base 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Size : 9265586 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:License : GPLv3+ 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Build Host : kbuilder.bsys.centos.org 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Relocations : (not relocatable) 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Packager : CentOS BuildSystem 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Vendor : CentOS 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:URL : http://www.gnu.org/software/grub/ 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Summary : Support tools for GRUB. 2024-02-10T08:16:58.563 INFO:teuthology.orchestra.run.smithi099.stdout:Description : 2024-02-10T08:16:58.564 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:16:58.564 INFO:teuthology.orchestra.run.smithi099.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-02-10T08:16:58.564 INFO:teuthology.orchestra.run.smithi099.stdout:customizable bootloader with modular architecture. It supports a rich 2024-02-10T08:16:58.564 INFO:teuthology.orchestra.run.smithi099.stdout:variety of kernel formats, file systems, computer architectures and 2024-02-10T08:16:58.564 INFO:teuthology.orchestra.run.smithi099.stdout:hardware devices. 2024-02-10T08:16:58.564 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:16:58.565 INFO:teuthology.orchestra.run.smithi099.stdout:This subpackage provides tools for support of all platforms. 2024-02-10T08:16:58.566 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-02-10T08:16:58.566 INFO:teuthology.task.kernel:Updating grub on smithi099 to boot 4.18.0-536.el8.x86_64 2024-02-10T08:16:58.566 DEBUG:teuthology.orchestra.run.smithi099:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-02-10T08:17:00.145 INFO:teuthology.orchestra.run.smithi099.stderr:Generating grub configuration file ... 2024-02-10T08:17:02.371 INFO:teuthology.orchestra.run.smithi099.stderr:done 2024-02-10T08:17:02.373 DEBUG:teuthology.orchestra.run.smithi099:> mktemp 2024-02-10T08:17:02.415 INFO:teuthology.orchestra.run.smithi099.stdout:/tmp/tmp.Qv71gRhyo4 2024-02-10T08:17:02.416 DEBUG:teuthology.orchestra.run.smithi099:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Qv71gRhyo4 2024-02-10T08:17:02.489 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 0666 /tmp/tmp.Qv71gRhyo4 2024-02-10T08:17:02.647 DEBUG:teuthology.orchestra.remote:smithi099:/tmp/tmp.Qv71gRhyo4 is 6KB 2024-02-10T08:17:02.696 DEBUG:teuthology.orchestra.run.smithi099:> rm -fr /tmp/tmp.Qv71gRhyo4 2024-02-10T08:17:02.714 DEBUG:teuthology.orchestra.run.smithi099:> sudo /bin/ls /boot/loader/entries || true 2024-02-10T08:17:02.802 INFO:teuthology.orchestra.run.smithi099.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-02-10T08:17:02.802 INFO:teuthology.orchestra.run.smithi099.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-02-10T08:17:02.802 INFO:teuthology.orchestra.run.smithi099.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-02-10T08:17:02.802 INFO:teuthology.orchestra.run.smithi099.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-02-10T08:17:02.803 DEBUG:teuthology.orchestra.run.smithi099:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-02-10T08:17:02.952 DEBUG:teuthology.orchestra.run.smithi099:> sudo shutdown -r now 2024-02-10T08:17:21.006 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-02-10T08:17:21.007 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-02-10T08:17:21.009 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:17:32.966 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-02-10T08:17:32.966 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-02-10T08:17:32.967 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:17:51.420 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2024-02-10T08:18:00.428 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-02-10T08:18:00.430 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:18:03.484 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.99 2024-02-10T08:18:15.496 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-02-10T08:18:15.497 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:18:21.016 DEBUG:teuthology.orchestra.remote:timed out 2024-02-10T08:18:30.025 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-02-10T08:18:30.026 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:18:30.358 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-02-10T08:18:30.807 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-02-10T08:18:30.807 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-536.el8.x86_64"... 2024-02-10T08:18:30.808 DEBUG:teuthology.orchestra.run.smithi179:> uname -r 2024-02-10T08:18:30.824 INFO:teuthology.orchestra.run.smithi179.stdout:4.18.0-536.el8.x86_64 2024-02-10T08:18:30.825 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-10T08:18:30.825 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T08:18:30.825 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T08:18:31.826 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-02-10T08:18:31.826 DEBUG:teuthology.orchestra.run.smithi179:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T08:18:31.910 INFO:teuthology.orchestra.run.smithi179.stdout:ttyS1 2024-02-10T08:18:31.924 DEBUG:teuthology.parallel:result is None 2024-02-10T08:18:47.849 DEBUG:teuthology.orchestra.run.smithi099:> true 2024-02-10T08:18:48.529 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-02-10T08:18:48.529 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-536.el8.x86_64"... 2024-02-10T08:18:48.529 DEBUG:teuthology.orchestra.run.smithi099:> uname -r 2024-02-10T08:18:48.546 INFO:teuthology.orchestra.run.smithi099.stdout:4.18.0-536.el8.x86_64 2024-02-10T08:18:48.546 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-02-10T08:18:48.546 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-02-10T08:18:48.546 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-02-10T08:18:49.547 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-02-10T08:18:49.547 DEBUG:teuthology.orchestra.run.smithi099:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-02-10T08:18:49.641 INFO:teuthology.orchestra.run.smithi099.stdout:ttyS1 2024-02-10T08:18:49.654 DEBUG:teuthology.parallel:result is None 2024-02-10T08:18:49.654 INFO:teuthology.run_tasks:Running task internal.base... 2024-02-10T08:18:49.662 INFO:teuthology.task.internal:Creating test directory... 2024-02-10T08:18:49.662 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T08:18:49.665 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-02-10T08:18:49.689 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-02-10T08:18:49.696 INFO:teuthology.run_tasks:Running task internal.archive... 2024-02-10T08:18:49.733 INFO:teuthology.task.internal:Creating archive directory... 2024-02-10T08:18:49.733 DEBUG:teuthology.orchestra.run.smithi099:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T08:18:49.736 DEBUG:teuthology.orchestra.run.smithi179:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-02-10T08:18:49.796 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-02-10T08:18:49.803 INFO:teuthology.task.internal:Enabling coredump saving... 2024-02-10T08:18:49.803 DEBUG:teuthology.orchestra.run.smithi099:> 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 2024-02-10T08:18:49.809 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-02-10T08:18:49.843 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:18:49.849 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:18:49.854 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:18:49.860 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-02-10T08:18:49.862 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-02-10T08:18:49.870 INFO:teuthology.task.internal:Configuring sudo... 2024-02-10T08:18:49.870 DEBUG:teuthology.orchestra.run.smithi099:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T08:18:49.899 DEBUG:teuthology.orchestra.run.smithi179:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-02-10T08:18:49.931 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-02-10T08:18:49.941 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-02-10T08:18:49.941 DEBUG:teuthology.orchestra.run.smithi099:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T08:18:49.968 DEBUG:teuthology.orchestra.run.smithi179:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-02-10T08:18:49.990 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:18:50.069 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:18:50.116 DEBUG:teuthology.orchestra.run.smithi099:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:18:50.199 DEBUG:teuthology.orchestra.run.smithi099:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:18:50.242 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:18:50.242 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T08:18:50.309 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:18:50.352 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-02-10T08:18:50.410 DEBUG:teuthology.orchestra.run.smithi179:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:18:50.498 DEBUG:teuthology.orchestra.run.smithi179:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-02-10T08:18:50.542 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-02-10T08:18:50.542 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-02-10T08:18:50.610 DEBUG:teuthology.orchestra.run.smithi099:> sudo service rsyslog restart 2024-02-10T08:18:50.613 DEBUG:teuthology.orchestra.run.smithi179:> sudo service rsyslog restart 2024-02-10T08:18:50.656 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:18:50.720 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:18:51.187 INFO:teuthology.run_tasks:Running task internal.timer... 2024-02-10T08:18:51.197 INFO:teuthology.task.internal:Starting timer... 2024-02-10T08:18:51.197 INFO:teuthology.run_tasks:Running task pcp... 2024-02-10T08:18:51.251 INFO:teuthology.run_tasks:Running task selinux... 2024-02-10T08:18:51.309 DEBUG:teuthology.orchestra.run.smithi099:> sudo service auditd rotate 2024-02-10T08:18:51.386 INFO:teuthology.orchestra.run.smithi099.stdout:Rotating logs: 2024-02-10T08:18:51.387 DEBUG:teuthology.orchestra.run.smithi179:> sudo service auditd rotate 2024-02-10T08:18:51.464 INFO:teuthology.orchestra.run.smithi179.stdout:Rotating logs: 2024-02-10T08:18:51.466 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-02-10T08:18:51.466 DEBUG:teuthology.orchestra.run.smithi099:> /usr/sbin/getenforce 2024-02-10T08:18:51.492 INFO:teuthology.orchestra.run.smithi099.stdout:Permissive 2024-02-10T08:18:51.492 DEBUG:teuthology.orchestra.run.smithi179:> /usr/sbin/getenforce 2024-02-10T08:18:51.513 INFO:teuthology.orchestra.run.smithi179.stdout:Permissive 2024-02-10T08:18:51.513 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi099.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi179.front.sepia.ceph.com': 'permissive'} 2024-02-10T08:18:51.513 DEBUG:teuthology.orchestra.run.smithi099:> 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 2024-02-10T08:18:51.559 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:18:51.559 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-02-10T08:18:51.587 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:18:51.587 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-02-10T08:18:51.587 DEBUG:teuthology.orchestra.run.smithi099:> sudo /usr/sbin/setenforce permissive 2024-02-10T08:18:51.626 DEBUG:teuthology.orchestra.run.smithi179:> sudo /usr/sbin/setenforce permissive 2024-02-10T08:18:51.664 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-02-10T08:18:51.674 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-02-10T08:18:51.691 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'}]}] 2024-02-10T08:18:51.693 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi099.front.sepia.ceph.com,smithi179.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-02-10T08:25:02.635 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi099.front.sepia.ceph.com'), Remote(name='ubuntu@smithi179.front.sepia.ceph.com')] 2024-02-10T08:25:02.636 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-02-10T08:25:02.637 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi099.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:25:02.714 DEBUG:teuthology.orchestra.run.smithi099:> true 2024-02-10T08:25:02.786 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi099.front.sepia.ceph.com' 2024-02-10T08:25:02.786 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-02-10T08:25:02.787 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi179.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-02-10T08:25:02.859 DEBUG:teuthology.orchestra.run.smithi179:> true 2024-02-10T08:25:02.926 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi179.front.sepia.ceph.com' 2024-02-10T08:25:02.926 INFO:teuthology.run_tasks:Running task clock... 2024-02-10T08:25:02.939 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-02-10T08:25:02.939 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T08:25:02.940 DEBUG:teuthology.orchestra.run.smithi099:> 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 2024-02-10T08:25:02.942 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-02-10T08:25:02.942 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-02-10T08:25:02.971 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T08:25:02.984 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T08:25:03.001 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-02-10T08:25:03.014 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-02-10T08:25:03.054 INFO:teuthology.orchestra.run.smithi099.stderr:sudo: ntpd: command not found 2024-02-10T08:25:03.065 INFO:teuthology.orchestra.run.smithi099.stdout:506 Cannot talk to daemon 2024-02-10T08:25:03.079 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T08:25:03.092 INFO:teuthology.orchestra.run.smithi179.stderr:sudo: ntpd: command not found 2024-02-10T08:25:03.092 INFO:teuthology.orchestra.run.smithi099.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T08:25:03.103 INFO:teuthology.orchestra.run.smithi179.stdout:506 Cannot talk to daemon 2024-02-10T08:25:03.116 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-02-10T08:25:03.129 INFO:teuthology.orchestra.run.smithi179.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-02-10T08:25:03.168 INFO:teuthology.orchestra.run.smithi099.stderr:bash: ntpq: command not found 2024-02-10T08:25:03.171 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T08:25:03.172 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2024-02-10T08:25:03.172 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:25:03.172 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:25:03.172 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:25:03.172 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:25:03.194 INFO:teuthology.orchestra.run.smithi179.stderr:bash: ntpq: command not found 2024-02-10T08:25:03.197 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T08:25:03.197 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2024-02-10T08:25:03.197 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:25:03.197 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:25:03.197 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:25:03.197 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:25:03.199 INFO:teuthology.run_tasks:Running task pexec... 2024-02-10T08:25:03.208 INFO:teuthology.task.pexec:Executing custom commands... 2024-02-10T08:25:03.209 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi099.front.sepia.ceph.com 2024-02-10T08:25:03.209 DEBUG:teuthology.orchestra.run.smithi099:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T08:25:03.209 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi179.front.sepia.ceph.com 2024-02-10T08:25:03.209 DEBUG:teuthology.orchestra.run.smithi179:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-02-10T08:25:03.988 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:38 ago on Sat 10 Feb 2024 08:23:25 AM UTC. 2024-02-10T08:25:04.024 INFO:teuthology.orchestra.run.smithi179.stdout:Last metadata expiration check: 0:01:33 ago on Sat 10 Feb 2024 08:23:30 AM UTC. 2024-02-10T08:25:05.976 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-02-10T08:25:05.976 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-02-10T08:25:05.976 INFO:teuthology.orchestra.run.smithi099.stdout: Package Architecture Version Repository Size 2024-02-10T08:25:05.977 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-02-10T08:25:05.977 INFO:teuthology.orchestra.run.smithi099.stdout:Resetting modules: 2024-02-10T08:25:05.977 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools 2024-02-10T08:25:05.977 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:25:05.977 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-02-10T08:25:05.977 INFO:teuthology.orchestra.run.smithi099.stdout:================================================================================ 2024-02-10T08:25:05.977 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:25:06.005 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2024-02-10T08:25:06.006 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-02-10T08:25:06.006 INFO:teuthology.orchestra.run.smithi179.stdout: Package Architecture Version Repository Size 2024-02-10T08:25:06.006 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-02-10T08:25:06.006 INFO:teuthology.orchestra.run.smithi179.stdout:Resetting modules: 2024-02-10T08:25:06.006 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools 2024-02-10T08:25:06.006 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:25:06.006 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2024-02-10T08:25:06.007 INFO:teuthology.orchestra.run.smithi179.stdout:================================================================================ 2024-02-10T08:25:06.007 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:25:06.223 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-02-10T08:25:06.270 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2024-02-10T08:25:07.082 INFO:teuthology.orchestra.run.smithi099.stdout:Last metadata expiration check: 0:01:41 ago on Sat 10 Feb 2024 08:23:25 AM UTC. 2024-02-10T08:25:07.118 INFO:teuthology.orchestra.run.smithi179.stdout:Last metadata expiration check: 0:01:36 ago on Sat 10 Feb 2024 08:23:30 AM UTC. 2024-02-10T08:25:09.063 INFO:teuthology.orchestra.run.smithi099.stdout:Dependencies resolved. 2024-02-10T08:25:09.065 INFO:teuthology.orchestra.run.smithi099.stdout:=========================================================================================== 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: Package Arch Version Repo Size 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout:=========================================================================================== 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrading: 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: conmon x86_64 3:2.1.10-1.module_el8+804+f131391c appstream 58 k 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: container-selinux noarch 2:2.227.0-1.module_el8+804+f131391c appstream 70 k 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: containernetworking-plugins x86_64 1:1.4.0-1.module_el8+804+f131391c appstream 22 M 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: containers-common x86_64 2:1-58.module_el8+804+f131391c appstream 148 k 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: criu x86_64 3.18-4.module_el8+804+f131391c appstream 564 k 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+804+f131391c appstream 70 k 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: libslirp x86_64 4.4.0-1.module_el8+804+f131391c appstream 70 k 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: runc x86_64 1:1.1.11-1.module_el8+804+f131391c appstream 3.1 M 2024-02-10T08:25:09.066 INFO:teuthology.orchestra.run.smithi099.stdout: slirp4netns x86_64 1.2.2-1.module_el8+804+f131391c appstream 56 k 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout:Installing group/module packages: 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout:Installing dependencies: 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-10T08:25:09.067 INFO:teuthology.orchestra.run.smithi099.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout:Installing weak dependencies: 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout: criu-libs x86_64 3.18-4.module_el8+804+f131391c appstream 39 k 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout:Installing module profiles: 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools/common 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout:Enabling module streams: 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout: container-tools rhel8 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction Summary 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout:=========================================================================================== 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout:Install 13 Packages 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout:Upgrade 9 Packages 2024-02-10T08:25:09.068 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:25:09.069 INFO:teuthology.orchestra.run.smithi099.stdout:Total download size: 54 M 2024-02-10T08:25:09.069 INFO:teuthology.orchestra.run.smithi099.stdout:Downloading Packages: 2024-02-10T08:25:09.070 INFO:teuthology.orchestra.run.smithi179.stdout:Dependencies resolved. 2024-02-10T08:25:09.073 INFO:teuthology.orchestra.run.smithi179.stdout:=========================================================================================== 2024-02-10T08:25:09.073 INFO:teuthology.orchestra.run.smithi179.stdout: Package Arch Version Repo Size 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout:=========================================================================================== 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout:Upgrading: 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: conmon x86_64 3:2.1.10-1.module_el8+804+f131391c appstream 58 k 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: container-selinux noarch 2:2.227.0-1.module_el8+804+f131391c appstream 70 k 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: containernetworking-plugins x86_64 1:1.4.0-1.module_el8+804+f131391c appstream 22 M 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: containers-common x86_64 2:1-58.module_el8+804+f131391c appstream 148 k 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: criu x86_64 3.18-4.module_el8+804+f131391c appstream 564 k 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+804+f131391c appstream 70 k 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: libslirp x86_64 4.4.0-1.module_el8+804+f131391c appstream 70 k 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: runc x86_64 1:1.1.11-1.module_el8+804+f131391c appstream 3.1 M 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: slirp4netns x86_64 1.2.2-1.module_el8+804+f131391c appstream 56 k 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout:Installing group/module packages: 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: aardvark-dns x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 1.0 M 2024-02-10T08:25:09.074 INFO:teuthology.orchestra.run.smithi179.stdout: buildah x86_64 1:1.34.0-1.module_el8+804+f131391c appstream 9.7 M 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: cockpit-podman noarch 82-1.module_el8+804+f131391c appstream 759 k 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: crun x86_64 1.12-1.module_el8+804+f131391c appstream 248 k 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: netavark x86_64 2:1.9.0-1.module_el8+804+f131391c appstream 4.0 M 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: python3-podman noarch 4.8.2-1.module_el8+804+f131391c appstream 179 k 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: skopeo x86_64 2:1.14.0-2.module_el8+804+f131391c appstream 8.8 M 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: toolbox x86_64 0.0.99.4-8.module_el8+804+f131391c appstream 2.5 M 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: udica noarch 0.2.6-20.module_el8+804+f131391c appstream 53 k 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout:Installing dependencies: 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout:Installing weak dependencies: 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: criu-libs x86_64 3.18-4.module_el8+804+f131391c appstream 39 k 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout:Installing module profiles: 2024-02-10T08:25:09.075 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools/common 2024-02-10T08:25:09.076 INFO:teuthology.orchestra.run.smithi179.stdout:Enabling module streams: 2024-02-10T08:25:09.076 INFO:teuthology.orchestra.run.smithi179.stdout: container-tools rhel8 2024-02-10T08:25:09.076 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:25:09.076 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction Summary 2024-02-10T08:25:09.076 INFO:teuthology.orchestra.run.smithi179.stdout:=========================================================================================== 2024-02-10T08:25:09.076 INFO:teuthology.orchestra.run.smithi179.stdout:Install 13 Packages 2024-02-10T08:25:09.077 INFO:teuthology.orchestra.run.smithi179.stdout:Upgrade 9 Packages 2024-02-10T08:25:09.077 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:25:09.077 INFO:teuthology.orchestra.run.smithi179.stdout:Total download size: 54 M 2024-02-10T08:25:09.078 INFO:teuthology.orchestra.run.smithi179.stdout:Downloading Packages: 2024-02-10T08:25:09.995 INFO:teuthology.orchestra.run.smithi179.stdout:(1/22): cockpit-podman-82-1.module_el8+804+f131 1.0 MB/s | 759 kB 00:00 2024-02-10T08:25:10.312 INFO:teuthology.orchestra.run.smithi179.stdout:(2/22): criu-libs-3.18-4.module_el8+804+f131391 124 kB/s | 39 kB 00:00 2024-02-10T08:25:10.412 INFO:teuthology.orchestra.run.smithi179.stdout:(3/22): crun-1.12-1.module_el8+804+f131391c.x86 2.4 MB/s | 248 kB 00:00 2024-02-10T08:25:10.720 INFO:teuthology.orchestra.run.smithi099.stdout:(1/22): cockpit-podman-82-1.module_el8+804+f131 541 kB/s | 759 kB 00:01 2024-02-10T08:25:10.987 INFO:teuthology.orchestra.run.smithi099.stdout:(2/22): criu-libs-3.18-4.module_el8+804+f131391 147 kB/s | 39 kB 00:00 2024-02-10T08:25:11.696 INFO:teuthology.orchestra.run.smithi099.stdout:(3/22): crun-1.12-1.module_el8+804+f131391c.x86 351 kB/s | 248 kB 00:00 2024-02-10T08:25:11.929 INFO:teuthology.orchestra.run.smithi179.stdout:(4/22): netavark-1.9.0-1.module_el8+804+f131391 2.6 MB/s | 4.0 MB 00:01 2024-02-10T08:25:12.363 INFO:teuthology.orchestra.run.smithi179.stdout:(5/22): python3-podman-4.8.2-1.module_el8+804+f 414 kB/s | 179 kB 00:00 2024-02-10T08:25:12.571 INFO:teuthology.orchestra.run.smithi179.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 119 kB/s | 25 kB 00:00 2024-02-10T08:25:12.980 INFO:teuthology.orchestra.run.smithi179.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 230 kB/s | 94 kB 00:00 2024-02-10T08:25:13.537 INFO:teuthology.orchestra.run.smithi099.stdout:(4/22): buildah-1.34.0-1.module_el8+804+f131391 2.3 MB/s | 9.7 MB 00:04 2024-02-10T08:25:13.787 INFO:teuthology.orchestra.run.smithi099.stdout:(5/22): python3-podman-4.8.2-1.module_el8+804+f 718 kB/s | 179 kB 00:00 2024-02-10T08:25:13.996 INFO:teuthology.orchestra.run.smithi099.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 119 kB/s | 25 kB 00:00 2024-02-10T08:25:14.238 INFO:teuthology.orchestra.run.smithi099.stdout:(7/22): netavark-1.9.0-1.module_el8+804+f131391 1.6 MB/s | 4.0 MB 00:02 2024-02-10T08:25:14.289 INFO:teuthology.orchestra.run.smithi099.stdout:(8/22): python3-pyxdg-0.25-16.el8.noarch.rpm 320 kB/s | 94 kB 00:00 2024-02-10T08:25:14.672 INFO:teuthology.orchestra.run.smithi179.stdout:(8/22): skopeo-1.14.0-2.module_el8+804+f131391c 5.2 MB/s | 8.8 MB 00:01 2024-02-10T08:25:15.338 INFO:teuthology.orchestra.run.smithi179.stdout:(9/22): toolbox-0.0.99.4-8.module_el8+804+f1313 3.8 MB/s | 2.5 MB 00:00 2024-02-10T08:25:15.363 INFO:teuthology.orchestra.run.smithi099.stdout:(9/22): toolbox-0.0.99.4-8.module_el8+804+f1313 2.3 MB/s | 2.5 MB 00:01 2024-02-10T08:25:15.522 INFO:teuthology.orchestra.run.smithi179.stdout:(10/22): udica-0.2.6-20.module_el8+804+f131391c 287 kB/s | 53 kB 00:00 2024-02-10T08:25:15.564 INFO:teuthology.orchestra.run.smithi099.stdout:(10/22): udica-0.2.6-20.module_el8+804+f131391c 264 kB/s | 53 kB 00:00 2024-02-10T08:25:15.639 INFO:teuthology.orchestra.run.smithi179.stdout:(11/22): yajl-2.1.0-12.el8.x86_64.rpm 351 kB/s | 41 kB 00:00 2024-02-10T08:25:15.739 INFO:teuthology.orchestra.run.smithi099.stdout:(11/22): yajl-2.1.0-12.el8.x86_64.rpm 234 kB/s | 41 kB 00:00 2024-02-10T08:25:15.881 INFO:teuthology.orchestra.run.smithi179.stdout:(12/22): conmon-2.1.10-1.module_el8+804+f131391 240 kB/s | 58 kB 00:00 2024-02-10T08:25:15.948 INFO:teuthology.orchestra.run.smithi099.stdout:(12/22): aardvark-dns-1.9.0-1.module_el8+804+f1 155 kB/s | 1.0 MB 00:06 2024-02-10T08:25:15.989 INFO:teuthology.orchestra.run.smithi099.stdout:(13/22): conmon-2.1.10-1.module_el8+804+f131391 232 kB/s | 58 kB 00:00 2024-02-10T08:25:16.073 INFO:teuthology.orchestra.run.smithi179.stdout:(13/22): container-selinux-2.227.0-1.module_el8 367 kB/s | 70 kB 00:00 2024-02-10T08:25:16.140 INFO:teuthology.orchestra.run.smithi179.stdout:(14/22): aardvark-dns-1.9.0-1.module_el8+804+f1 150 kB/s | 1.0 MB 00:06 2024-02-10T08:25:16.231 INFO:teuthology.orchestra.run.smithi099.stdout:(14/22): container-selinux-2.227.0-1.module_el8 248 kB/s | 70 kB 00:00 2024-02-10T08:25:16.723 INFO:teuthology.orchestra.run.smithi179.stdout:(15/22): containers-common-1-58.module_el8+804+ 253 kB/s | 148 kB 00:00 2024-02-10T08:25:16.782 INFO:teuthology.orchestra.run.smithi099.stdout:(15/22): containers-common-1-58.module_el8+804+ 269 kB/s | 148 kB 00:00 2024-02-10T08:25:17.357 INFO:teuthology.orchestra.run.smithi179.stdout:(16/22): criu-3.18-4.module_el8+804+f131391c.x8 891 kB/s | 564 kB 00:00 2024-02-10T08:25:17.473 INFO:teuthology.orchestra.run.smithi099.stdout:(16/22): criu-3.18-4.module_el8+804+f131391c.x8 816 kB/s | 564 kB 00:00 2024-02-10T08:25:17.474 INFO:teuthology.orchestra.run.smithi179.stdout:(17/22): fuse-overlayfs-1.13-1.module_el8+804+f 600 kB/s | 70 kB 00:00 2024-02-10T08:25:17.616 INFO:teuthology.orchestra.run.smithi179.stdout:(18/22): libslirp-4.4.0-1.module_el8+804+f13139 497 kB/s | 70 kB 00:00 2024-02-10T08:25:17.723 INFO:teuthology.orchestra.run.smithi099.stdout:(17/22): fuse-overlayfs-1.13-1.module_el8+804+f 280 kB/s | 70 kB 00:00 2024-02-10T08:25:18.049 INFO:teuthology.orchestra.run.smithi099.stdout:(18/22): libslirp-4.4.0-1.module_el8+804+f13139 216 kB/s | 70 kB 00:00 2024-02-10T08:25:18.366 INFO:teuthology.orchestra.run.smithi099.stdout:(19/22): skopeo-1.14.0-2.module_el8+804+f131391 2.1 MB/s | 8.8 MB 00:04 2024-02-10T08:25:18.633 INFO:teuthology.orchestra.run.smithi099.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+804+f13 210 kB/s | 56 kB 00:00 2024-02-10T08:25:20.125 INFO:teuthology.orchestra.run.smithi099.stdout:(21/22): containernetworking-plugins-1.4.0-1.mo 5.3 MB/s | 22 MB 00:04 2024-02-10T08:25:20.441 INFO:teuthology.orchestra.run.smithi179.stdout:(19/22): runc-1.1.11-1.module_el8+804+f131391c. 1.1 MB/s | 3.1 MB 00:02 2024-02-10T08:25:20.650 INFO:teuthology.orchestra.run.smithi099.stdout:(22/22): runc-1.1.11-1.module_el8+804+f131391c. 1.2 MB/s | 3.1 MB 00:02 2024-02-10T08:25:20.650 INFO:teuthology.orchestra.run.smithi099.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:25:20.650 INFO:teuthology.orchestra.run.smithi099.stdout:Total 4.6 MB/s | 54 MB 00:11 2024-02-10T08:25:20.733 INFO:teuthology.orchestra.run.smithi179.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+804+f13 192 kB/s | 56 kB 00:00 2024-02-10T08:25:20.941 INFO:teuthology.orchestra.run.smithi179.stdout:(21/22): containernetworking-plugins-1.4.0-1.mo 4.5 MB/s | 22 MB 00:04 2024-02-10T08:25:21.149 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction check 2024-02-10T08:25:21.194 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction check succeeded. 2024-02-10T08:25:21.194 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction test 2024-02-10T08:25:21.709 INFO:teuthology.orchestra.run.smithi099.stdout:Transaction test succeeded. 2024-02-10T08:25:21.713 INFO:teuthology.orchestra.run.smithi099.stdout:Running transaction 2024-02-10T08:25:22.392 INFO:teuthology.orchestra.run.smithi179.stdout:(22/22): buildah-1.34.0-1.module_el8+804+f13139 753 kB/s | 9.7 MB 00:13 2024-02-10T08:25:22.392 INFO:teuthology.orchestra.run.smithi179.stdout:-------------------------------------------------------------------------------- 2024-02-10T08:25:22.392 INFO:teuthology.orchestra.run.smithi179.stdout:Total 4.0 MB/s | 54 MB 00:13 2024-02-10T08:25:22.891 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction check 2024-02-10T08:25:22.936 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction check succeeded. 2024-02-10T08:25:22.937 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction test 2024-02-10T08:25:22.992 INFO:teuthology.orchestra.run.smithi099.stdout: Preparing : 1/1 2024-02-10T08:25:23.005 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f131391 1/1 2024-02-10T08:25:23.047 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-10T08:25:23.275 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-10T08:25:23.431 INFO:teuthology.orchestra.run.smithi179.stdout:Transaction test succeeded. 2024-02-10T08:25:23.434 INFO:teuthology.orchestra.run.smithi179.stdout:Running transaction 2024-02-10T08:25:24.654 INFO:teuthology.orchestra.run.smithi179.stdout: Preparing : 1/1 2024-02-10T08:25:24.667 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f131391 1/1 2024-02-10T08:25:24.709 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-10T08:25:24.898 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-10T08:25:41.376 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-10T08:25:41.929 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : criu-3.18-4.module_el8+804+f131391c.x86_64 2/31 2024-02-10T08:25:42.169 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 3/31 2024-02-10T08:25:42.341 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : criu-libs-3.18-4.module_el8+804+f131391c.x86_64 4/31 2024-02-10T08:25:42.603 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 5/31 2024-02-10T08:25:42.792 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 1/31 2024-02-10T08:25:42.813 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 6/31 2024-02-10T08:25:42.996 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 7/31 2024-02-10T08:25:43.301 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : criu-3.18-4.module_el8+804+f131391c.x86_64 2/31 2024-02-10T08:25:43.542 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 3/31 2024-02-10T08:25:43.713 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : criu-libs-3.18-4.module_el8+804+f131391c.x86_64 4/31 2024-02-10T08:25:43.919 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 5/31 2024-02-10T08:25:44.141 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 6/31 2024-02-10T08:25:44.328 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 7/31 2024-02-10T08:25:44.860 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 7/31 2024-02-10T08:25:45.122 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : containernetworking-plugins-1:1.4.0-1.module_el8+8 8/31 2024-02-10T08:25:45.416 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-02-10T08:25:45.632 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 10/31 2024-02-10T08:25:45.945 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : containers-common-2:1-58.module_el8+804+f131391c.x 11/31 2024-02-10T08:25:46.120 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-02-10T08:25:46.145 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 7/31 2024-02-10T08:25:46.360 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : containernetworking-plugins-1:1.4.0-1.module_el8+8 8/31 2024-02-10T08:25:46.421 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-02-10T08:25:46.557 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-02-10T08:25:46.757 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : crun-1.12-1.module_el8+804+f131391c.x86_64 10/31 2024-02-10T08:25:47.009 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 14/31 2024-02-10T08:25:47.010 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : containers-common-2:1-58.module_el8+804+f131391c.x 11/31 2024-02-10T08:25:47.187 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-02-10T08:25:47.454 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-02-10T08:25:47.983 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 14/31 2024-02-10T08:25:48.091 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 15/31 2024-02-10T08:25:48.414 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 16/31 2024-02-10T08:25:48.940 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 15/31 2024-02-10T08:25:49.225 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 16/31 2024-02-10T08:25:49.377 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 17/31 2024-02-10T08:25:49.796 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 18/31 2024-02-10T08:25:50.040 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 19/31 2024-02-10T08:25:50.202 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 17/31 2024-02-10T08:25:50.226 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 20/31 2024-02-10T08:25:50.532 INFO:teuthology.orchestra.run.smithi099.stdout: Upgrading : conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 21/31 2024-02-10T08:25:50.582 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 18/31 2024-02-10T08:25:50.712 INFO:teuthology.orchestra.run.smithi099.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 22/31 2024-02-10T08:25:50.774 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 19/31 2024-02-10T08:25:50.899 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-02-10T08:25:50.935 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : udica-0.2.6-20.module_el8+804+f131391c.noarch 20/31 2024-02-10T08:25:51.140 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-02-10T08:25:51.143 INFO:teuthology.orchestra.run.smithi179.stdout: Upgrading : conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 21/31 2024-02-10T08:25:51.304 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-02-10T08:25:51.304 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-02-10T08:25:51.320 INFO:teuthology.orchestra.run.smithi179.stdout: Installing : cockpit-podman-82-1.module_el8+804+f131391c.noarch 22/31 2024-02-10T08:25:51.504 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-02-10T08:25:51.521 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-02-10T08:25:51.704 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-02-10T08:25:51.757 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-02-10T08:25:51.895 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-02-10T08:25:51.895 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-02-10T08:25:51.938 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-02-10T08:25:52.095 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-02-10T08:25:52.139 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-02-10T08:25:52.338 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-02-10T08:25:52.412 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-02-10T08:25:52.512 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-02-10T08:25:52.619 INFO:teuthology.orchestra.run.smithi099.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-02-10T08:25:52.685 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-02-10T08:25:52.870 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-02-10T08:25:53.053 INFO:teuthology.orchestra.run.smithi179.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-02-10T08:26:12.458 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 31/31 2024-02-10T08:26:12.597 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: container-selinux-2:2.227.0-1.module_el8+804+f1313 31/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : criu-libs-3.18-4.module_el8+804+f131391c.x86_64 4/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-02-10T08:26:12.920 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 14/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : container-selinux-2:2.227.0-1.module_el8+804+f1313 16/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : containernetworking-plugins-1:1.4.0-1.module_el8+8 18/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : containers-common-2:1-58.module_el8+804+f131391c.x 20/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : criu-3.18-4.module_el8+804+f131391c.x86_64 22/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-02-10T08:26:12.921 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 24/31 2024-02-10T08:26:12.922 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-02-10T08:26:12.922 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 26/31 2024-02-10T08:26:12.922 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-02-10T08:26:12.922 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 28/31 2024-02-10T08:26:12.922 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-02-10T08:26:12.922 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 30/31 2024-02-10T08:26:13.047 INFO:teuthology.orchestra.run.smithi099.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86 1/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : cockpit-podman-82-1.module_el8+804+f131391c.noarch 3/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : criu-libs-3.18-4.module_el8+804+f131391c.x86_64 4/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : crun-1.12-1.module_el8+804+f131391c.x86_64 5/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 6/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-podman-4.8.2-1.module_el8+804+f131391c.noa 7/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 10/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 11/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : udica-0.2.6-20.module_el8+804+f131391c.noarch 12/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-02-10T08:26:13.048 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 14/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : container-selinux-2:2.227.0-1.module_el8+804+f1313 16/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : containernetworking-plugins-1:1.4.0-1.module_el8+8 18/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : containers-common-2:1-58.module_el8+804+f131391c.x 20/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : criu-3.18-4.module_el8+804+f131391c.x86_64 22/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_ 24/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 26/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 28/31 2024-02-10T08:26:13.049 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-02-10T08:26:13.050 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 30/31 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout:Upgraded: 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout: container-selinux-2:2.227.0-1.module_el8+804+f131391c.noarch 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout: containernetworking-plugins-1:1.4.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout: containers-common-2:1-58.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout: criu-3.18-4.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.674 INFO:teuthology.orchestra.run.smithi179.stdout: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout:Installed: 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: criu-libs-3.18-4.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.675 INFO:teuthology.orchestra.run.smithi179.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.676 INFO:teuthology.orchestra.run.smithi179.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-10T08:26:13.676 INFO:teuthology.orchestra.run.smithi179.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-10T08:26:13.676 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:26:13.676 INFO:teuthology.orchestra.run.smithi179.stdout:Complete! 2024-02-10T08:26:13.727 INFO:teuthology.orchestra.run.smithi099.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-02-10T08:26:13.727 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:26:13.727 INFO:teuthology.orchestra.run.smithi099.stdout:Upgraded: 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: conmon-3:2.1.10-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: container-selinux-2:2.227.0-1.module_el8+804+f131391c.noarch 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: containernetworking-plugins-1:1.4.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: containers-common-2:1-58.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: criu-3.18-4.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: fuse-overlayfs-1.13-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: libslirp-4.4.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: runc-1:1.1.11-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: slirp4netns-1.2.2-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout:Installed: 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: aardvark-dns-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: buildah-1:1.34.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.728 INFO:teuthology.orchestra.run.smithi099.stdout: cockpit-podman-82-1.module_el8+804+f131391c.noarch 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: criu-libs-3.18-4.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: crun-1.12-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: netavark-2:1.9.0-1.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: python3-podman-4.8.2-1.module_el8+804+f131391c.noarch 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: skopeo-2:1.14.0-2.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: toolbox-0.0.99.4-8.module_el8+804+f131391c.x86_64 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: udica-0.2.6-20.module_el8+804+f131391c.noarch 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: yajl-2.1.0-12.el8.x86_64 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:26:13.729 INFO:teuthology.orchestra.run.smithi099.stdout:Complete! 2024-02-10T08:26:13.982 DEBUG:teuthology.parallel:result is None 2024-02-10T08:26:14.032 DEBUG:teuthology.parallel:result is None 2024-02-10T08:26:14.032 INFO:teuthology.run_tasks:Running task cephadm... 2024-02-10T08:26:14.109 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\\)', '\\(MON_DOWN\\)', '\\(PG_AVAILABILITY\\)'], 'sha1': '0e714d9a4bd2a821113e6318adb87bd06cf81ec1'} 2024-02-10T08:26:14.110 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-02-10T08:26:14.110 INFO:tasks.cephadm:Cluster fsid is 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:14.110 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-02-10T08:26:14.111 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.99', 'mon.c': '[v2:172.21.15.99:3301,v1:172.21.15.99:6790]', 'mon.b': '172.21.15.179'} 2024-02-10T08:26:14.111 INFO:tasks.cephadm:First mon is mon.a on smithi099 2024-02-10T08:26:14.111 INFO:tasks.cephadm:First mgr is y 2024-02-10T08:26:14.111 INFO:tasks.cephadm:Normalizing hostnames... 2024-02-10T08:26:14.111 DEBUG:teuthology.orchestra.run.smithi099:> sudo hostname $(hostname -s) 2024-02-10T08:26:14.139 DEBUG:teuthology.orchestra.run.smithi179:> sudo hostname $(hostname -s) 2024-02-10T08:26:14.166 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-02-10T08:26:14.166 DEBUG:teuthology.orchestra.run.smithi099:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T08:26:14.366 INFO:teuthology.orchestra.run.smithi099.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Feb 10 08:26 /home/ubuntu/cephtest/cephadm 2024-02-10T08:26:14.366 DEBUG:teuthology.orchestra.run.smithi179:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-02-10T08:26:14.504 INFO:teuthology.orchestra.run.smithi179.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Feb 10 08:26 /home/ubuntu/cephtest/cephadm 2024-02-10T08:26:14.505 DEBUG:teuthology.orchestra.run.smithi099:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T08:26:14.523 DEBUG:teuthology.orchestra.run.smithi179:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-02-10T08:26:14.552 DEBUG:teuthology.orchestra.run.smithi099:> sudo mkdir -p /etc/ceph 2024-02-10T08:26:14.589 DEBUG:teuthology.orchestra.run.smithi179:> sudo mkdir -p /etc/ceph 2024-02-10T08:26:14.616 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 777 /etc/ceph 2024-02-10T08:26:14.656 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 777 /etc/ceph 2024-02-10T08:26:14.682 INFO:tasks.cephadm:Writing seed config... 2024-02-10T08:26:14.683 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-02-10T08:26:14.683 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-02-10T08:26:14.683 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-02-10T08:26:14.683 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-02-10T08:26:14.683 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-02-10T08:26:14.683 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-02-10T08:26:14.683 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-02-10T08:26:14.683 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-02-10T08:26:14.684 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:26:14.684 DEBUG:teuthology.orchestra.run.smithi099:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-02-10T08:26:14.714 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false log to journald = false mon cluster log to file = true mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=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 = 0db3f732-c7ee-11ee-95b8-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 2024-02-10T08:26:14.714 DEBUG:teuthology.orchestra.run.smithi099:mon.a> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a.service 2024-02-10T08:26:14.756 DEBUG:teuthology.orchestra.run.smithi099:mgr.y> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y.service 2024-02-10T08:26:14.782 INFO:journalctl@ceph.mon.a.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:26:14.783 INFO:tasks.cephadm:Bootstrapping... 2024-02-10T08:26:14.783 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 0db3f732-c7ee-11ee-95b8-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.99 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:26:14.808 INFO:journalctl@ceph.mgr.y.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:26:14.925 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-02-10T08:26:14.925 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-02-10T08:26:14.925 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-02-10T08:26:14.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-02-10T08:26:14.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T08:26:14.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-02-10T08:26:14.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-02-10T08:26:14.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-02-10T08:26:14.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-02-10T08:26:14.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-02-10T08:26:14.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout active 2024-02-10T08:26:14.946 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-02-10T08:26:14.946 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Repeating the final host check... 2024-02-10T08:26:14.946 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2024-02-10T08:26:14.946 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:systemctl is present 2024-02-10T08:26:14.947 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:lvcreate is present 2024-02-10T08:26:14.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-02-10T08:26:14.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-02-10T08:26:14.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-02-10T08:26:14.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-02-10T08:26:14.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-02-10T08:26:14.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-02-10T08:26:14.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-02-10T08:26:14.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout active 2024-02-10T08:26:14.965 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-02-10T08:26:14.965 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Host looks OK 2024-02-10T08:26:14.965 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:root:Cluster fsid: 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:14.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Acquiring lock 139739985479832 on /run/cephadm/0db3f732-c7ee-11ee-95b8-87774f69a715.lock 2024-02-10T08:26:14.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Lock 139739985479832 acquired on /run/cephadm/0db3f732-c7ee-11ee-95b8-87774f69a715.lock 2024-02-10T08:26:14.965 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Verifying IP 172.21.15.99 port 3300 ... 2024-02-10T08:26:14.966 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Verifying IP 172.21.15.99 port 6789 ... 2024-02-10T08:26:14.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.99, final addrv is [v2:172.21.15.99:3300,v1:172.21.15.99:6789] 2024-02-10T08:26:14.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2024-02-10T08:26:14.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.99 metric 100 2024-02-10T08:26:14.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.99 metric 100 2024-02-10T08:26:14.968 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Mon IP 172.21.15.99 is in CIDR network 172.21.0.0/20 2024-02-10T08:26:14.969 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-02-10T08:26:14.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2024-02-10T08:26:16.778 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2024-02-10T08:26:23.413 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2024-02-10T08:26:23.429 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2024-02-10T08:26:23.429 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2024-02-10T08:26:40.448 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-02-10T08:26:40.599 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2024-02-10T08:26:40.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-02-10T08:26:40.885 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-02-10T08:26:40.885 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-02-10T08:26:40.885 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-02-10T08:26:41.421 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-02-10T08:26:41.950 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Creating initial keys... 2024-02-10T08:26:41.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-02-10T08:26:41.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-02-10T08:26:42.503 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBCM8dl2GaeGBAAhHSbSaBCBuxiv3kRv9aM/w== 2024-02-10T08:26:42.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-02-10T08:26:42.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-02-10T08:26:43.491 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBDM8dl8aTcFhAAsnXNJxQZvv2IOQotinfaxQ== 2024-02-10T08:26:44.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-02-10T08:26:44.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-02-10T08:26:44.597 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQBEM8dlpDAnHhAAMzUQLcjLoep37CPBKoJ/nw== 2024-02-10T08:26:45.220 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Creating initial monmap... 2024-02-10T08:26:45.220 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/tmp/ceph-tmpe996ysmz:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '0db3f732-c7ee-11ee-95b8-87774f69a715', '--addv', 'a', '[v2:172.21.15.99:3300,v1:172.21.15.99:6789]', '/tmp/monmap'] 2024-02-10T08:26:45.220 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /tmp/ceph-tmpe996ysmz:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 --addv a [v2:172.21.15.99:3300,v1:172.21.15.99:6789] /tmp/monmap 2024-02-10T08:26:45.761 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-02-10T08:26:45.761 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:45.761 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-02-10T08:26:46.341 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Creating mon... 2024-02-10T08:26:46.344 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpn8wt6duq:/tmp/keyring:z', '-v', '/tmp/ceph-tmpe996ysmz:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '0db3f732-c7ee-11ee-95b8-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'] 2024-02-10T08:26:46.344 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpn8wt6duq:/tmp/keyring:z -v /tmp/ceph-tmpe996ysmz:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 0db3f732-c7ee-11ee-95b8-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 2024-02-10T08:26:46.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:26:46.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 1 imported monmap: 2024-02-10T08:26:46.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-02-10T08:26:46.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:46.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-02-10T08:26:45.682386+0000 2024-02-10T08:26:46.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-02-10T08:26:45.682386+0000 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon.a 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 0 /usr/bin/ceph-mon: set fsid to 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 0 set rocksdb option compression = kNoCompression 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 0 set rocksdb option compression = kNoCompression 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.834+0000 7f81210b26c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Compile date Mar 23 2020 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: DB SUMMARY 2024-02-10T08:26:46.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.create_if_missing: 1 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.env: 0x55873ce7a1a0 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.info_log: 0x55873dd4baa0 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:26:46.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.db_log_dir: 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:26:46.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.write_buffer_manager: 0x55873e8ea120 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:26:46.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.row_cache: None 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.wal_filter: None 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:26:46.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Compression algorithms supported: 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: kZSTD supported: 0 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:26:46.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.835+0000 7f81210b26c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.merge_operator: 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55873dc70118) 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-02-10T08:26:46.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x55873dcaa510 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-02-10T08:26:46.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-02-10T08:26:46.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.num_levels: 7 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:26:46.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:26:46.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:26:46.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:26:46.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: Options.ttl: 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 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 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.836+0000 7f81210b26c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.839+0000 7f81210b26c0 4 rocksdb: DB pointer 0x55873dd45200 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.839+0000 7f810a273700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.839+0000 7f810a273700 4 rocksdb: [db/db_impl.cc:778] 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-02-10T08:26:46.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.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 2024-02-10T08:26:46.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:26:46.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-02-10T08:26:46.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.840+0000 7f81210b26c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-02-10T08:26:46.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.841+0000 7f81210b26c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-02-10T08:26:46.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-02-10T08:26:46.841+0000 7f81210b26c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-02-10T08:26:47.538 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:47.543 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-02-10T08:26:47.638 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-02-10T08:26:47.645 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-02-10T08:26:47.723 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-02-10T08:26:47.729 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-0db3f732-c7ee-11ee-95b8-87774f69a715.target 2024-02-10T08:26:47.735 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715.target. 2024-02-10T08:26:47.735 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715.target → /etc/systemd/system/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715.target. 2024-02-10T08:26:47.814 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl start ceph-0db3f732-c7ee-11ee-95b8-87774f69a715.target 2024-02-10T08:26:47.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-02-10T08:26:47.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a 2024-02-10T08:26:47.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a 2024-02-10T08:26:47.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a.service: Unit ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a.service not loaded. 2024-02-10T08:26:47.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a 2024-02-10T08:26:47.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715.target.wants/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a.service → /etc/systemd/system/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@.service. 2024-02-10T08:26:48.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl start ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a 2024-02-10T08:26:48.090 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:48 smithi099 systemd[1]: Starting Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:26:48.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-02-10T08:26:48.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-02-10T08:26:48.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-02-10T08:26:48.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-02-10T08:26:48.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-02-10T08:26:48.125 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Waiting for mon to start... 2024-02-10T08:26:48.125 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Waiting for mon... 2024-02-10T08:26:48.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-02-10T08:26:48.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:48 smithi099 podman[64158]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.a" found: no such container 2024-02-10T08:26:48.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:48 smithi099 systemd[1]: Started Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:26:48.794 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:48 smithi099 bash[64174]: cluster 2024-02-10T08:26:48.509245+0000 mon.a (mon.0) 0 : [INF] mkfs 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:48.795 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:48 smithi099 bash[64174]: cluster 2024-02-10T08:26:48.495348+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T08:26:49.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-02-10T08:26:49.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:49.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-02-10T08:26:49.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.678587s) 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-02-10T08:26:49.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:49.798 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-02-10T08:26:49.798 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/0db3f732-c7ee-11ee-95b8-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'] 2024-02-10T08:26:49.798 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z -v /var/lib/ceph/0db3f732-c7ee-11ee-95b8-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 2024-02-10T08:26:49.800 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:49 smithi099 bash[64174]: cluster 2024-02-10T08:26:48.504009+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T08:26:49.800 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:49 smithi099 bash[64174]: cluster 2024-02-10T08:26:48.506256+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0]} 2024-02-10T08:26:49.800 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:49 smithi099 bash[64174]: cluster 2024-02-10T08:26:48.512350+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-02-10T08:26:49.800 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:49 smithi099 bash[64174]: cluster 2024-02-10T08:26:48.521240+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-10T08:26:49.800 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:49 smithi099 bash[64174]: cluster 2024-02-10T08:26:48.523411+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-02-10T08:26:49.800 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:49 smithi099 bash[64174]: audit 2024-02-10T08:26:49.182565+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.99:0/4036505812' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-02-10T08:26:50.418 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout log_to_journald = false 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.99:3300,v1:172.21.15.99:6789] 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-02-10T08:26:50.419 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:50.420 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-02-10T08:26:50.420 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-02-10T08:26:50.420 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-02-10T08:26:50.420 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:50.420 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-02-10T08:26:50.420 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-02-10T08:26:50.420 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-02-10T08:26:50.420 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-02-10T08:26:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:50 smithi099 bash[64174]: audit 2024-02-10T08:26:50.412249+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.99:0/3530136143' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-02-10T08:26:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:50 smithi099 bash[64174]: audit 2024-02-10T08:26:50.414793+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.99:0/3530136143' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-02-10T08:26:51.079 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-02-10T08:26:51.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/0db3f732-c7ee-11ee-95b8-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'] 2024-02-10T08:26:51.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z -v /var/lib/ceph/0db3f732-c7ee-11ee-95b8-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 2024-02-10T08:26:51.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:51 smithi099 bash[64174]: audit 2024-02-10T08:26:51.652713+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.99:0/491019604' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:26:52.344 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Restarting the monitor... 2024-02-10T08:26:52.344 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a 2024-02-10T08:26:52.623 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:52 smithi099 systemd[1]: Stopping Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:26:52.623 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:52 smithi099 bash[64174]: debug 2024-02-10T08:26:52.512+0000 7f34b75c2700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:26:52.623 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:52 smithi099 bash[64174]: debug 2024-02-10T08:26:52.512+0000 7f34b75c2700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-02-10T08:26:53.596 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:53 smithi099 podman[64503]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.a 2024-02-10T08:26:53.596 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:53 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a.service: Succeeded. 2024-02-10T08:26:53.596 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:53 smithi099 systemd[1]: Stopped Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:26:53.596 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:53 smithi099 systemd[1]: Starting Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:26:53.619 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Setting mon public_network... 2024-02-10T08:26:53.619 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/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'] 2024-02-10T08:26:53.619 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/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 2024-02-10T08:26:53.884 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:53 smithi099 podman[64543]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.a" found: no such container 2024-02-10T08:26:53.884 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:53 smithi099 systemd[1]: Started Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.213+0000 7fe754b4d6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.213+0000 7fe754b4d6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.214+0000 7fe754b4d6c0 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 0 load: jerasure load: lrc load: isa 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 0 set rocksdb option compression = kNoCompression 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 0 set rocksdb option compression = kNoCompression 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 1 rocksdb: do_open column families: [default] 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-10T08:26:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Compile date Mar 23 2020 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: DB SUMMARY 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 69411 ; 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.env: 0x55e4548221a0 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.info_log: 0x55e4569ae9c0 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:26:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.db_log_dir: 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:26:54.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.write_buffer_manager: 0x55e457546ae0 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:26:54.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.row_cache: None 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.wal_filter: None 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:26:54.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Compression algorithms supported: 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: kZSTD supported: 0 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:26:54.979 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.218+0000 7fe754b4d6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.merge_operator: 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e4568ca130) 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: cache_index_and_filter_blocks: 1 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: cache_index_and_filter_blocks_with_high_priority: 1 2024-02-10T08:26:54.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: pin_top_level_index_and_filter: 1 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: index_type: 0 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: data_block_index_type: 0 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: hash_index_allow_collision: 1 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: checksum: 1 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: no_block_cache: 0 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: block_cache: 0x55e456904610 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: block_cache_name: BinnedLRUCache 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: block_cache_options: 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: capacity : 536870912 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: num_shard_bits : 4 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: strict_capacity_limit : 0 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: high_pri_pool_ratio: 0.000 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: block_cache_compressed: (nil) 2024-02-10T08:26:54.981 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: persistent_cache: (nil) 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: block_size: 4096 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: block_size_deviation: 10 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: block_restart_interval: 16 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: index_block_restart_interval: 1 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: metadata_block_size: 4096 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: partition_filters: 0 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: use_delta_encoding: 1 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: whole_key_filtering: 1 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: verify_compression: 0 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: read_amp_bytes_per_bit: 0 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: format_version: 2 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: enable_index_compression: 1 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: block_align: 0 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:26:54.982 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.num_levels: 7 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:26:54.983 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:26:54.984 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:26:54.984 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:26:54.984 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:26:54.984 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:26:54.984 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:26:54.985 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:26:54.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: Options.ttl: 0 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 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 2024-02-10T08:26:54.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553614221341, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.219+0000 7fe754b4d6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.220+0000 7fe754b4d6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553614222136, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 66452, "table_properties": {"data_size": 64747, "index_size": 310, "filter_size": 581, "raw_key_size": 8761, "raw_average_key_size": 46, "raw_value_size": 59706, "raw_average_value_size": 319, "num_data_blocks": 10, "num_entries": 187, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.220+0000 7fe754b4d6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.220+0000 7fe754b4d6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553614222488, "job": 1, "event": "recovery_finished"} 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.221+0000 7fe754b4d6c0 4 rocksdb: DB pointer 0x55e45699f200 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.222+0000 7fe73bc9a700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.222+0000 7fe73bc9a700 4 rocksdb: [db/db_impl.cc:778] 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ** DB Stats ** 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:26:54.988 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ** Compaction Stats [default] ** 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 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 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: L0 2/0 66.52 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.6 0.00 0.00 1 0.001 0 0 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Sum 2/0 66.52 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.6 0.00 0.00 1 0.001 0 0 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.6 0.00 0.00 1 0.001 0 0 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ** Compaction Stats [default] ** 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 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 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.6 0.00 0.00 1 0.001 0 0 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:26:54.989 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Cumulative compaction: 0.00 GB write, 22.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Interval compaction: 0.00 GB write, 22.27 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 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 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ** Compaction Stats [default] ** 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 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 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: L0 2/0 66.52 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.6 0.00 0.00 1 0.001 0 0 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Sum 2/0 66.52 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 122.6 0.00 0.00 1 0.001 0 0 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 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 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ** Compaction Stats [default] ** 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 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 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 122.6 0.00 0.00 1 0.001 0 0 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:26:54.990 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Cumulative compaction: 0.00 GB write, 22.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 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 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.222+0000 7fe754b4d6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] at bind addrs [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.223+0000 7fe754b4d6c0 1 mon.a@-1(???) e1 preinit fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.223+0000 7fe754b4d6c0 0 mon.a@-1(???).mds e1 new map 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.223+0000 7fe754b4d6c0 0 mon.a@-1(???).mds e1 print_map 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: e1 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 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} 2024-02-10T08:26:54.991 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: legacy client fscid: -1 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: No filesystems configured 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.223+0000 7fe754b4d6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.223+0000 7fe754b4d6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.223+0000 7fe754b4d6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: audit 2024-02-10T08:26:51.652713+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.99:0/491019604' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: debug 2024-02-10T08:26:54.223+0000 7fe754b4d6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: cluster 2024-02-10T08:26:54.241310+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: cluster 2024-02-10T08:26:54.241351+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0]} 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: cluster 2024-02-10T08:26:54.241399+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: cluster 2024-02-10T08:26:54.241417+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-02-10T08:26:54.992 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:54 smithi099 bash[64561]: cluster 2024-02-10T08:26:54.241736+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-02-10T08:26:55.090 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Creating mgr... 2024-02-10T08:26:55.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-02-10T08:26:55.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y 2024-02-10T08:26:55.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y 2024-02-10T08:26:55.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y.service: Unit ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y.service not loaded. 2024-02-10T08:26:55.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y 2024-02-10T08:26:55.217 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715.target.wants/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@.service. 2024-02-10T08:26:55.297 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl start ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y 2024-02-10T08:26:55.334 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-02-10T08:26:55.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-02-10T08:26:55.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-02-10T08:26:55.349 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-02-10T08:26:55.349 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-02-10T08:26:55.350 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:26:55.350 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-02-10T08:26:55.351 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Waiting for mgr to start... 2024-02-10T08:26:55.351 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Waiting for mgr... 2024-02-10T08:26:55.351 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-02-10T08:26:55.351 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-02-10T08:26:55.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:55 smithi099 bash[64561]: audit 2024-02-10T08:26:54.509977+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.99:0/832874429' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-02-10T08:26:55.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:55 smithi099 bash[64561]: audit 2024-02-10T08:26:54.512672+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.99:0/832874429' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-02-10T08:26:55.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:26:55 smithi099 podman[64777]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.y" found: no such container 2024-02-10T08:26:55.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:26:55 smithi099 systemd[1]: Started Ceph mgr.y for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:26:56.336 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:56.336 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:26:56.336 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "0db3f732-c7ee-11ee-95b8-87774f69a715", 2024-02-10T08:26:56.336 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-02-10T08:26:56.336 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-02-10T08:26:56.336 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-02-10T08:26:56.336 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 2, 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:56.337 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-02-10T08:26:56.338 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-02-10T08:26:56.341 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:26:56.342 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-02-10T08:26:48.509544+0000", 2024-02-10T08:26:56.343 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-10T08:26:56.343 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:56.343 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-02-10T08:26:56.343 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:26:56.721 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:56 smithi099 bash[64561]: audit 2024-02-10T08:26:56.332951+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.99:0/799306677' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T08:26:57.015 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-02-10T08:26:58.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-02-10T08:26:58.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-02-10T08:26:58.742 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:26:58.742 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:26:58.742 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "0db3f732-c7ee-11ee-95b8-87774f69a715", 2024-02-10T08:26:58.742 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-02-10T08:26:58.742 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-02-10T08:26:58.742 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-02-10T08:26:58.742 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 4, 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:58.743 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-02-10T08:26:58.744 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:26:58.744 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-02-10T08:26:58.744 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-02-10T08:26:58.744 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-02-10T08:26:58.747 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-02-10T08:26:58.747 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-02-10T08:26:58.747 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-02-10T08:26:58.747 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:58.747 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-02-10T08:26:58.747 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-02-10T08:26:58.747 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-02-10T08:26:58.748 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-02-10T08:26:48.509544+0000", 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-02-10T08:26:58.749 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:26:59.119 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:26:58 smithi099 bash[64561]: audit 2024-02-10T08:26:58.739561+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.99:0/328625017' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T08:26:59.397 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-02-10T08:27:00.398 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-02-10T08:27:00.399 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-02-10T08:27:00.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: cluster 2024-02-10T08:26:59.551726+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-02-10T08:27:00.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: cluster 2024-02-10T08:26:59.554787+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.00315361s) 2024-02-10T08:27:00.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.555410+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:27:00.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.555567+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:27:00.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.555713+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:27:00.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.555938+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:27:00.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.556145+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: cluster 2024-02-10T08:26:59.569735+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.579633+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.807449+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: cluster 2024-02-10T08:26:59.807490+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.808168+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.812548+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"f6697fc9-b783-46d7-b732-c7d011991c8c"}]: dispatch 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.814813+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"f6697fc9-b783-46d7-b732-c7d011991c8c"}]': finished 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.815159+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"e4e60751-25b9-458f-bc2c-eae6e84634e7"}]: dispatch 2024-02-10T08:27:00.681 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:00 smithi099 bash[64561]: audit 2024-02-10T08:26:59.819324+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"e4e60751-25b9-458f-bc2c-eae6e84634e7"}]': finished 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "0db3f732-c7ee-11ee-95b8-87774f69a715", 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-02-10T08:27:01.496 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-02-10T08:27:01.497 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:01.498 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-02-10T08:26:48.509544+0000", 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-02-10T08:27:01.499 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:01.850 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:01 smithi099 bash[64561]: cluster 2024-02-10T08:27:00.560265+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.00863s) 2024-02-10T08:27:01.850 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:01 smithi099 bash[64561]: audit 2024-02-10T08:27:00.812551+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.99:0/3989616543' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:27:01.851 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:01 smithi099 bash[64561]: cluster 2024-02-10T08:27:00.812609+0000 mon.a (mon.0) 28 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-02-10T08:27:01.851 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:01 smithi099 bash[64561]: audit 2024-02-10T08:27:00.814256+0000 mon.a (mon.0) 29 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T08:27:01.851 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:01 smithi099 bash[64561]: audit 2024-02-10T08:27:01.293517+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T08:27:01.851 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:01 smithi099 bash[64561]: audit 2024-02-10T08:27:01.491302+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.99:0/3045413586' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-02-10T08:27:02.062 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Enabling cephadm module... 2024-02-10T08:27:02.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-02-10T08:27:02.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-02-10T08:27:03.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:03 smithi099 bash[64561]: cluster 2024-02-10T08:27:02.560050+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 3s) 2024-02-10T08:27:03.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:03 smithi099 bash[64561]: audit 2024-02-10T08:27:02.706237+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.99:0/3341394727' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-02-10T08:27:03.973 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:03 smithi099 bash[64793]: ignoring --setuser ceph since I am not root 2024-02-10T08:27:03.973 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:03 smithi099 bash[64793]: ignoring --setgroup ceph since I am not root 2024-02-10T08:27:04.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:04 smithi099 bash[64561]: audit 2024-02-10T08:27:03.563961+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.99:0/3341394727' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-02-10T08:27:04.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:04 smithi099 bash[64561]: cluster 2024-02-10T08:27:03.564033+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-02-10T08:27:07.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:07 smithi099 bash[64561]: cluster 2024-02-10T08:27:07.153481+0000 mon.a (mon.0) 36 : cluster [INF] Active manager daemon y restarted 2024-02-10T08:27:07.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:07 smithi099 bash[64561]: cluster 2024-02-10T08:27:07.153877+0000 mon.a (mon.0) 37 : cluster [INF] Activating manager daemon y 2024-02-10T08:27:07.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:07 smithi099 bash[64561]: cluster 2024-02-10T08:27:07.155415+0000 mon.a (mon.0) 38 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: cluster 2024-02-10T08:27:07.206166+0000 mon.a (mon.0) 39 : cluster [DBG] mgrmap e6: y(active, starting, since 0.0523591s) 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.207443+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.208022+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.208134+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.208236+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.208481+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.209010+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.210810+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: cluster 2024-02-10T08:27:07.223636+0000 mon.a (mon.0) 47 : cluster [INF] Manager daemon y is now available 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.241993+0000 mon.a (mon.0) 48 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T08:27:08.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:08 smithi099 bash[64561]: audit 2024-02-10T08:27:07.714497+0000 mon.a (mon.0) 49 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T08:27:09.278 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-02-10T08:27:09.278 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-02-10T08:27:09.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:09 smithi099 bash[64561]: cluster 2024-02-10T08:27:08.214109+0000 mon.a (mon.0) 50 : cluster [DBG] mgrmap e7: y(active, since 1.0603s) 2024-02-10T08:27:10.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:10 smithi099 bash[64561]: cluster 2024-02-10T08:27:09.222364+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-02-10T08:27:12.222 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:11 smithi099 bash[64561]: audit 2024-02-10T08:27:11.839903+0000 mon.a (mon.0) 52 : audit [DBG] from='client.? 172.21.15.99:0/1939324120' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-02-10T08:27:12.841 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 8, 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14117, 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:6800", 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1538034758 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:6801", 2024-02-10T08:27:12.842 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1538034758 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.99:6801/1538034758", 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-02-10T08:27:07.153799+0000", 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.843 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.844 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.845 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.846 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.847 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.848 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.849 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.850 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.851 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.852 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.853 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.854 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-02-10T08:27:12.855 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-02-10T08:27:12.856 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.857 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.858 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-10T08:27:12.859 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-10T08:27:12.860 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.861 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.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.", 2024-02-10T08:27:12.862 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.863 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.864 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.865 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.866 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.867 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.868 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.869 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.870 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.871 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.872 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-10T08:27:12.873 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-10T08:27:12.874 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-02-10T08:27:12.875 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.875 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.875 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-02-10T08:27:12.875 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-10T08:27:12.875 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.875 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.876 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.876 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-02-10T08:27:12.876 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-02-10T08:27:12.876 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-10T08:27:12.876 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.876 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.877 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-10T08:27:12.877 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.877 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.877 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.877 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-10T08:27:12.878 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.878 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.878 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.878 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.878 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.878 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.878 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.879 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-02-10T08:27:12.879 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:12.879 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:12.879 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.879 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-02-10T08:27:12.879 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-02-10T08:27:12.879 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.880 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.880 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.880 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.880 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.880 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.880 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.881 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-10T08:27:12.881 INFO:teuthology.orchestra.run.smithi099.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.", 2024-02-10T08:27:12.881 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.881 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.881 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.881 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-02-10T08:27:12.882 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-02-10T08:27:12.882 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.882 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.882 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.882 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-02-10T08:27:12.882 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.882 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.883 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.883 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-02-10T08:27:12.883 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.883 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.883 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.883 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.884 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-02-10T08:27:12.884 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-02-10T08:27:12.884 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.884 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.884 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.884 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-10T08:27:12.885 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.885 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.885 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.885 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-10T08:27:12.885 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.885 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.886 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.886 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.886 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-02-10T08:27:12.886 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-02-10T08:27:12.886 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.886 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.886 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.887 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-02-10T08:27:12.887 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.887 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.887 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.887 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-02-10T08:27:12.887 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.887 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.888 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.888 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.888 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-02-10T08:27:12.888 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-02-10T08:27:12.888 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.889 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.890 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.891 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.892 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.893 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-02-10T08:27:12.894 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.895 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.896 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.897 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-02-10T08:27:12.898 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.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", 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.899 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.900 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.901 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.902 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.903 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.904 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.905 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.906 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.908 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.909 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.910 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.911 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.912 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.913 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.914 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.915 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.916 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.917 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.918 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.919 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.920 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.921 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.922 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.923 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.924 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-10T08:27:12.925 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.926 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.927 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.928 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.929 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-10T08:27:12.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-02-10T08:27:12.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-02-10T08:27:12.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-02-10T08:27:12.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.970 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:12.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-02-10T08:27:12.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-02-10T08:27:12.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-10T08:27:12.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:12.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:12.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:12.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-02-10T08:27:13.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-02-10T08:27:13.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-02-10T08:27:13.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-10T08:27:13.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-10T08:27:13.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-02-10T08:27:13.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-02-10T08:27:13.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-02-10T08:27:13.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-02-10T08:27:13.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-02-10T08:27:13.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:13.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-02-10T08:27:13.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:13.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-02-10T08:27:13.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-02-10T08:27:13.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-02-10T08:27:13.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-02-10T08:27:13.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:13.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:13.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-02-10T08:27:13.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:13.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-02-10T08:27:13.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-02-10T08:27:13.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:0", 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2373939990 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:0", 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1577662378 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:0", 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2945913861 2024-02-10T08:27:13.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:13.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:13.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:13.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:16.266 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-02-10T08:27:16.266 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Waiting for Mgr epoch 8... 2024-02-10T08:27:16.266 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-02-10T08:27:16.267 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-02-10T08:27:16.824 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:16.824 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 8, 2024-02-10T08:27:16.824 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-02-10T08:27:16.824 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:17.387 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-02-10T08:27:17.387 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-02-10T08:27:17.387 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-02-10T08:27:18.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:18 smithi099 bash[64561]: audit 2024-02-10T08:27:18.052980+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-02-10T08:27:18.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:18 smithi099 bash[64561]: audit 2024-02-10T08:27:18.055299+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-02-10T08:27:18.693 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Generating ssh key... 2024-02-10T08:27:18.693 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-02-10T08:27:18.694 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-02-10T08:27:19.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64561]: audit 2024-02-10T08:27:18.051817+0000 mgr.y (mgr.14117) 1 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:27:19.954 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: Generating public/private rsa key pair. 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: Your identification has been saved in /tmp/tmp7caysw3n/key. 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: Your public key has been saved in /tmp/tmp7caysw3n/key.pub. 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: The key fingerprint is: 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: SHA256:fUlgvFYjVjXyChqIwPQKFyPzOGWAd5vd2xxH2pbsgMQ ceph-0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: The key's randomart image is: 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: +---[RSA 3072]----+ 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: |=+B . .o.o.o | 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: |.Bo=.. .E.+.+o . | 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: |+.o.o+.o.o.O.o. | 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: | + .o . o+*o*o | 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: | . S=.*+ | 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: | . o.. | 2024-02-10T08:27:19.955 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: | | 2024-02-10T08:27:19.956 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:19 smithi099 bash[64793]: +----[SHA256]-----+ 2024-02-10T08:27:20.249 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-02-10T08:27:20.250 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-02-10T08:27:20.496 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:20 smithi099 bash[64561]: audit 2024-02-10T08:27:19.382285+0000 mgr.y (mgr.14117) 2 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:27:20.496 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:20 smithi099 bash[64561]: cephadm 2024-02-10T08:27:19.382479+0000 mgr.y (mgr.14117) 3 : cephadm [INF] Generating ssh key... 2024-02-10T08:27:20.496 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:20 smithi099 bash[64561]: audit 2024-02-10T08:27:19.637672+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAulfUiKGus+F8mwAQpszb3G0sPdxsIAXFAYesfscV674XX9PMBXiv\ncgRiJxl1RFsToa7NtS5HfADHu1rtAXeysg1zs0FSmSLy9qi0/Xhz6NBx+snVc6bZGUpVhk\nczBSF5/TWDHnE4/GoFxYEM79DD3bnMlTdQ0fWxQmHwBwlTH3+wPL6pRVk+uGBpmnfVenaX\nMXRi/reBuBPT7U48kjlC3Xu8rqhM8jQuwk/SUYlr9zN5dcrnnZR3pi+VOgEJdwvtrOjM6k\nQhjsTi+OjsyNa1ivtLO9KQJweLclytur9G+UmcKCXUutYa7RwiWqJKVj04DRNrfmrMXGTr\n3GaPQO4LacL7YMYoXZVXW/be715NFFwEj8doeemoWSjlFb4WCXwpsWqGdI+mu7XJvWpgIP\nSA2tUvTd5hk+knpX9ptEWl7cAIiKKaMEWCFIu5XmSkN+rDYFPDzPNWhT03w30MHh4K5DjY\nd/icHR6Ti+Btilst4FxgIUqRtKVZNUSsLi417YV/AAAFoBNY4BcTWOAXAAAAB3NzaC1yc2\nEAAAGBALpX1IihrrPhfJsAEKbM29xtLD3cbCAFxQGHrH7HFeu+F1/TzAV4r3IEYicZdURb\nE6GuzbUuR3wAx7ta7QF3srINc7NBUpki8vaotP14c+jQcfrJ1XOm2RlKVYZHMwUhef01gx\n5xOPxqBcWBDO/Qw925zJU3UNH1sUJh8AcJUx9/sDy+qUVZPrhgaZp31Xp2lzF0Yv63gbgT\n0+1OPJI5Qt17vK6oTPI0LsJP0lGJa/czeXXK552Ud6YvlToBCXcL7azozOpEIY7E4vjo7M\njWtYr7SzvSkCcHi3Jcrbq/RvlJnCgl1LrWGu0cIlqiSlY9OA0Ta35qzFxk69xmj0DuC2nC\n+2DGKF2VV1v23u9eTRRcBI/HaHnpqFko5RW+Fgl8KbFqhnSPpru1yb1qYCD0gNrVL03eYZ\nPpJ6V/abRFpe3ACIiimjBFghSLuV5kpDfqw2BTw8zzVoU9N8N9DB4eCuQ42Hf4nB0ek4vg\nbYpbLeBcYCFKkbSlWTVErC4uNe2FfwAAAAMBAAEAAAGAcKiFIA3QF4St1vAVISMdkYiXhN\nbsr/eNAb3K9eLbR+lnLFJaOLycJayswsLLeQYvOkL6rx1JrpiyKH1yaL67VJZ5atiFXXwZ\ntDKPKedW/Fx5bIv19rPa8UVVq5cEK4fvvrxJh3AgacqXrq606ZAnureIDnag8C9AecfIXB\nixHowOOstyfzDTkJkJf5APiriD9CxPZXwAew/RwtjYGfdwi4Mxsc6ippQR6PxlRVJ16cA/\nII4JteV66Qg/ig/ybvzQLRbJ1tTcCQnC2SjRFHOIyz6wJGm1EH7SWh8DPm1zeB3a/cbDU0\n0tgUQwDEqe18578yVWB1UGrrgzXsBW+4Psj/NqDeCEuXzEdr8M4/VYdqWJ6oOPKh2fQm8J\nosnkr7HheVEcDOfZYusMT1jynR/FEuddzYc5tEKJeOfOm3hRLMIUZHfIC94mnWdqQkz9zo\nleDV3Y6jDCPY5f6amuZYpSBBpGLtGWRiDs0EdmLSyhomeHfGZJokfowvfNbu6MsdThAAAA\nwQC5AYHpZxcHldyaFt9FIy5A8D03snR2DVdHTebitKLYuNNzhFrMnM7Bn/8iTojqxvvC6U\nMtfa4wQ1YeiJrHxu+bipK/1olj2pU8X3j5V8MdE5Hp7hs2aO91CyM+46NFCeSVrZuOPnNP\n925ilaaJzXntyVVeBESjQgAvuZMHT/Iqkcbo6o+M7CuIOpbuQ0Zfyloi4W7yx7QCsjmhHw\nTgOOCo4TCTAq4dzos06+wN/aWt5c4Qw3OkhRJr3yd2Km+kDHQAAADBAPXKpAGyLs55C76n\n3PqjE9pvzDjQhi0Jj86ebeanodOHLyIp+wJ7ukSQMrVmlw3Liap69WBsFQ+DIwQ3UwJJCn\nz6AovAmUlbHH3C6GkTyHkE/LCgbO/MlKOrRhp1sQ5a5mQSx1zPRbgL15/ILWNSYZk6QFdV\nfTI8YgbhJjHB2eMB6UUlRRmbqp1h7EP/X3UqNoJLGm2tb9gMENzd0iclnRf+wRaC/7rdSi\n4SNAn1KiRonXXpjg2MLUDLV4PIF4zI9wAAAMEAwhUbuvnz5uIMUY4M1o7uY+g9+wXn84gk\nBy7UtTDr4s0rf2oblW8p/raYsH85VZB55dztlzkzj551sotVPKytyO0kFkZSFitHhZlkGP\ns89CdU4xwd/fE8faOwaiUHr5wD8z76lgo6GdKNUhoniWzrpBg/Xx6jdtOrU6LG1Dpya49Z\nfLUjwRDrEjp8Xhlw4UDwyg6QsNBOm2g+C0ws9QpXgR8o6LDaCXw7Lt7+nJ175zU5fR6Hn2\nMDzOB/j/KLsk25AAAAKWNlcGgtMGRiM2Y3MzItYzdlZS0xMWVlLTk1YjgtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-02-10T08:27:20.496 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:20 smithi099 bash[64561]: audit 2024-02-10T08:27:19.639470+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAulfUiKGus+F8mwAQpszb3G0sPdxsIAXFAYesfscV674XX9PMBXiv\ncgRiJxl1RFsToa7NtS5HfADHu1rtAXeysg1zs0FSmSLy9qi0/Xhz6NBx+snVc6bZGUpVhk\nczBSF5/TWDHnE4/GoFxYEM79DD3bnMlTdQ0fWxQmHwBwlTH3+wPL6pRVk+uGBpmnfVenaX\nMXRi/reBuBPT7U48kjlC3Xu8rqhM8jQuwk/SUYlr9zN5dcrnnZR3pi+VOgEJdwvtrOjM6k\nQhjsTi+OjsyNa1ivtLO9KQJweLclytur9G+UmcKCXUutYa7RwiWqJKVj04DRNrfmrMXGTr\n3GaPQO4LacL7YMYoXZVXW/be715NFFwEj8doeemoWSjlFb4WCXwpsWqGdI+mu7XJvWpgIP\nSA2tUvTd5hk+knpX9ptEWl7cAIiKKaMEWCFIu5XmSkN+rDYFPDzPNWhT03w30MHh4K5DjY\nd/icHR6Ti+Btilst4FxgIUqRtKVZNUSsLi417YV/AAAFoBNY4BcTWOAXAAAAB3NzaC1yc2\nEAAAGBALpX1IihrrPhfJsAEKbM29xtLD3cbCAFxQGHrH7HFeu+F1/TzAV4r3IEYicZdURb\nE6GuzbUuR3wAx7ta7QF3srINc7NBUpki8vaotP14c+jQcfrJ1XOm2RlKVYZHMwUhef01gx\n5xOPxqBcWBDO/Qw925zJU3UNH1sUJh8AcJUx9/sDy+qUVZPrhgaZp31Xp2lzF0Yv63gbgT\n0+1OPJI5Qt17vK6oTPI0LsJP0lGJa/czeXXK552Ud6YvlToBCXcL7azozOpEIY7E4vjo7M\njWtYr7SzvSkCcHi3Jcrbq/RvlJnCgl1LrWGu0cIlqiSlY9OA0Ta35qzFxk69xmj0DuC2nC\n+2DGKF2VV1v23u9eTRRcBI/HaHnpqFko5RW+Fgl8KbFqhnSPpru1yb1qYCD0gNrVL03eYZ\nPpJ6V/abRFpe3ACIiimjBFghSLuV5kpDfqw2BTw8zzVoU9N8N9DB4eCuQ42Hf4nB0ek4vg\nbYpbLeBcYCFKkbSlWTVErC4uNe2FfwAAAAMBAAEAAAGAcKiFIA3QF4St1vAVISMdkYiXhN\nbsr/eNAb3K9eLbR+lnLFJaOLycJayswsLLeQYvOkL6rx1JrpiyKH1yaL67VJZ5atiFXXwZ\ntDKPKedW/Fx5bIv19rPa8UVVq5cEK4fvvrxJh3AgacqXrq606ZAnureIDnag8C9AecfIXB\nixHowOOstyfzDTkJkJf5APiriD9CxPZXwAew/RwtjYGfdwi4Mxsc6ippQR6PxlRVJ16cA/\nII4JteV66Qg/ig/ybvzQLRbJ1tTcCQnC2SjRFHOIyz6wJGm1EH7SWh8DPm1zeB3a/cbDU0\n0tgUQwDEqe18578yVWB1UGrrgzXsBW+4Psj/NqDeCEuXzEdr8M4/VYdqWJ6oOPKh2fQm8J\nosnkr7HheVEcDOfZYusMT1jynR/FEuddzYc5tEKJeOfOm3hRLMIUZHfIC94mnWdqQkz9zo\nleDV3Y6jDCPY5f6amuZYpSBBpGLtGWRiDs0EdmLSyhomeHfGZJokfowvfNbu6MsdThAAAA\nwQC5AYHpZxcHldyaFt9FIy5A8D03snR2DVdHTebitKLYuNNzhFrMnM7Bn/8iTojqxvvC6U\nMtfa4wQ1YeiJrHxu+bipK/1olj2pU8X3j5V8MdE5Hp7hs2aO91CyM+46NFCeSVrZuOPnNP\n925ilaaJzXntyVVeBESjQgAvuZMHT/Iqkcbo6o+M7CuIOpbuQ0Zfyloi4W7yx7QCsjmhHw\nTgOOCo4TCTAq4dzos06+wN/aWt5c4Qw3OkhRJr3yd2Km+kDHQAAADBAPXKpAGyLs55C76n\n3PqjE9pvzDjQhi0Jj86ebeanodOHLyIp+wJ7ukSQMrVmlw3Liap69WBsFQ+DIwQ3UwJJCn\nz6AovAmUlbHH3C6GkTyHkE/LCgbO/MlKOrRhp1sQ5a5mQSx1zPRbgL15/ILWNSYZk6QFdV\nfTI8YgbhJjHB2eMB6UUlRRmbqp1h7EP/X3UqNoJLGm2tb9gMENzd0iclnRf+wRaC/7rdSi\n4SNAn1KiRonXXpjg2MLUDLV4PIF4zI9wAAAMEAwhUbuvnz5uIMUY4M1o7uY+g9+wXn84gk\nBy7UtTDr4s0rf2oblW8p/raYsH85VZB55dztlzkzj551sotVPKytyO0kFkZSFitHhZlkGP\ns89CdU4xwd/fE8faOwaiUHr5wD8z76lgo6GdKNUhoniWzrpBg/Xx6jdtOrU6LG1Dpya49Z\nfLUjwRDrEjp8Xhlw4UDwyg6QsNBOm2g+C0ws9QpXgR8o6LDaCXw7Lt7+nJ175zU5fR6Hn2\nMDzOB/j/KLsk25AAAAKWNlcGgtMGRiM2Y3MzItYzdlZS0xMWVlLTk1YjgtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-02-10T08:27:20.496 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:20 smithi099 bash[64561]: audit 2024-02-10T08:27:19.639848+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6V9SIoa6z4XybABCmzNvcbSw93GwgBcUBh6x+xxXrvhdf08wFeK9yBGInGXVEWxOhrs21Lkd8AMe7Wu0Bd7KyDXOzQVKZIvL2qLT9eHPo0HH6ydVzptkZSlWGRzMFIXn9NYMecTj8agXFgQzv0MPducyVN1DR9bFCYfAHCVMff7A8vqlFWT64YGmad9V6dpcxdGL+t4G4E9PtTjySOULde7yuqEzyNC7CT9JRiWv3M3l1yuedlHemL5U6AQl3C+2s6MzqRCGOxOL46OzI1rWK+0s70pAnB4tyXK26v0b5SZwoJdS61hrtHCJaokpWPTgNE2t+asxcZOvcZo9A7gtpwvtgxihdlVdb9t7vXk0UXASPx2h56ahZKOUVvhYJfCmxaoZ0j6a7tcm9amAg9IDa1S9N3mGT6Self2m0RaXtwAiIopowRYIUi7leZKQ36sNgU8PM81aFPTfDfQweHgrkONh3+JwdHpOL4G2KWy3gXGAhSpG0pVk1RKwuLjXthX8= ceph-0db3f732-c7ee-11ee-95b8-87774f69a715\n"}]: dispatch 2024-02-10T08:27:20.496 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:20 smithi099 bash[64561]: audit 2024-02-10T08:27:19.641158+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6V9SIoa6z4XybABCmzNvcbSw93GwgBcUBh6x+xxXrvhdf08wFeK9yBGInGXVEWxOhrs21Lkd8AMe7Wu0Bd7KyDXOzQVKZIvL2qLT9eHPo0HH6ydVzptkZSlWGRzMFIXn9NYMecTj8agXFgQzv0MPducyVN1DR9bFCYfAHCVMff7A8vqlFWT64YGmad9V6dpcxdGL+t4G4E9PtTjySOULde7yuqEzyNC7CT9JRiWv3M3l1yuedlHemL5U6AQl3C+2s6MzqRCGOxOL46OzI1rWK+0s70pAnB4tyXK26v0b5SZwoJdS61hrtHCJaokpWPTgNE2t+asxcZOvcZo9A7gtpwvtgxihdlVdb9t7vXk0UXASPx2h56ahZKOUVvhYJfCmxaoZ0j6a7tcm9amAg9IDa1S9N3mGT6Self2m0RaXtwAiIopowRYIUi7leZKQ36sNgU8PM81aFPTfDfQweHgrkONh3+JwdHpOL4G2KWy3gXGAhSpG0pVk1RKwuLjXthX8= ceph-0db3f732-c7ee-11ee-95b8-87774f69a715\n"}]': finished 2024-02-10T08:27:20.907 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6V9SIoa6z4XybABCmzNvcbSw93GwgBcUBh6x+xxXrvhdf08wFeK9yBGInGXVEWxOhrs21Lkd8AMe7Wu0Bd7KyDXOzQVKZIvL2qLT9eHPo0HH6ydVzptkZSlWGRzMFIXn9NYMecTj8agXFgQzv0MPducyVN1DR9bFCYfAHCVMff7A8vqlFWT64YGmad9V6dpcxdGL+t4G4E9PtTjySOULde7yuqEzyNC7CT9JRiWv3M3l1yuedlHemL5U6AQl3C+2s6MzqRCGOxOL46OzI1rWK+0s70pAnB4tyXK26v0b5SZwoJdS61hrtHCJaokpWPTgNE2t+asxcZOvcZo9A7gtpwvtgxihdlVdb9t7vXk0UXASPx2h56ahZKOUVvhYJfCmxaoZ0j6a7tcm9amAg9IDa1S9N3mGT6Self2m0RaXtwAiIopowRYIUi7leZKQ36sNgU8PM81aFPTfDfQweHgrkONh3+JwdHpOL4G2KWy3gXGAhSpG0pVk1RKwuLjXthX8= ceph-0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:27:21.606 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-02-10T08:27:21.606 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-02-10T08:27:21.606 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Adding host smithi099... 2024-02-10T08:27:21.606 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi099'] 2024-02-10T08:27:21.607 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi099 2024-02-10T08:27:21.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:21 smithi099 bash[64561]: audit 2024-02-10T08:27:20.906441+0000 mgr.y (mgr.14117) 4 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:27:22.655 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:22 smithi099 bash[64793]: Warning: Permanently added 'smithi099,172.21.15.99' (ECDSA) to the list of known hosts. 2024-02-10T08:27:22.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:22 smithi099 bash[64561]: audit 2024-02-10T08:27:22.291228+0000 mgr.y (mgr.14117) 5 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi099", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:27:23.294 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi099' 2024-02-10T08:27:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:23 smithi099 bash[64561]: audit 2024-02-10T08:27:22.770617+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"smithi099\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:27:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:23 smithi099 bash[64561]: audit 2024-02-10T08:27:22.773040+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"smithi099\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-10T08:27:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:23 smithi099 bash[64561]: cephadm 2024-02-10T08:27:22.773333+0000 mgr.y (mgr.14117) 6 : cephadm [INF] Added host smithi099 2024-02-10T08:27:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:23 smithi099 bash[64561]: audit 2024-02-10T08:27:22.966733+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:27:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:23 smithi099 bash[64561]: audit 2024-02-10T08:27:22.969090+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:27:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:23 smithi099 bash[64561]: audit 2024-02-10T08:27:22.969548+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:27:24.056 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Enabling the dashboard module... 2024-02-10T08:27:24.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-02-10T08:27:24.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-02-10T08:27:25.493 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:25 smithi099 bash[64561]: audit 2024-02-10T08:27:24.826958+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:24.825202\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:24.826277\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:27:24.826350\", \"networks\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:27:25.493 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:25 smithi099 bash[64561]: audit 2024-02-10T08:27:24.828755+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:24.825202\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:24.826277\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:27:24.826350\", \"networks\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:27:25.493 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:25 smithi099 bash[64561]: audit 2024-02-10T08:27:24.829328+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14117 172.21.15.99:0/1782762102' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:27:25.493 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:25 smithi099 bash[64561]: audit 2024-02-10T08:27:25.193006+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.99:0/251889836' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-02-10T08:27:26.219 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:25 smithi099 bash[64793]: ignoring --setuser ceph since I am not root 2024-02-10T08:27:26.220 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:25 smithi099 bash[64793]: ignoring --setgroup ceph since I am not root 2024-02-10T08:27:27.153 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:26 smithi099 bash[64561]: audit 2024-02-10T08:27:25.830607+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.99:0/251889836' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-02-10T08:27:27.153 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:26 smithi099 bash[64561]: cluster 2024-02-10T08:27:25.830647+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 18s) 2024-02-10T08:27:27.681 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-02-10T08:27:27.681 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14117, 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:6800", 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1538034758 2024-02-10T08:27:28.930 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:6801", 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1538034758 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.99:6801/1538034758", 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-02-10T08:27:07.153799+0000", 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-02-10T08:27:28.931 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.932 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.933 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:28.935 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.936 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.937 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.938 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.939 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.940 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-02-10T08:27:28.941 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-02-10T08:27:28.942 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.943 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.944 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-02-10T08:27:28.945 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.946 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.947 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-02-10T08:27:28.948 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.949 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.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.", 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-10T08:27:28.950 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-02-10T08:27:28.951 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-02-10T08:27:28.952 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.953 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:28.954 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.955 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.956 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.957 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.958 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.959 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.960 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.961 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-02-10T08:27:28.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-02-10T08:27:28.963 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.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.", 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.964 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-02-10T08:27:28.965 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.966 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.967 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:28.968 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.969 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.971 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:28.972 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.973 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-02-10T08:27:28.974 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.975 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.976 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.977 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.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", 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:28.978 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:28.979 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.980 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:28.981 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.982 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-02-10T08:27:28.983 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.984 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.985 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.986 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.987 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.988 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.989 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-02-10T08:27:28.990 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.991 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.992 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.993 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.994 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-10T08:27:28.995 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:28.996 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.997 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.998 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:28.999 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.000 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.001 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.002 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.003 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-02-10T08:27:29.004 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-02-10T08:27:29.005 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-02-10T08:27:29.006 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.007 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.008 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-02-10T08:27:29.009 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.010 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.011 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.012 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.013 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.014 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-02-10T08:27:29.015 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.016 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.017 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.018 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.019 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.020 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.021 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-02-10T08:27:29.022 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.023 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.024 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.025 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.026 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.027 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.028 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.029 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-02-10T08:27:29.030 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-10T08:27:29.031 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-10T08:27:29.032 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-02-10T08:27:29.033 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-02-10T08:27:29.034 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-02-10T08:27:29.035 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.036 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.037 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-02-10T08:27:29.038 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.039 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.040 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.041 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.042 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.043 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.044 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.045 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-02-10T08:27:29.046 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-02-10T08:27:29.047 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:29.048 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.049 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-10T08:27:29.050 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.051 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.052 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.053 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.054 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.055 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.056 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.057 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.058 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.059 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-02-10T08:27:29.060 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.061 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.062 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.063 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.064 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.065 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.066 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.067 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.068 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.069 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.070 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.071 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-02-10T08:27:29.072 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.073 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.074 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.075 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.076 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.077 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.078 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.079 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.080 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.081 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.082 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.083 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.084 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.085 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.086 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.087 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.088 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.089 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.091 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.092 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.093 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.094 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-02-10T08:27:29.095 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.096 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.097 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.098 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.099 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.100 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.101 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.102 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.103 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.104 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.105 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.106 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.107 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.108 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.109 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.110 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.111 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.112 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.113 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.114 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.115 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.116 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.117 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.118 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-02-10T08:27:29.119 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.120 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.121 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.122 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.123 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.124 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.125 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-02-10T08:27:29.126 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.127 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.128 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.129 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.130 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.131 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.132 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.133 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-02-10T08:27:29.134 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.135 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.136 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.137 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.138 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.139 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.140 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.141 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-02-10T08:27:29.142 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.144 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.145 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.146 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.147 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.148 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.149 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.150 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.151 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.152 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.153 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.154 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.155 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.156 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.157 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-02-10T08:27:29.158 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.159 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.160 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.161 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.162 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.163 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.164 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.165 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.166 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.167 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.168 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.169 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.170 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.171 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.172 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.173 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-02-10T08:27:29.174 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.175 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-02-10T08:27:29.176 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.177 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.178 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.179 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.180 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-02-10T08:27:29.181 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.182 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.183 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.184 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.185 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.186 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.187 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.188 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.189 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.190 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.191 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.192 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.193 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.194 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.195 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.196 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.197 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.198 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-02-10T08:27:29.199 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-02-10T08:27:29.200 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.201 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.202 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.203 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.204 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-02-10T08:27:29.205 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.206 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.207 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-02-10T08:27:29.208 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-02-10T08:27:29.209 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-02-10T08:27:29.210 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:0", 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2373939990 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:0", 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1577662378 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.211 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.99:0", 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2945913861 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:29.212 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:28 smithi099 bash[64561]: audit 2024-02-10T08:27:28.546472+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.99:0/31187742' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-02-10T08:27:29.468 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-02-10T08:27:29.468 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-02-10T08:27:29.468 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-02-10T08:27:29.468 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-02-10T08:27:30.723 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:27:30 smithi099 bash[64793]: Warning: Permanently added 'smithi099,172.21.15.99' (ECDSA) to the list of known hosts. 2024-02-10T08:27:30.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:30 smithi099 bash[64561]: cluster 2024-02-10T08:27:29.540602+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-02-10T08:27:30.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:30 smithi099 bash[64561]: cluster 2024-02-10T08:27:29.541040+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-02-10T08:27:30.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:30 smithi099 bash[64561]: cluster 2024-02-10T08:27:29.542824+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-02-10T08:27:31.250 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-02-10T08:27:31.251 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-02-10T08:27:31.251 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-02-10T08:27:31.251 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: cluster 2024-02-10T08:27:30.238122+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.697157s) 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.239410+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.240160+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.240277+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.240396+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.240645+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.241132+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.241322+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.241502+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.241692+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:27:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.241873+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:27:31.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.242047+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:27:31.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: cluster 2024-02-10T08:27:30.255933+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2024-02-10T08:27:31.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.280037+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-02-10T08:27:31.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.765295+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-02-10T08:27:31.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:31 smithi099 bash[64561]: audit 2024-02-10T08:27:30.765586+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:27:32.142 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-02-10T08:27:32.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-02-10T08:27:32.143 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-02-10T08:27:32.623 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:32 smithi099 bash[64561]: cluster 2024-02-10T08:27:31.242862+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.7019s) 2024-02-10T08:27:32.623 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:32 smithi099 bash[64561]: audit 2024-02-10T08:27:31.937211+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:31.936555\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:31.936676\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:27:31.936755\", \"networks\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:27:32.623 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:32 smithi099 bash[64561]: audit 2024-02-10T08:27:31.938948+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:31.936555\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:31.936676\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:27:31.936755\", \"networks\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:27:32.623 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:32 smithi099 bash[64561]: audit 2024-02-10T08:27:31.939418+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:27:33.466 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-02-10T08:27:33.631 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:33 smithi099 bash[64561]: cluster 2024-02-10T08:27:32.245823+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-02-10T08:27:34.212 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Creating initial admin user... 2024-02-10T08:27:34.212 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'ruohf3b6ak', 'administrator', '--force-password', '--pwd-update-required'] 2024-02-10T08:27:34.213 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin ruohf3b6ak administrator --force-password --pwd-update-required 2024-02-10T08:27:34.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:34 smithi099 bash[64561]: audit 2024-02-10T08:27:33.364462+0000 mgr.y (mgr.14140) 1 : audit [DBG] from='client.14153 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:27:34.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:34 smithi099 bash[64561]: audit 2024-02-10T08:27:33.461725+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCmnnvke3NGY5zWzh54HAh4MA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDAyMTAwODI3\nMzNaFw0zNDAyMDcwODI3MzNaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK8Hbzt7\nG5nyJZ9qGvNeicT0NixCU9TrAtOtmNTNxlavNa+oA/kC5HDwh3eEgwdngF+gjZ5z\ngPaVquaLDR/I3z1ISBc7M+Wc/FR+1zkxT2H3SvaA8sSaJ+F7/5jmjjZhjkJeBgdk\nszQW52x2sP3E6PB3GQcUesPIrB37nUFv9vSmccVfrgUIe0QKgA7N9K71pEK8IIEG\n4qAUKje599SrddCo3iEwWWPvnhkSTyMHAcajvETidPiGBOlLKXBMwq+e1IfQwENc\ngkDnXmXl3GN44rMWZxsmwEyTewNhZXQCmFA9uGCa2R9SfZWgQtnsNw4mttTfl4ns\nRmXsk8mewGu8ghkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAmEZgIJVECMlwneZK\ngsSiUGdPGJu6tYYNy54rd1Ru7lrdl7A5T8iEnjKQ9TeJZxhsqbk+qGAuIhZF1CB/\nRZa8MvdtKE9ycPtJZNsd+PEaf1qFFr9adPJBuxqNaYnsGTaPJpPRzWnfmUPmTFes\nSb01c12oGTOIZlDZAL4Iii2Yl9rQ7A5ngP8WwCZEm0PNZWmXXEUt47ZKD1+9t7Ic\nnVRDiEOHbFxodUfC7KpCNXuqxhHfzC88snTdTLDjKQ45ShcvaZORZKLw4eX8I8+L\nz4Z/6yGsqE/1cn4pxl74f1z+I4ByxGvJ8C/DgDerYScnLib1El+fjvizIGgSA948\n6YC5SA==\n-----END CERTIFICATE-----\n"}]: dispatch 2024-02-10T08:27:34.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:34 smithi099 bash[64561]: audit 2024-02-10T08:27:33.463507+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIIC0DCCAbgCEQCmnnvke3NGY5zWzh54HAh4MA0GCSqGSIb3DQEBDQUAMCYxCzAJ\nBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBoLWRhc2hib2FyZDAeFw0yNDAyMTAwODI3\nMzNaFw0zNDAyMDcwODI3MzNaMCYxCzAJBgNVBAoMAklUMRcwFQYDVQQDDA5jZXBo\nLWRhc2hib2FyZDCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAK8Hbzt7\nG5nyJZ9qGvNeicT0NixCU9TrAtOtmNTNxlavNa+oA/kC5HDwh3eEgwdngF+gjZ5z\ngPaVquaLDR/I3z1ISBc7M+Wc/FR+1zkxT2H3SvaA8sSaJ+F7/5jmjjZhjkJeBgdk\nszQW52x2sP3E6PB3GQcUesPIrB37nUFv9vSmccVfrgUIe0QKgA7N9K71pEK8IIEG\n4qAUKje599SrddCo3iEwWWPvnhkSTyMHAcajvETidPiGBOlLKXBMwq+e1IfQwENc\ngkDnXmXl3GN44rMWZxsmwEyTewNhZXQCmFA9uGCa2R9SfZWgQtnsNw4mttTfl4ns\nRmXsk8mewGu8ghkCAwEAATANBgkqhkiG9w0BAQ0FAAOCAQEAmEZgIJVECMlwneZK\ngsSiUGdPGJu6tYYNy54rd1Ru7lrdl7A5T8iEnjKQ9TeJZxhsqbk+qGAuIhZF1CB/\nRZa8MvdtKE9ycPtJZNsd+PEaf1qFFr9adPJBuxqNaYnsGTaPJpPRzWnfmUPmTFes\nSb01c12oGTOIZlDZAL4Iii2Yl9rQ7A5ngP8WwCZEm0PNZWmXXEUt47ZKD1+9t7Ic\nnVRDiEOHbFxodUfC7KpCNXuqxhHfzC88snTdTLDjKQ45ShcvaZORZKLw4eX8I8+L\nz4Z/6yGsqE/1cn4pxl74f1z+I4ByxGvJ8C/DgDerYScnLib1El+fjvizIGgSA948\n6YC5SA==\n-----END CERTIFICATE-----\n"}]': finished 2024-02-10T08:27:34.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:34 smithi099 bash[64561]: audit 2024-02-10T08:27:33.463857+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCvB287exuZ8iWf\nahrzXonE9DYsQlPU6wLTrZjUzcZWrzWvqAP5AuRw8Id3hIMHZ4BfoI2ec4D2larm\niw0fyN89SEgXOzPlnPxUftc5MU9h90r2gPLEmifhe/+Y5o42YY5CXgYHZLM0Fuds\ndrD9xOjwdxkHFHrDyKwd+51Bb/b0pnHFX64FCHtECoAOzfSu9aRCvCCBBuKgFCo3\nuffUq3XQqN4hMFlj754ZEk8jBwHGo7xE4nT4hgTpSylwTMKvntSH0MBDXIJA515l\n5dxjeOKzFmcbJsBMk3sDYWV0AphQPbhgmtkfUn2VoELZ7DcOJrbU35eJ7EZl7JPJ\nnsBrvIIZAgMBAAECggEAUBVUvaBsVpnGwRPpVOUyoB0lFEcc2FTXLEdHoEaus0bj\nh4WWm77JCyvir7q/wQmIYTiy04cBwNFmKqoAzUQ5cG68HXUHH84eXgLTMuXu7mIZ\nuIPzkCUAjlkP78O92f/0+UTP+V4H6JN6O9Rq0xHfivbTSrwCF8afifBwWVqDYhhr\ngvv7Ge+e+zPXaKJgEeWIhTdi4PdNoHiG2dGZlK/LRapa4fgLeQYX+qeX2Grt54rI\nX3ZieXAJkTCEUrtHJna1ikd4ShTOa9tShIYAmVSENiJ+sYlNxcy0N1Jxg/GKaRVu\nPcL62/oiZUDG49kAQ40jH3RGVeg5HzZk/QKUHvoDoQKBgQDnq9rODJFZXI33hklE\nOeGeaOPnFOcn0/44W9+t7fPeRkglwUKuk1JLtAIL9Eudun3d74ifBeQ8CCIcDJN/\ngTq/1s4UTnFQyz6G7OtIO+9vDnJ8U7gfhPoeRpQjkiyTwI+KmeaOePxkyzOxQN8Y\nVZ/Uojuycj3DqkqFfHnEidOa3QKBgQDBaNXGFgyua+Sqk3cKZ3keQuN5xg3zLfkp\np9+nvbEwdzBpUP9LBF8X5ARfzK7N1n5Zl9VE0J1sDSTWypFPDN/n8o0kY1BfidOt\nwrPhUgaythWk6MvGrQs/+80y8EWqc/yXX2RtoKRYwe2Q/rKOIMorQU/97z6CZXHE\nX437tyu6bQKBgQCygV+BvntMMJ2O6KCRekvW5Bkel6OYs6bBREEwYhWy4dJ7jNLV\nctxJSnT9Qwn0iZqsJAHQDhkTDG1D0YjhCPD8mgWF7f8v8rrF+c08hjnyB169X0CS\nwMJ8C4PfeKTyX7/6WqUkiCJpg4zb+hEsTeVuUGbRE2d12UO8YPHuNwid3QKBgCfl\nh0uQWtdUHFxvhPvZcmuioqgJCfGjByXnokRI5hc4Tv06nx8LbM5R0/ErGNgPKgsz\nPeQvIHocj//a03S6FCoVp7Xc4sSCeu76Hf8Z25Xb58UX3IlEQvDU8XRTihtqR622\nGNJgc+Z3QplJYO3ep7WaiHS6eGuPn5NBntlQ5K1VAoGAAllEJ809LZQwNBJOCutG\nRkgJdHiswNK/rtu71CSSZ5HILo/XIzO2E/kITMai1sF0dzpr8JyFLVoiiftK9pO3\nYST3xdNU4gKX+U5ThrmBDqnw9P0MQkExpNRHTlfRHaxJOXpgV5SIR8uCyd/NuU3Y\nhdZKACnsJt7vHgiQId2iWgs=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-02-10T08:27:34.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:34 smithi099 bash[64561]: audit 2024-02-10T08:27:33.466236+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCvB287exuZ8iWf\nahrzXonE9DYsQlPU6wLTrZjUzcZWrzWvqAP5AuRw8Id3hIMHZ4BfoI2ec4D2larm\niw0fyN89SEgXOzPlnPxUftc5MU9h90r2gPLEmifhe/+Y5o42YY5CXgYHZLM0Fuds\ndrD9xOjwdxkHFHrDyKwd+51Bb/b0pnHFX64FCHtECoAOzfSu9aRCvCCBBuKgFCo3\nuffUq3XQqN4hMFlj754ZEk8jBwHGo7xE4nT4hgTpSylwTMKvntSH0MBDXIJA515l\n5dxjeOKzFmcbJsBMk3sDYWV0AphQPbhgmtkfUn2VoELZ7DcOJrbU35eJ7EZl7JPJ\nnsBrvIIZAgMBAAECggEAUBVUvaBsVpnGwRPpVOUyoB0lFEcc2FTXLEdHoEaus0bj\nh4WWm77JCyvir7q/wQmIYTiy04cBwNFmKqoAzUQ5cG68HXUHH84eXgLTMuXu7mIZ\nuIPzkCUAjlkP78O92f/0+UTP+V4H6JN6O9Rq0xHfivbTSrwCF8afifBwWVqDYhhr\ngvv7Ge+e+zPXaKJgEeWIhTdi4PdNoHiG2dGZlK/LRapa4fgLeQYX+qeX2Grt54rI\nX3ZieXAJkTCEUrtHJna1ikd4ShTOa9tShIYAmVSENiJ+sYlNxcy0N1Jxg/GKaRVu\nPcL62/oiZUDG49kAQ40jH3RGVeg5HzZk/QKUHvoDoQKBgQDnq9rODJFZXI33hklE\nOeGeaOPnFOcn0/44W9+t7fPeRkglwUKuk1JLtAIL9Eudun3d74ifBeQ8CCIcDJN/\ngTq/1s4UTnFQyz6G7OtIO+9vDnJ8U7gfhPoeRpQjkiyTwI+KmeaOePxkyzOxQN8Y\nVZ/Uojuycj3DqkqFfHnEidOa3QKBgQDBaNXGFgyua+Sqk3cKZ3keQuN5xg3zLfkp\np9+nvbEwdzBpUP9LBF8X5ARfzK7N1n5Zl9VE0J1sDSTWypFPDN/n8o0kY1BfidOt\nwrPhUgaythWk6MvGrQs/+80y8EWqc/yXX2RtoKRYwe2Q/rKOIMorQU/97z6CZXHE\nX437tyu6bQKBgQCygV+BvntMMJ2O6KCRekvW5Bkel6OYs6bBREEwYhWy4dJ7jNLV\nctxJSnT9Qwn0iZqsJAHQDhkTDG1D0YjhCPD8mgWF7f8v8rrF+c08hjnyB169X0CS\nwMJ8C4PfeKTyX7/6WqUkiCJpg4zb+hEsTeVuUGbRE2d12UO8YPHuNwid3QKBgCfl\nh0uQWtdUHFxvhPvZcmuioqgJCfGjByXnokRI5hc4Tv06nx8LbM5R0/ErGNgPKgsz\nPeQvIHocj//a03S6FCoVp7Xc4sSCeu76Hf8Z25Xb58UX3IlEQvDU8XRTihtqR622\nGNJgc+Z3QplJYO3ep7WaiHS6eGuPn5NBntlQ5K1VAoGAAllEJ809LZQwNBJOCutG\nRkgJdHiswNK/rtu71CSSZ5HILo/XIzO2E/kITMai1sF0dzpr8JyFLVoiiftK9pO3\nYST3xdNU4gKX+U5ThrmBDqnw9P0MQkExpNRHTlfRHaxJOXpgV5SIR8uCyd/NuU3Y\nhdZKACnsJt7vHgiQId2iWgs=\n-----END PRIVATE KEY-----\n"}]': finished 2024-02-10T08:27:35.271 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$9y8fmTr4.rcMY7ROTXIzzepwWn/vXlRuJZQ/8fU89rFNHEvYLLFmW", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1707553655, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-02-10T08:27:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:35 smithi099 bash[64561]: audit 2024-02-10T08:27:35.267938+0000 mon.a (mon.0) 99 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$9y8fmTr4.rcMY7ROTXIzzepwWn/vXlRuJZQ/8fU89rFNHEvYLLFmW\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1707553655, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-02-10T08:27:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:35 smithi099 bash[64561]: audit 2024-02-10T08:27:35.269805+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$9y8fmTr4.rcMY7ROTXIzzepwWn/vXlRuJZQ/8fU89rFNHEvYLLFmW\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1707553655, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-02-10T08:27:36.090 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Fetching dashboard port number... 2024-02-10T08:27:36.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi099', '-v', '/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'get', 'mgr', 'mgr/dashboard/ssl_server_port'] 2024-02-10T08:27:36.090 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi099 -v /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmprbftvb4w:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmprja5ijya:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config get mgr mgr/dashboard/ssl_server_port 2024-02-10T08:27:36.372 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:36 smithi099 bash[64561]: audit 2024-02-10T08:27:35.040993+0000 mgr.y (mgr.14140) 2 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "ruohf3b6ak", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:27:36.934 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-02-10T08:27:37.705 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:37 smithi099 bash[64561]: cluster 2024-02-10T08:27:36.324280+0000 mon.a (mon.0) 101 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-02-10T08:27:37.705 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:37 smithi099 bash[64561]: audit 2024-02-10T08:27:36.933760+0000 mon.a (mon.0) 102 : audit [DBG] from='client.? 172.21.15.99:0/3104164280' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-02-10T08:27:37.705 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:37 smithi099 bash[64561]: audit 2024-02-10T08:27:37.292457+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:27:37.960 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: URL: https://smithi099.front.sepia.ceph.com:8443/ 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: User: admin 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: Password: ruohf3b6ak 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: ceph telemetry on 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr:For more information see: 2024-02-10T08:27:37.961 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:27:37.962 INFO:teuthology.orchestra.run.smithi099.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-02-10T08:27:37.962 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:27:37.962 INFO:teuthology.orchestra.run.smithi099.stderr:INFO:cephadm:Bootstrap complete. 2024-02-10T08:27:37.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Releasing lock 139739985479832 on /run/cephadm/0db3f732-c7ee-11ee-95b8-87774f69a715.lock 2024-02-10T08:27:37.962 INFO:teuthology.orchestra.run.smithi099.stderr:DEBUG:cephadm:Lock 139739985479832 released on /run/cephadm/0db3f732-c7ee-11ee-95b8-87774f69a715.lock 2024-02-10T08:27:37.988 INFO:tasks.cephadm:Fetching config... 2024-02-10T08:27:37.988 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:27:37.988 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-02-10T08:27:38.006 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-02-10T08:27:38.006 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:27:38.006 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-02-10T08:27:38.063 INFO:tasks.cephadm:Fetching mon keyring... 2024-02-10T08:27:38.064 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:27:38.064 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/mon.a/keyring of=/dev/stdout 2024-02-10T08:27:38.130 INFO:tasks.cephadm:Fetching pub ssh key... 2024-02-10T08:27:38.130 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:27:38.130 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-02-10T08:27:38.188 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-02-10T08:27:38.188 DEBUG:teuthology.orchestra.run.smithi099:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6V9SIoa6z4XybABCmzNvcbSw93GwgBcUBh6x+xxXrvhdf08wFeK9yBGInGXVEWxOhrs21Lkd8AMe7Wu0Bd7KyDXOzQVKZIvL2qLT9eHPo0HH6ydVzptkZSlWGRzMFIXn9NYMecTj8agXFgQzv0MPducyVN1DR9bFCYfAHCVMff7A8vqlFWT64YGmad9V6dpcxdGL+t4G4E9PtTjySOULde7yuqEzyNC7CT9JRiWv3M3l1yuedlHemL5U6AQl3C+2s6MzqRCGOxOL46OzI1rWK+0s70pAnB4tyXK26v0b5SZwoJdS61hrtHCJaokpWPTgNE2t+asxcZOvcZo9A7gtpwvtgxihdlVdb9t7vXk0UXASPx2h56ahZKOUVvhYJfCmxaoZ0j6a7tcm9amAg9IDa1S9N3mGT6Self2m0RaXtwAiIopowRYIUi7leZKQ36sNgU8PM81aFPTfDfQweHgrkONh3+JwdHpOL4G2KWy3gXGAhSpG0pVk1RKwuLjXthX8= ceph-0db3f732-c7ee-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T08:27:38.263 INFO:teuthology.orchestra.run.smithi099.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6V9SIoa6z4XybABCmzNvcbSw93GwgBcUBh6x+xxXrvhdf08wFeK9yBGInGXVEWxOhrs21Lkd8AMe7Wu0Bd7KyDXOzQVKZIvL2qLT9eHPo0HH6ydVzptkZSlWGRzMFIXn9NYMecTj8agXFgQzv0MPducyVN1DR9bFCYfAHCVMff7A8vqlFWT64YGmad9V6dpcxdGL+t4G4E9PtTjySOULde7yuqEzyNC7CT9JRiWv3M3l1yuedlHemL5U6AQl3C+2s6MzqRCGOxOL46OzI1rWK+0s70pAnB4tyXK26v0b5SZwoJdS61hrtHCJaokpWPTgNE2t+asxcZOvcZo9A7gtpwvtgxihdlVdb9t7vXk0UXASPx2h56ahZKOUVvhYJfCmxaoZ0j6a7tcm9amAg9IDa1S9N3mGT6Self2m0RaXtwAiIopowRYIUi7leZKQ36sNgU8PM81aFPTfDfQweHgrkONh3+JwdHpOL4G2KWy3gXGAhSpG0pVk1RKwuLjXthX8= ceph-0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:27:38.274 DEBUG:teuthology.orchestra.run.smithi179:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6V9SIoa6z4XybABCmzNvcbSw93GwgBcUBh6x+xxXrvhdf08wFeK9yBGInGXVEWxOhrs21Lkd8AMe7Wu0Bd7KyDXOzQVKZIvL2qLT9eHPo0HH6ydVzptkZSlWGRzMFIXn9NYMecTj8agXFgQzv0MPducyVN1DR9bFCYfAHCVMff7A8vqlFWT64YGmad9V6dpcxdGL+t4G4E9PtTjySOULde7yuqEzyNC7CT9JRiWv3M3l1yuedlHemL5U6AQl3C+2s6MzqRCGOxOL46OzI1rWK+0s70pAnB4tyXK26v0b5SZwoJdS61hrtHCJaokpWPTgNE2t+asxcZOvcZo9A7gtpwvtgxihdlVdb9t7vXk0UXASPx2h56ahZKOUVvhYJfCmxaoZ0j6a7tcm9amAg9IDa1S9N3mGT6Self2m0RaXtwAiIopowRYIUi7leZKQ36sNgU8PM81aFPTfDfQweHgrkONh3+JwdHpOL4G2KWy3gXGAhSpG0pVk1RKwuLjXthX8= ceph-0db3f732-c7ee-11ee-95b8-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-02-10T08:27:38.320 INFO:teuthology.orchestra.run.smithi179.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC6V9SIoa6z4XybABCmzNvcbSw93GwgBcUBh6x+xxXrvhdf08wFeK9yBGInGXVEWxOhrs21Lkd8AMe7Wu0Bd7KyDXOzQVKZIvL2qLT9eHPo0HH6ydVzptkZSlWGRzMFIXn9NYMecTj8agXFgQzv0MPducyVN1DR9bFCYfAHCVMff7A8vqlFWT64YGmad9V6dpcxdGL+t4G4E9PtTjySOULde7yuqEzyNC7CT9JRiWv3M3l1yuedlHemL5U6AQl3C+2s6MzqRCGOxOL46OzI1rWK+0s70pAnB4tyXK26v0b5SZwoJdS61hrtHCJaokpWPTgNE2t+asxcZOvcZo9A7gtpwvtgxihdlVdb9t7vXk0UXASPx2h56ahZKOUVvhYJfCmxaoZ0j6a7tcm9amAg9IDa1S9N3mGT6Self2m0RaXtwAiIopowRYIUi7leZKQ36sNgU8PM81aFPTfDfQweHgrkONh3+JwdHpOL4G2KWy3gXGAhSpG0pVk1RKwuLjXthX8= ceph-0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:27:38.331 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi179 2024-02-10T08:27:38.331 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-02-10T08:27:38.331 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.conf 2024-02-10T08:27:38.350 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-02-10T08:27:38.350 DEBUG:teuthology.orchestra.run.smithi179:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T08:27:38.409 INFO:tasks.cephadm:Adding host smithi179 to orchestrator... 2024-02-10T08:27:38.409 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch host add smithi179 2024-02-10T08:27:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:38 smithi099 bash[64561]: audit 2024-02-10T08:27:37.476758+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:31.936555\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:31.936676\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:27:31.936755\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:27:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:38 smithi099 bash[64561]: audit 2024-02-10T08:27:37.479214+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:31.936555\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:31.936676\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:27:31.936755\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:27:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:51 smithi099 bash[64561]: cluster 2024-02-10T08:27:50.241483+0000 mgr.y (mgr.14140) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:53.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:53 smithi099 bash[64561]: cluster 2024-02-10T08:27:52.241831+0000 mgr.y (mgr.14140) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:55.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:55 smithi099 bash[64561]: cluster 2024-02-10T08:27:54.242112+0000 mgr.y (mgr.14140) 5 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:57.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:57 smithi099 bash[64561]: cluster 2024-02-10T08:27:56.242445+0000 mgr.y (mgr.14140) 6 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:27:59.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:27:59 smithi099 bash[64561]: cluster 2024-02-10T08:27:58.242795+0000 mgr.y (mgr.14140) 7 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:01.223 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:28:00 smithi099 bash[64793]: Warning: Permanently added 'smithi179,172.21.15.179' (ECDSA) to the list of known hosts. 2024-02-10T08:28:01.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:01 smithi099 bash[64561]: cluster 2024-02-10T08:28:00.243041+0000 mgr.y (mgr.14140) 8 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:01.886 INFO:teuthology.orchestra.run.smithi179.stdout:Added host 'smithi179' 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:00.882347+0000 mgr.y (mgr.14140) 9 : audit [DBG] from='client.14159 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi179", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:01.341681+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"smithi099\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:01.343301+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"smithi099\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: cephadm 2024-02-10T08:28:01.343675+0000 mgr.y (mgr.14140) 10 : cephadm [INF] Added host smithi179 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:01.541131+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:01.545658+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:01.546298+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:01.719319+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:28:01.718972\", \"networks\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:01.721103+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:28:01.718972\", \"networks\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:02.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:02 smithi099 bash[64561]: audit 2024-02-10T08:28:01.721669+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:28:03.406 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch host ls --format=json 2024-02-10T08:28:03.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:03 smithi099 bash[64561]: cluster 2024-02-10T08:28:02.243416+0000 mgr.y (mgr.14140) 11 : cluster [DBG] pgmap v9: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:05.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:05 smithi099 bash[64561]: cluster 2024-02-10T08:28:04.243792+0000 mgr.y (mgr.14140) 12 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:05.886 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:28:05.886 INFO:teuthology.orchestra.run.smithi179.stdout:[{"addr": "smithi099", "hostname": "smithi099", "labels": [], "status": ""}, {"addr": "smithi179", "hostname": "smithi179", "labels": [], "status": ""}] 2024-02-10T08:28:06.486 INFO:tasks.cephadm:Setting crush tunables to default 2024-02-10T08:28:06.487 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd crush tunables default 2024-02-10T08:28:06.519 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:06 smithi099 bash[64561]: audit 2024-02-10T08:28:05.322491+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:06.519 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:06 smithi099 bash[64561]: audit 2024-02-10T08:28:05.506613+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:28:01.718972\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:06.519 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:06 smithi099 bash[64561]: audit 2024-02-10T08:28:05.508433+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-02-10T08:28:01.718972\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:07.439 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:07 smithi099 bash[64561]: audit 2024-02-10T08:28:05.885163+0000 mgr.y (mgr.14140) 13 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:28:07.440 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:07 smithi099 bash[64561]: cluster 2024-02-10T08:28:06.244072+0000 mgr.y (mgr.14140) 14 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:09.303 INFO:teuthology.orchestra.run.smithi099.stderr:adjusted tunables profile to default 2024-02-10T08:28:09.654 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:09 smithi099 bash[64561]: cluster 2024-02-10T08:28:08.244308+0000 mgr.y (mgr.14140) 15 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:09.654 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:09 smithi099 bash[64561]: audit 2024-02-10T08:28:08.345040+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.99:0/1325077151' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-02-10T08:28:10.032 INFO:tasks.cephadm:Adding mon.c on smithi099 2024-02-10T08:28:10.032 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add mon 'smithi099:[v2:172.21.15.99:3301,v1:172.21.15.99:6790]=c' 2024-02-10T08:28:10.673 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:10 smithi099 bash[64561]: audit 2024-02-10T08:28:09.300027+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.99:0/1325077151' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-02-10T08:28:10.673 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:10 smithi099 bash[64561]: cluster 2024-02-10T08:28:09.300086+0000 mon.a (mon.0) 119 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-10T08:28:11.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:11 smithi099 bash[64561]: cluster 2024-02-10T08:28:10.244580+0000 mgr.y (mgr.14140) 16 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:12.606 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:12 smithi099 bash[64561]: audit 2024-02-10T08:28:11.950033+0000 mon.a (mon.0) 120 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:28:12.606 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:12 smithi099 bash[64561]: audit 2024-02-10T08:28:11.950541+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:12.606 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:12 smithi099 bash[64561]: audit 2024-02-10T08:28:11.951062+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-02-10T08:28:13.389 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:13 smithi099 bash[64561]: audit 2024-02-10T08:28:11.948535+0000 mgr.y (mgr.14140) 17 : audit [DBG] from='client.14165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi099:[v2:172.21.15.99:3301,v1:172.21.15.99:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:13.389 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:13 smithi099 bash[64561]: cephadm 2024-02-10T08:28:11.950891+0000 mgr.y (mgr.14140) 18 : cephadm [INF] Deploying daemon mon.c on smithi099 2024-02-10T08:28:13.389 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:13 smithi099 bash[64561]: cluster 2024-02-10T08:28:12.244862+0000 mgr.y (mgr.14140) 19 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:14.954 INFO:teuthology.orchestra.run.smithi099.stdout:Deployed mon.c on host 'smithi099' 2024-02-10T08:28:15.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:15 smithi099 bash[64561]: cluster 2024-02-10T08:28:14.245120+0000 mgr.y (mgr.14140) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:15.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:15 smithi099 bash[64561]: audit 2024-02-10T08:28:14.896532+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:31.936555\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:31.936676\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:15.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:15 smithi099 bash[64561]: audit 2024-02-10T08:28:14.896865+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:15.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:15 smithi099 bash[64561]: audit 2024-02-10T08:28:14.898564+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:31.936555\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:31.936676\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:15.995 DEBUG:teuthology.orchestra.run.smithi099:mon.c> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.c.service 2024-02-10T08:28:15.998 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-02-10T08:28:15.998 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:28:16.028 INFO:journalctl@ceph.mon.c.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:28:16.970 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.581+0000 7f8fe1adf6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:28:16.970 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.581+0000 7f8fe1adf6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-02-10T08:28:16.970 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.581+0000 7f8fe1adf6c0 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:28:16.970 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.585+0000 7f8fe1adf6c0 0 load: jerasure load: lrc load: isa 2024-02-10T08:28:16.970 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 0 set rocksdb option compression = kNoCompression 2024-02-10T08:28:16.970 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 0 set rocksdb option compression = kNoCompression 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 0 set rocksdb option write_buffer_size = 33554432 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 1 rocksdb: do_open column families: [default] 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: RocksDB version: 6.1.2 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Compile date Mar 23 2020 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: DB SUMMARY 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-02-10T08:28:16.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 489 ; 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.env: 0x564aa043f1a0 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.info_log: 0x564aa29749c0 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:28:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.db_log_dir: 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:28:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.write_buffer_manager: 0x564aa350cb10 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:28:16.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.row_cache: None 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.wal_filter: None 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:28:16.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Compression algorithms supported: 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: kZSTD supported: 0 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:28:16.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.merge_operator: 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x564aa2890130) 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: cache_index_and_filter_blocks: 1 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: cache_index_and_filter_blocks_with_high_priority: 1 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: pin_top_level_index_and_filter: 1 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: index_type: 0 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: data_block_index_type: 0 2024-02-10T08:28:16.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: hash_index_allow_collision: 1 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: checksum: 1 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: no_block_cache: 0 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: block_cache: 0x564aa28ca610 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: block_cache_name: BinnedLRUCache 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: block_cache_options: 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: capacity : 536870912 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: num_shard_bits : 4 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: strict_capacity_limit : 0 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: high_pri_pool_ratio: 0.000 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: block_cache_compressed: (nil) 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: persistent_cache: (nil) 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: block_size: 4096 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: block_size_deviation: 10 2024-02-10T08:28:16.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: block_restart_interval: 16 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: index_block_restart_interval: 1 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: metadata_block_size: 4096 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: partition_filters: 0 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: use_delta_encoding: 1 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: whole_key_filtering: 1 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: verify_compression: 0 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: read_amp_bytes_per_bit: 0 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: format_version: 2 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: enable_index_compression: 1 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: block_align: 0 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:28:16.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.num_levels: 7 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:28:16.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:28:16.981 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:28:16.982 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:28:16.983 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:28:16.984 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.586+0000 7f8fe1adf6c0 4 rocksdb: Options.ttl: 0 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.587+0000 7f8fe1adf6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/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 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.587+0000 7f8fe1adf6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.587+0000 7f8fe1adf6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553696588836, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.587+0000 7f8fe1adf6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.587+0000 7f8fe1adf6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553696589235, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1403, "table_properties": {"data_size": 501, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 379, "raw_average_value_size": 75, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.587+0000 7f8fe1adf6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.587+0000 7f8fe1adf6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707553696589545, "job": 1, "event": "recovery_finished"} 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.588+0000 7f8fe1adf6c0 4 rocksdb: DB pointer 0x564aa2966400 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.588+0000 7f8fc8c2c700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.588+0000 7f8fc8c2c700 4 rocksdb: [db/db_impl.cc:778] 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ** DB Stats ** 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:28:16.985 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ** Compaction Stats [default] ** 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 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 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ** Compaction Stats [default] ** 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 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 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:28:16.986 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Cumulative compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Interval compaction: 0.00 GB write, 0.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 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 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ** Compaction Stats [default] ** 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 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 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: L0 1/0 1.37 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Sum 1/0 1.37 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 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 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ** Compaction Stats [default] ** 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 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 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:28:16.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 3.8 0.00 0.00 1 0.000 0 0 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Flush(GB): cumulative 0.000, interval 0.000 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Cumulative compaction: 0.00 GB write, 0.60 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 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 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.589+0000 7f8fe1adf6c0 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.589+0000 7f8fe1adf6c0 0 using public_addrv [v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0] 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.589+0000 7f8fe1adf6c0 0 starting mon.c rank -1 at public addrs [v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0] at bind addrs [v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.590+0000 7f8fe1adf6c0 1 mon.c@-1(???) e0 preinit fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:28:16.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 0 mon.c@-1(synchronizing).mds e1 new map 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: e1 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 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} 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: legacy client fscid: -1 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: No filesystems configured 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:28:16.989 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 0 mon.c@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: cluster 2024-02-10T08:28:14.245120+0000 mgr.y (mgr.14140) 20 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: audit 2024-02-10T08:28:14.896532+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:31.936555\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:31.936676\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: audit 2024-02-10T08:28:14.896865+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: audit 2024-02-10T08:28:14.898564+0000 mon.a (mon.0) 125 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:27:31.936555\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:27:31.936676\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.609+0000 7f8fcb431700 1 mon.c@-1(synchronizing).paxosservice(auth 1..4) refresh upgraded, format 0 -> 3 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta expand map: {default=false} 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta from 'false' to 'false' 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta expanded map: {default=false} 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta expand map: {default=info} 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta from 'info' to 'info' 2024-02-10T08:28:16.990 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta expanded map: {default=info} 2024-02-10T08:28:16.991 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta expand map: {default=daemon} 2024-02-10T08:28:16.991 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-02-10T08:28:16.991 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta expanded map: {default=daemon} 2024-02-10T08:28:16.991 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta expand map: {default=debug} 2024-02-10T08:28:16.991 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta from 'debug' to 'debug' 2024-02-10T08:28:16.991 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:16 smithi099 bash[67896]: debug 2024-02-10T08:28:16.611+0000 7f8fcb431700 20 expand_channel_meta expanded map: {default=debug} 2024-02-10T08:28:21.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:16.245369+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:21.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:16.619574+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-02-10T08:28:21.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:16.245369+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:21.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:16.619574+0000 mon.a (mon.0) 126 : cluster [INF] mon.a calling monitor election 2024-02-10T08:28:21.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: audit 2024-02-10T08:28:16.722968+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:16.722322\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_daemon_update\": \"2024-02-10T08:28:16.722421\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:18.245654+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:18.615424+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:20.245997+0000 mgr.y (mgr.14140) 23 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:21.648506+0000 mon.a (mon.0) 128 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:21.651988+0000 mon.a (mon.0) 129 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:21.652056+0000 mon.a (mon.0) 130 : cluster [DBG] fsmap 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:21.652095+0000 mon.a (mon.0) 131 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:21.652322+0000 mon.a (mon.0) 132 : cluster [DBG] mgrmap e13: y(active, since 52s) 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: audit 2024-02-10T08:28:16.722968+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:16.722322\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_daemon_update\": \"2024-02-10T08:28:16.722421\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:21.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:18.245654+0000 mgr.y (mgr.14140) 22 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:18.615424+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:20.245997+0000 mgr.y (mgr.14140) 23 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:21.648506+0000 mon.a (mon.0) 128 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:21.651988+0000 mon.a (mon.0) 129 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:21.652056+0000 mon.a (mon.0) 130 : cluster [DBG] fsmap 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:21.652095+0000 mon.a (mon.0) 131 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:21.652322+0000 mon.a (mon.0) 132 : cluster [DBG] mgrmap e13: y(active, since 52s) 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: audit 2024-02-10T08:28:21.653029+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:16.722322\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_daemon_update\": \"2024-02-10T08:28:16.722421\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: cluster 2024-02-10T08:28:21.655834+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-02-10T08:28:21.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[64561]: audit 2024-02-10T08:28:21.658232+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:16.722322\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_daemon_update\": \"2024-02-10T08:28:16.722421\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:21.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: audit 2024-02-10T08:28:21.653029+0000 mon.a (mon.0) 133 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:16.722322\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_daemon_update\": \"2024-02-10T08:28:16.722421\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:21.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: cluster 2024-02-10T08:28:21.655834+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-02-10T08:28:21.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:21 smithi099 bash[67896]: audit 2024-02-10T08:28:21.658232+0000 mon.a (mon.0) 135 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:16.722322\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}}, \"last_daemon_update\": \"2024-02-10T08:28:16.722421\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:22.494 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:28:22.494 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":2,"fsid":"0db3f732-c7ee-11ee-95b8-87774f69a715","modified":"2024-02-10T08:28:16.614721Z","created":"2024-02-10T08:26:45.682386Z","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.99:3300","nonce":0},{"type":"v1","addr":"172.21.15.99:6789","nonce":0}]},"addr":"172.21.15.99:6789/0","public_addr":"172.21.15.99:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:3301","nonce":0},{"type":"v1","addr":"172.21.15.99:6790","nonce":0}]},"addr":"172.21.15.99:6790/0","public_addr":"172.21.15.99:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-02-10T08:28:22.495 INFO:teuthology.orchestra.run.smithi099.stderr:dumped monmap epoch 2 2024-02-10T08:28:22.920 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:22 smithi099 bash[64561]: audit 2024-02-10T08:28:22.494233+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.99:0/3067863809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:28:22.920 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:22 smithi099 bash[67896]: audit 2024-02-10T08:28:22.494233+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.99:0/3067863809' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:28:23.226 INFO:tasks.cephadm:Adding mon.b on smithi179 2024-02-10T08:28:23.227 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add mon smithi179:172.21.15.179=b 2024-02-10T08:28:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:23 smithi099 bash[64561]: cluster 2024-02-10T08:28:22.246344+0000 mgr.y (mgr.14140) 24 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:23.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:23 smithi099 bash[67896]: cluster 2024-02-10T08:28:22.246344+0000 mgr.y (mgr.14140) 24 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:25.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:25 smithi099 bash[64561]: cluster 2024-02-10T08:28:24.246675+0000 mgr.y (mgr.14140) 25 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:25.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:25 smithi099 bash[67896]: cluster 2024-02-10T08:28:24.246675+0000 mgr.y (mgr.14140) 25 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:26.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:26 smithi099 bash[64561]: audit 2024-02-10T08:28:26.211536+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:28:26.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:26 smithi099 bash[64561]: audit 2024-02-10T08:28:26.212286+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:26.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:26 smithi099 bash[64561]: audit 2024-02-10T08:28:26.213171+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-02-10T08:28:26.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:26 smithi099 bash[67896]: audit 2024-02-10T08:28:26.211536+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:28:26.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:26 smithi099 bash[67896]: audit 2024-02-10T08:28:26.212286+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:26.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:26 smithi099 bash[67896]: audit 2024-02-10T08:28:26.213171+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-02-10T08:28:27.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:27 smithi099 bash[64561]: audit 2024-02-10T08:28:26.210230+0000 mgr.y (mgr.14140) 26 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi179:172.21.15.179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:27.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:27 smithi099 bash[64561]: cephadm 2024-02-10T08:28:26.212806+0000 mgr.y (mgr.14140) 27 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-02-10T08:28:27.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:27 smithi099 bash[64561]: cluster 2024-02-10T08:28:26.246888+0000 mgr.y (mgr.14140) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:27.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:27 smithi099 bash[67896]: audit 2024-02-10T08:28:26.210230+0000 mgr.y (mgr.14140) 26 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi179:172.21.15.179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:27.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:27 smithi099 bash[67896]: cephadm 2024-02-10T08:28:26.212806+0000 mgr.y (mgr.14140) 27 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-02-10T08:28:27.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:27 smithi099 bash[67896]: cluster 2024-02-10T08:28:26.246888+0000 mgr.y (mgr.14140) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:29.216 INFO:teuthology.orchestra.run.smithi179.stdout:Deployed mon.b on host 'smithi179' 2024-02-10T08:28:29.867 DEBUG:teuthology.orchestra.run.smithi179:mon.b> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.b.service 2024-02-10T08:28:29.871 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-02-10T08:28:29.871 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph mon dump -f json 2024-02-10T08:28:29.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:29.250751+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:29.256434+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:30.247500+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:31.249241+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:32.247751+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:34.277159+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:34.280181+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:34.280232+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-02-10T08:28:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:34.280277+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-10T08:28:34.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:34.280496+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e13: y(active, since 64s) 2024-02-10T08:28:34.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:34 smithi179 bash[64586]: cluster 2024-02-10T08:28:34.285556+0000 mon.a (mon.0) 149 : cluster [INF] overall HEALTH_OK 2024-02-10T08:28:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:29.250751+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-02-10T08:28:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:29.256434+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-10T08:28:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:30.247500+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:31.249241+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-02-10T08:28:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:32.247751+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:34.277159+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:28:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:34.280181+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} 2024-02-10T08:28:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:34.280232+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:34.280277+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:34.280496+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e13: y(active, since 64s) 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[64561]: cluster 2024-02-10T08:28:34.285556+0000 mon.a (mon.0) 149 : cluster [INF] overall HEALTH_OK 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:29.250751+0000 mon.a (mon.0) 143 : cluster [INF] mon.a calling monitor election 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:29.256434+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:30.247500+0000 mgr.y (mgr.14140) 30 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:31.249241+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:32.247751+0000 mgr.y (mgr.14140) 31 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:34.277159+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:34.280181+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} 2024-02-10T08:28:34.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:34.280232+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-02-10T08:28:34.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:34.280277+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-02-10T08:28:34.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:34.280496+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e13: y(active, since 64s) 2024-02-10T08:28:34.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:34 smithi099 bash[67896]: cluster 2024-02-10T08:28:34.285556+0000 mon.a (mon.0) 149 : cluster [INF] overall HEALTH_OK 2024-02-10T08:28:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:35 smithi179 bash[64586]: cluster 2024-02-10T08:28:34.247982+0000 mgr.y (mgr.14140) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:35.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:35 smithi179 bash[64586]: cluster 2024-02-10T08:28:34.331608+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-10T08:28:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:35 smithi099 bash[64561]: cluster 2024-02-10T08:28:34.247982+0000 mgr.y (mgr.14140) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:35 smithi099 bash[64561]: cluster 2024-02-10T08:28:34.331608+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-10T08:28:35.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:35 smithi099 bash[67896]: cluster 2024-02-10T08:28:34.247982+0000 mgr.y (mgr.14140) 32 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:35.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:35 smithi099 bash[67896]: cluster 2024-02-10T08:28:34.331608+0000 mon.a (mon.0) 150 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-10T08:28:37.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:37 smithi179 bash[64586]: cluster 2024-02-10T08:28:36.248218+0000 mgr.y (mgr.14140) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:37.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:37 smithi099 bash[64561]: cluster 2024-02-10T08:28:36.248218+0000 mgr.y (mgr.14140) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:37 smithi099 bash[67896]: cluster 2024-02-10T08:28:36.248218+0000 mgr.y (mgr.14140) 33 : cluster [DBG] pgmap v27: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:38.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:38 smithi179 bash[64586]: audit 2024-02-10T08:28:38.060897+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}}, \"last_daemon_update\": \"2024-02-10T08:28:38.060368\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:38.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:38 smithi179 bash[64586]: audit 2024-02-10T08:28:38.063568+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}}, \"last_daemon_update\": \"2024-02-10T08:28:38.060368\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:38 smithi099 bash[67896]: audit 2024-02-10T08:28:38.060897+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}}, \"last_daemon_update\": \"2024-02-10T08:28:38.060368\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:38 smithi099 bash[67896]: audit 2024-02-10T08:28:38.063568+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}}, \"last_daemon_update\": \"2024-02-10T08:28:38.060368\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:38 smithi099 bash[64561]: audit 2024-02-10T08:28:38.060897+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}}, \"last_daemon_update\": \"2024-02-10T08:28:38.060368\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:38 smithi099 bash[64561]: audit 2024-02-10T08:28:38.063568+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}}, \"last_daemon_update\": \"2024-02-10T08:28:38.060368\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:39.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:39 smithi179 bash[64586]: cluster 2024-02-10T08:28:38.248549+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:39 smithi099 bash[64561]: cluster 2024-02-10T08:28:38.248549+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:39.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:39 smithi099 bash[67896]: cluster 2024-02-10T08:28:38.248549+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:40.040 INFO:teuthology.orchestra.run.smithi179.stdout: 2024-02-10T08:28:40.041 INFO:teuthology.orchestra.run.smithi179.stdout:{"epoch":3,"fsid":"0db3f732-c7ee-11ee-95b8-87774f69a715","modified":"2024-02-10T08:28:29.248136Z","created":"2024-02-10T08:26:45.682386Z","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.99:3300","nonce":0},{"type":"v1","addr":"172.21.15.99:6789","nonce":0}]},"addr":"172.21.15.99:6789/0","public_addr":"172.21.15.99:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:3301","nonce":0},{"type":"v1","addr":"172.21.15.99:6790","nonce":0}]},"addr":"172.21.15.99:6790/0","public_addr":"172.21.15.99:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:3300","nonce":0},{"type":"v1","addr":"172.21.15.179:6789","nonce":0}]},"addr":"172.21.15.179:6789/0","public_addr":"172.21.15.179:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-02-10T08:28:40.042 INFO:teuthology.orchestra.run.smithi179.stderr:dumped monmap epoch 3 2024-02-10T08:28:40.603 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-02-10T08:28:40.603 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph config generate-minimal-conf 2024-02-10T08:28:40.637 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:40 smithi099 bash[64561]: audit 2024-02-10T08:28:40.040453+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.179:0/2197675951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:28:40.637 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:40 smithi099 bash[67896]: audit 2024-02-10T08:28:40.040453+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.179:0/2197675951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:28:40.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:40 smithi179 bash[64586]: audit 2024-02-10T08:28:40.040453+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.179:0/2197675951' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-02-10T08:28:41.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:41 smithi179 bash[64586]: cluster 2024-02-10T08:28:40.248819+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:41.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:41 smithi099 bash[64561]: cluster 2024-02-10T08:28:40.248819+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:41.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:41 smithi099 bash[67896]: cluster 2024-02-10T08:28:40.248819+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:42.498 INFO:teuthology.orchestra.run.smithi099.stdout:# minimal ceph.conf for 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:28:42.498 INFO:teuthology.orchestra.run.smithi099.stdout:[global] 2024-02-10T08:28:42.498 INFO:teuthology.orchestra.run.smithi099.stdout: fsid = 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:28:42.498 INFO:teuthology.orchestra.run.smithi099.stdout: mon_host = [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] [v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0] 2024-02-10T08:28:43.189 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-02-10T08:28:43.189 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:28:43.189 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T08:28:43.263 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:28:43.263 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T08:28:43.332 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-02-10T08:28:43.333 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.conf 2024-02-10T08:28:43.370 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-02-10T08:28:43.370 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-02-10T08:28:43.443 INFO:tasks.cephadm:Adding mgr.y on smithi099 2024-02-10T08:28:43.444 INFO:tasks.cephadm:Adding mgr.x on smithi179 2024-02-10T08:28:43.444 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch apply mgr '2;smithi099=y;smithi179=x' 2024-02-10T08:28:43.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:43 smithi099 bash[64561]: cluster 2024-02-10T08:28:42.249054+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:43.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:43 smithi099 bash[64561]: audit 2024-02-10T08:28:42.497909+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.99:0/1193706583' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:43.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:43 smithi099 bash[67896]: cluster 2024-02-10T08:28:42.249054+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:43.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:43 smithi099 bash[67896]: audit 2024-02-10T08:28:42.497909+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.99:0/1193706583' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:43.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:43 smithi179 bash[64586]: cluster 2024-02-10T08:28:42.249054+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:43.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:43 smithi179 bash[64586]: audit 2024-02-10T08:28:42.497909+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.99:0/1193706583' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:45.446 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled mgr update... 2024-02-10T08:28:45.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:45 smithi179 bash[64586]: cluster 2024-02-10T08:28:44.249332+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:45.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:45 smithi099 bash[64561]: cluster 2024-02-10T08:28:44.249332+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:45.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:45 smithi099 bash[67896]: cluster 2024-02-10T08:28:44.249332+0000 mgr.y (mgr.14140) 37 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:45.982 DEBUG:teuthology.orchestra.run.smithi179:mgr.x> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.x.service 2024-02-10T08:28:45.984 INFO:tasks.cephadm:Deploying OSDs... 2024-02-10T08:28:45.984 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:28:45.984 DEBUG:teuthology.orchestra.run.smithi099:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T08:28:46.007 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T08:28:46.007 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_1 2024-02-10T08:28:46.012 INFO:journalctl@ceph.mgr.x.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:28:46.068 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T08:28:46.068 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:28:46.068 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 193147 Links: 1 2024-02-10T08:28:46.068 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:28:46.069 INFO:teuthology.orchestra.run.smithi099.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:28:46.069 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-02-10 08:28:14.791905494 +0000 2024-02-10T08:28:46.069 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-02-10 08:24:18.765072709 +0000 2024-02-10T08:28:46.069 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-02-10 08:24:18.765072709 +0000 2024-02-10T08:28:46.069 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-02-10T08:28:46.069 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T08:28:46.138 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-02-10T08:28:46.139 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-02-10T08:28:46.139 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.00033692 s, 1.5 MB/s 2024-02-10T08:28:46.140 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T08:28:46.201 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_2 2024-02-10T08:28:46.262 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T08:28:46.262 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:28:46.262 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 188231 Links: 1 2024-02-10T08:28:46.262 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:28:46.262 INFO:teuthology.orchestra.run.smithi099.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:28:46.262 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-02-10 08:28:14.791905494 +0000 2024-02-10T08:28:46.263 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-02-10 08:24:19.144064436 +0000 2024-02-10T08:28:46.263 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-02-10 08:24:19.144064436 +0000 2024-02-10T08:28:46.263 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-02-10T08:28:46.263 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T08:28:46.332 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-02-10T08:28:46.332 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-02-10T08:28:46.332 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000199771 s, 2.6 MB/s 2024-02-10T08:28:46.332 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T08:28:46.392 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_3 2024-02-10T08:28:46.451 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T08:28:46.451 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:28:46.451 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 188304 Links: 1 2024-02-10T08:28:46.451 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:28:46.451 INFO:teuthology.orchestra.run.smithi099.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:28:46.451 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-02-10 08:28:14.792905472 +0000 2024-02-10T08:28:46.452 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-02-10 08:24:19.472057276 +0000 2024-02-10T08:28:46.452 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-02-10 08:24:19.472057276 +0000 2024-02-10T08:28:46.452 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-02-10T08:28:46.452 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: audit 2024-02-10T08:28:45.440173+0000 mgr.y (mgr.14140) 38 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi099=y;smithi179=x", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: cephadm 2024-02-10T08:28:45.440835+0000 mgr.y (mgr.14140) 39 : cephadm [INF] Saving service mgr spec with placement count:2 smithi099=y,smithi179=x 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: audit 2024-02-10T08:28:45.441266+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-10T08:28:45.440850\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: audit 2024-02-10T08:28:45.444294+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-10T08:28:45.440850\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: audit 2024-02-10T08:28:45.445565+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: audit 2024-02-10T08:28:45.449513+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: audit 2024-02-10T08:28:45.450287+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: cephadm 2024-02-10T08:28:45.450854+0000 mgr.y (mgr.14140) 40 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:28:46.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[64561]: audit 2024-02-10T08:28:45.451146+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: audit 2024-02-10T08:28:45.440173+0000 mgr.y (mgr.14140) 38 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi099=y;smithi179=x", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: cephadm 2024-02-10T08:28:45.440835+0000 mgr.y (mgr.14140) 39 : cephadm [INF] Saving service mgr spec with placement count:2 smithi099=y,smithi179=x 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: audit 2024-02-10T08:28:45.441266+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-10T08:28:45.440850\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: audit 2024-02-10T08:28:45.444294+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-10T08:28:45.440850\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: audit 2024-02-10T08:28:45.445565+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: audit 2024-02-10T08:28:45.449513+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: audit 2024-02-10T08:28:45.450287+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: cephadm 2024-02-10T08:28:45.450854+0000 mgr.y (mgr.14140) 40 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:28:46.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:46 smithi099 bash[67896]: audit 2024-02-10T08:28:45.451146+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-10T08:28:46.500 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-02-10T08:28:46.500 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-02-10T08:28:46.500 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000186542 s, 2.7 MB/s 2024-02-10T08:28:46.501 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T08:28:46.560 DEBUG:teuthology.orchestra.run.smithi099:> stat /dev/vg_nvme/lv_4 2024-02-10T08:28:46.618 INFO:teuthology.orchestra.run.smithi099.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T08:28:46.618 INFO:teuthology.orchestra.run.smithi099.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:28:46.618 INFO:teuthology.orchestra.run.smithi099.stdout:Device: 6h/6d Inode: 188351 Links: 1 2024-02-10T08:28:46.618 INFO:teuthology.orchestra.run.smithi099.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:28:46.619 INFO:teuthology.orchestra.run.smithi099.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:28:46.619 INFO:teuthology.orchestra.run.smithi099.stdout:Access: 2024-02-10 08:28:14.792905472 +0000 2024-02-10T08:28:46.619 INFO:teuthology.orchestra.run.smithi099.stdout:Modify: 2024-02-10 08:24:19.832049417 +0000 2024-02-10T08:28:46.619 INFO:teuthology.orchestra.run.smithi099.stdout:Change: 2024-02-10 08:24:19.832049417 +0000 2024-02-10T08:28:46.619 INFO:teuthology.orchestra.run.smithi099.stdout: Birth: - 2024-02-10T08:28:46.619 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T08:28:46.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: audit 2024-02-10T08:28:45.440173+0000 mgr.y (mgr.14140) 38 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi099=y;smithi179=x", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:46.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: cephadm 2024-02-10T08:28:45.440835+0000 mgr.y (mgr.14140) 39 : cephadm [INF] Saving service mgr spec with placement count:2 smithi099=y,smithi179=x 2024-02-10T08:28:46.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: audit 2024-02-10T08:28:45.441266+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-10T08:28:45.440850\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-02-10T08:28:46.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: audit 2024-02-10T08:28:45.444294+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-02-10T08:28:45.440850\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-02-10T08:28:46.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: audit 2024-02-10T08:28:45.445565+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:28:46.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: audit 2024-02-10T08:28:45.449513+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-02-10T08:28:46.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: audit 2024-02-10T08:28:45.450287+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:46.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: cephadm 2024-02-10T08:28:45.450854+0000 mgr.y (mgr.14140) 40 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:28:46.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:46 smithi179 bash[64586]: audit 2024-02-10T08:28:45.451146+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-10T08:28:46.684 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records in 2024-02-10T08:28:46.685 INFO:teuthology.orchestra.run.smithi099.stderr:1+0 records out 2024-02-10T08:28:46.685 INFO:teuthology.orchestra.run.smithi099.stderr:512 bytes copied, 0.000230696 s, 2.2 MB/s 2024-02-10T08:28:46.685 DEBUG:teuthology.orchestra.run.smithi099:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T08:28:46.745 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-02-10T08:28:46.745 DEBUG:teuthology.orchestra.run.smithi179:> dd if=/scratch_devs of=/dev/stdout 2024-02-10T08:28:46.764 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-02-10T08:28:46.764 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_1 2024-02-10T08:28:46.821 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-02-10T08:28:46.821 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:28:46.821 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 197074 Links: 1 2024-02-10T08:28:46.821 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:28:46.821 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:28:46.821 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-02-10 08:28:28.789344609 +0000 2024-02-10T08:28:46.822 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-02-10 08:24:20.924833970 +0000 2024-02-10T08:28:46.822 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-02-10 08:24:20.924833970 +0000 2024-02-10T08:28:46.822 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-02-10T08:28:46.822 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-02-10T08:28:46.887 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-02-10T08:28:46.887 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-02-10T08:28:46.888 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000196443 s, 2.6 MB/s 2024-02-10T08:28:46.889 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-02-10T08:28:46.947 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_2 2024-02-10T08:28:47.013 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-02-10T08:28:47.013 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:28:47.013 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 195760 Links: 1 2024-02-10T08:28:47.014 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:28:47.014 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:28:47.014 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-02-10 08:28:28.789344609 +0000 2024-02-10T08:28:47.014 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-02-10 08:24:21.267826553 +0000 2024-02-10T08:28:47.014 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-02-10 08:24:21.267826553 +0000 2024-02-10T08:28:47.014 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-02-10T08:28:47.014 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-02-10T08:28:47.085 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-02-10T08:28:47.085 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-02-10T08:28:47.085 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000218759 s, 2.3 MB/s 2024-02-10T08:28:47.086 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-02-10T08:28:47.148 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_3 2024-02-10T08:28:47.207 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-02-10T08:28:47.207 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:28:47.207 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 197263 Links: 1 2024-02-10T08:28:47.207 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:28:47.207 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:28:47.207 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-02-10 08:28:47.158943317 +0000 2024-02-10T08:28:47.207 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-02-10 08:24:21.596819439 +0000 2024-02-10T08:28:47.207 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-02-10 08:24:21.596819439 +0000 2024-02-10T08:28:47.208 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-02-10T08:28:47.208 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-02-10T08:28:47.278 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-02-10T08:28:47.278 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-02-10T08:28:47.278 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.00018202 s, 2.8 MB/s 2024-02-10T08:28:47.279 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-02-10T08:28:47.338 DEBUG:teuthology.orchestra.run.smithi179:> stat /dev/vg_nvme/lv_4 2024-02-10T08:28:47.395 INFO:teuthology.orchestra.run.smithi179.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-02-10T08:28:47.395 INFO:teuthology.orchestra.run.smithi179.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-02-10T08:28:47.395 INFO:teuthology.orchestra.run.smithi179.stdout:Device: 6h/6d Inode: 194116 Links: 1 2024-02-10T08:28:47.395 INFO:teuthology.orchestra.run.smithi179.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-02-10T08:28:47.395 INFO:teuthology.orchestra.run.smithi179.stdout:Context: system_u:object_r:device_t:s0 2024-02-10T08:28:47.395 INFO:teuthology.orchestra.run.smithi179.stdout:Access: 2024-02-10 08:28:47.158943317 +0000 2024-02-10T08:28:47.395 INFO:teuthology.orchestra.run.smithi179.stdout:Modify: 2024-02-10 08:24:21.917812498 +0000 2024-02-10T08:28:47.396 INFO:teuthology.orchestra.run.smithi179.stdout:Change: 2024-02-10 08:24:21.917812498 +0000 2024-02-10T08:28:47.396 INFO:teuthology.orchestra.run.smithi179.stdout: Birth: - 2024-02-10T08:28:47.396 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-02-10T08:28:47.462 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:28:47 smithi179 podman[65508]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.x" found: no such container 2024-02-10T08:28:47.462 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:28:47 smithi179 systemd[1]: Started Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:28:47.462 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:47 smithi179 bash[64586]: cluster 2024-02-10T08:28:46.249579+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:47.462 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:47 smithi179 bash[64586]: audit 2024-02-10T08:28:47.267986+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:47.462 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:47 smithi179 bash[64586]: audit 2024-02-10T08:28:47.270484+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:47.462 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:47 smithi179 bash[64586]: audit 2024-02-10T08:28:47.271119+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:47.464 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records in 2024-02-10T08:28:47.464 INFO:teuthology.orchestra.run.smithi179.stderr:1+0 records out 2024-02-10T08:28:47.464 INFO:teuthology.orchestra.run.smithi179.stderr:512 bytes copied, 0.000218693 s, 2.3 MB/s 2024-02-10T08:28:47.466 DEBUG:teuthology.orchestra.run.smithi179:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-02-10T08:28:47.525 INFO:tasks.cephadm:Deploying osd.0 on smithi099 with /dev/vg_nvme/lv_4... 2024-02-10T08:28:47.526 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T08:28:47.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:47 smithi099 bash[64561]: cluster 2024-02-10T08:28:46.249579+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:47.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:47 smithi099 bash[64561]: audit 2024-02-10T08:28:47.267986+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:47.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:47 smithi099 bash[64561]: audit 2024-02-10T08:28:47.270484+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:47.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:47 smithi099 bash[64561]: audit 2024-02-10T08:28:47.271119+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:47.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:47 smithi099 bash[67896]: cluster 2024-02-10T08:28:46.249579+0000 mgr.y (mgr.14140) 41 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:47.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:47 smithi099 bash[67896]: audit 2024-02-10T08:28:47.267986+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:47.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:47 smithi099 bash[67896]: audit 2024-02-10T08:28:47.270484+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:38.060220\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:47.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:47 smithi099 bash[67896]: audit 2024-02-10T08:28:47.271119+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:48.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[64561]: audit 2024-02-10T08:28:48.305692+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_daemon_update\": \"2024-02-10T08:28:48.305255\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:48.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[64561]: audit 2024-02-10T08:28:48.308055+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_daemon_update\": \"2024-02-10T08:28:48.305255\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:48.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[64561]: audit 2024-02-10T08:28:48.309016+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-02-10T08:28:48.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[64561]: audit 2024-02-10T08:28:48.309504+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:48.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[64561]: audit 2024-02-10T08:28:48.310223+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-02-10T08:28:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[67896]: audit 2024-02-10T08:28:48.305692+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_daemon_update\": \"2024-02-10T08:28:48.305255\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[67896]: audit 2024-02-10T08:28:48.308055+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_daemon_update\": \"2024-02-10T08:28:48.305255\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[67896]: audit 2024-02-10T08:28:48.309016+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-02-10T08:28:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[67896]: audit 2024-02-10T08:28:48.309504+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:48 smithi099 bash[67896]: audit 2024-02-10T08:28:48.310223+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-02-10T08:28:48.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:48 smithi179 bash[64586]: audit 2024-02-10T08:28:48.305692+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_daemon_update\": \"2024-02-10T08:28:48.305255\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:28:48.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:48 smithi179 bash[64586]: audit 2024-02-10T08:28:48.308055+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}}, \"last_daemon_update\": \"2024-02-10T08:28:48.305255\", \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:28:48.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:48 smithi179 bash[64586]: audit 2024-02-10T08:28:48.309016+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-02-10T08:28:48.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:48 smithi179 bash[64586]: audit 2024-02-10T08:28:48.309504+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:48.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:48 smithi179 bash[64586]: audit 2024-02-10T08:28:48.310223+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-02-10T08:28:49.465 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:49 smithi099 bash[64561]: cluster 2024-02-10T08:28:48.249848+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:49.465 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:49 smithi099 bash[64561]: cephadm 2024-02-10T08:28:48.308851+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-02-10T08:28:49.465 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:49 smithi099 bash[64561]: cephadm 2024-02-10T08:28:48.309910+0000 mgr.y (mgr.14140) 44 : cephadm [INF] Reconfiguring daemon mgr.y on smithi099 2024-02-10T08:28:49.466 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:49 smithi099 bash[67896]: cluster 2024-02-10T08:28:48.249848+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:49.466 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:49 smithi099 bash[67896]: cephadm 2024-02-10T08:28:48.308851+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-02-10T08:28:49.466 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:49 smithi099 bash[67896]: cephadm 2024-02-10T08:28:48.309910+0000 mgr.y (mgr.14140) 44 : cephadm [INF] Reconfiguring daemon mgr.y on smithi099 2024-02-10T08:28:49.669 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T08:28:49.669 INFO:teuthology.orchestra.run.smithi099.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T08:28:49.670 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10+0 records in 2024-02-10T08:28:49.670 INFO:teuthology.orchestra.run.smithi099.stderr:10+0 records out 2024-02-10T08:28:49.670 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0126113 s, 831 MB/s 2024-02-10T08:28:49.670 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping successful for: 2024-02-10T08:28:49.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:49 smithi179 bash[64586]: cluster 2024-02-10T08:28:48.249848+0000 mgr.y (mgr.14140) 42 : cluster [DBG] pgmap v33: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:49.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:49 smithi179 bash[64586]: cephadm 2024-02-10T08:28:48.308851+0000 mgr.y (mgr.14140) 43 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-02-10T08:28:49.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:49 smithi179 bash[64586]: cephadm 2024-02-10T08:28:48.309910+0000 mgr.y (mgr.14140) 44 : cephadm [INF] Reconfiguring daemon mgr.y on smithi099 2024-02-10T08:28:51.143 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi099:vg_nvme/lv_4 2024-02-10T08:28:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[64561]: cluster 2024-02-10T08:28:50.250087+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[64561]: audit 2024-02-10T08:28:50.735401+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:51.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[67896]: cluster 2024-02-10T08:28:50.250087+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:51.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[67896]: audit 2024-02-10T08:28:50.735401+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:51.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[64561]: audit 2024-02-10T08:28:50.740224+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:51.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[64561]: audit 2024-02-10T08:28:50.740893+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:51.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[64561]: cluster 2024-02-10T08:28:51.432556+0000 mon.a (mon.0) 172 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:28:51.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[64561]: audit 2024-02-10T08:28:51.433489+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.179:0/1716162495' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:28:51.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[64561]: audit 2024-02-10T08:28:51.434454+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.179:0/1716162495' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:28:51.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[67896]: audit 2024-02-10T08:28:50.740224+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:51.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[67896]: audit 2024-02-10T08:28:50.740893+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:51.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[67896]: cluster 2024-02-10T08:28:51.432556+0000 mon.a (mon.0) 172 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:28:51.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[67896]: audit 2024-02-10T08:28:51.433489+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.179:0/1716162495' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:28:51.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:51 smithi099 bash[67896]: audit 2024-02-10T08:28:51.434454+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.179:0/1716162495' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:28:51.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:51 smithi179 bash[64586]: cluster 2024-02-10T08:28:50.250087+0000 mgr.y (mgr.14140) 45 : cluster [DBG] pgmap v34: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:51.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:51 smithi179 bash[64586]: audit 2024-02-10T08:28:50.735401+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:51.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:51 smithi179 bash[64586]: audit 2024-02-10T08:28:50.740224+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:16.722246\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:16.722352\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:51.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:51 smithi179 bash[64586]: audit 2024-02-10T08:28:50.740893+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:28:51.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:51 smithi179 bash[64586]: cluster 2024-02-10T08:28:51.432556+0000 mon.a (mon.0) 172 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:28:51.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:51 smithi179 bash[64586]: audit 2024-02-10T08:28:51.433489+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.179:0/1716162495' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:28:51.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:51 smithi179 bash[64586]: audit 2024-02-10T08:28:51.434454+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.179:0/1716162495' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:28:53.023 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:52 smithi099 bash[64561]: cluster 2024-02-10T08:28:51.743772+0000 mon.a (mon.0) 173 : cluster [DBG] mgrmap e14: y(active, since 82s), standbys: x 2024-02-10T08:28:53.024 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:52 smithi099 bash[64561]: audit 2024-02-10T08:28:51.743895+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:28:53.024 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:52 smithi099 bash[67896]: cluster 2024-02-10T08:28:51.743772+0000 mon.a (mon.0) 173 : cluster [DBG] mgrmap e14: y(active, since 82s), standbys: x 2024-02-10T08:28:53.024 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:52 smithi099 bash[67896]: audit 2024-02-10T08:28:51.743895+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:28:53.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:52 smithi179 bash[64586]: cluster 2024-02-10T08:28:51.743772+0000 mon.a (mon.0) 173 : cluster [DBG] mgrmap e14: y(active, since 82s), standbys: x 2024-02-10T08:28:53.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:52 smithi179 bash[64586]: audit 2024-02-10T08:28:51.743895+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:28:54.073 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[64561]: cluster 2024-02-10T08:28:52.250302+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:54.074 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[67896]: cluster 2024-02-10T08:28:52.250302+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:54.074 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[67896]: audit 2024-02-10T08:28:53.360393+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_daemon_update\": \"2024-02-10T08:28:53.359814\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:54.074 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[67896]: audit 2024-02-10T08:28:53.363181+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_daemon_update\": \"2024-02-10T08:28:53.359814\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:54.075 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[64561]: audit 2024-02-10T08:28:53.360393+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_daemon_update\": \"2024-02-10T08:28:53.359814\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:54.075 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[64561]: audit 2024-02-10T08:28:53.363181+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_daemon_update\": \"2024-02-10T08:28:53.359814\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:54.075 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[64561]: audit 2024-02-10T08:28:53.465041+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:54.075 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[64561]: audit 2024-02-10T08:28:53.465572+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:54.075 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[64561]: audit 2024-02-10T08:28:53.466227+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:28:54.075 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[67896]: audit 2024-02-10T08:28:53.465041+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:54.075 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[67896]: audit 2024-02-10T08:28:53.465572+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:54.075 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:53 smithi099 bash[67896]: audit 2024-02-10T08:28:53.466227+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:28:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:53 smithi179 bash[64586]: cluster 2024-02-10T08:28:52.250302+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:53 smithi179 bash[64586]: audit 2024-02-10T08:28:53.360393+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_daemon_update\": \"2024-02-10T08:28:53.359814\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:28:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:53 smithi179 bash[64586]: audit 2024-02-10T08:28:53.363181+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}}, \"last_daemon_update\": \"2024-02-10T08:28:53.359814\", \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:28:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:53 smithi179 bash[64586]: audit 2024-02-10T08:28:53.465041+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:28:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:53 smithi179 bash[64586]: audit 2024-02-10T08:28:53.465572+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:28:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:53 smithi179 bash[64586]: audit 2024-02-10T08:28:53.466227+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:28:54.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:54 smithi099 bash[64561]: audit 2024-02-10T08:28:53.463997+0000 mgr.y (mgr.14140) 47 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:54.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:54 smithi099 bash[64561]: cephadm 2024-02-10T08:28:53.464779+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:28:54.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:54 smithi099 bash[67896]: audit 2024-02-10T08:28:53.463997+0000 mgr.y (mgr.14140) 47 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:54.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:54 smithi099 bash[67896]: cephadm 2024-02-10T08:28:53.464779+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:28:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:54 smithi179 bash[64586]: audit 2024-02-10T08:28:53.463997+0000 mgr.y (mgr.14140) 47 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:28:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:54 smithi179 bash[64586]: cephadm 2024-02-10T08:28:53.464779+0000 mgr.y (mgr.14140) 48 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:28:56.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:55 smithi179 bash[64586]: cluster 2024-02-10T08:28:54.250600+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:56.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:55 smithi179 bash[64586]: audit 2024-02-10T08:28:55.693594+0000 mon.a (mon.0) 180 : audit [INF] from='client.? 172.21.15.99:0/2308155306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33175d38-cd26-4f88-a415-e86eccd59cb7"}]: dispatch 2024-02-10T08:28:56.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:55 smithi179 bash[64586]: audit 2024-02-10T08:28:55.697932+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.99:0/2308155306' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33175d38-cd26-4f88-a415-e86eccd59cb7"}]': finished 2024-02-10T08:28:56.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:55 smithi179 bash[64586]: cluster 2024-02-10T08:28:55.697965+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-02-10T08:28:56.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:55 smithi179 bash[64586]: audit 2024-02-10T08:28:55.698063+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:28:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[64561]: cluster 2024-02-10T08:28:54.250600+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[64561]: audit 2024-02-10T08:28:55.693594+0000 mon.a (mon.0) 180 : audit [INF] from='client.? 172.21.15.99:0/2308155306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33175d38-cd26-4f88-a415-e86eccd59cb7"}]: dispatch 2024-02-10T08:28:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[64561]: audit 2024-02-10T08:28:55.697932+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.99:0/2308155306' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33175d38-cd26-4f88-a415-e86eccd59cb7"}]': finished 2024-02-10T08:28:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[64561]: cluster 2024-02-10T08:28:55.697965+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-02-10T08:28:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[64561]: audit 2024-02-10T08:28:55.698063+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:28:56.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[67896]: cluster 2024-02-10T08:28:54.250600+0000 mgr.y (mgr.14140) 49 : cluster [DBG] pgmap v36: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:56.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[67896]: audit 2024-02-10T08:28:55.693594+0000 mon.a (mon.0) 180 : audit [INF] from='client.? 172.21.15.99:0/2308155306' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "33175d38-cd26-4f88-a415-e86eccd59cb7"}]: dispatch 2024-02-10T08:28:56.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[67896]: audit 2024-02-10T08:28:55.697932+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.99:0/2308155306' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "33175d38-cd26-4f88-a415-e86eccd59cb7"}]': finished 2024-02-10T08:28:56.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[67896]: cluster 2024-02-10T08:28:55.697965+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-02-10T08:28:56.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:55 smithi099 bash[67896]: audit 2024-02-10T08:28:55.698063+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:28:57.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:56 smithi179 bash[64586]: audit 2024-02-10T08:28:56.439540+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.99:0/847110657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:57.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:56 smithi099 bash[64561]: audit 2024-02-10T08:28:56.439540+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.99:0/847110657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:57.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:56 smithi099 bash[67896]: audit 2024-02-10T08:28:56.439540+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.99:0/847110657' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:28:58.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:57 smithi179 bash[64586]: cluster 2024-02-10T08:28:56.250797+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:58.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:57 smithi099 bash[64561]: cluster 2024-02-10T08:28:56.250797+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:28:58.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:57 smithi099 bash[67896]: cluster 2024-02-10T08:28:56.250797+0000 mgr.y (mgr.14140) 50 : cluster [DBG] pgmap v38: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:00.118 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:59 smithi099 bash[64561]: cluster 2024-02-10T08:28:58.251078+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:00.118 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:28:59 smithi099 bash[64561]: audit 2024-02-10T08:28:59.040034+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:00.118 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:59 smithi099 bash[67896]: cluster 2024-02-10T08:28:58.251078+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:00.118 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:28:59 smithi099 bash[67896]: audit 2024-02-10T08:28:59.040034+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:00.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:59 smithi179 bash[64586]: cluster 2024-02-10T08:28:58.251078+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v39: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:00.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:28:59 smithi179 bash[64586]: audit 2024-02-10T08:28:59.040034+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:01.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:01 smithi099 bash[64561]: cluster 2024-02-10T08:29:00.251326+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:01.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:01 smithi099 bash[64561]: audit 2024-02-10T08:29:01.709496+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:29:01.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:01 smithi099 bash[64561]: audit 2024-02-10T08:29:01.710105+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:01.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:01 smithi099 bash[64561]: audit 2024-02-10T08:29:01.710743+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-02-10T08:29:01.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:01 smithi099 bash[67896]: cluster 2024-02-10T08:29:00.251326+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:01.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:01 smithi099 bash[67896]: audit 2024-02-10T08:29:01.709496+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:29:01.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:01 smithi099 bash[67896]: audit 2024-02-10T08:29:01.710105+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:01.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:01 smithi099 bash[67896]: audit 2024-02-10T08:29:01.710743+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-02-10T08:29:02.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:01 smithi179 bash[64586]: cluster 2024-02-10T08:29:00.251326+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:02.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:01 smithi179 bash[64586]: audit 2024-02-10T08:29:01.709496+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:29:02.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:01 smithi179 bash[64586]: audit 2024-02-10T08:29:01.710105+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:02.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:01 smithi179 bash[64586]: audit 2024-02-10T08:29:01.710743+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-02-10T08:29:03.054 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:02 smithi099 bash[64561]: cephadm 2024-02-10T08:29:01.710516+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Deploying daemon osd.0 on smithi099 2024-02-10T08:29:03.054 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:02 smithi099 bash[67896]: cephadm 2024-02-10T08:29:01.710516+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Deploying daemon osd.0 on smithi099 2024-02-10T08:29:03.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:02 smithi179 bash[64586]: cephadm 2024-02-10T08:29:01.710516+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Deploying daemon osd.0 on smithi099 2024-02-10T08:29:03.350 INFO:teuthology.orchestra.run.smithi099.stdout:Created osd(s) 0 on host 'smithi099' 2024-02-10T08:29:03.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:03 smithi099 bash[67896]: cluster 2024-02-10T08:29:02.251561+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:03.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:03 smithi099 bash[64561]: cluster 2024-02-10T08:29:02.251561+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:03.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:03 smithi099 bash[64561]: audit 2024-02-10T08:29:03.344576+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:03.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:03 smithi099 bash[64561]: audit 2024-02-10T08:29:03.344993+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:03.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:03 smithi099 bash[64561]: audit 2024-02-10T08:29:03.347340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:03.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:03 smithi099 bash[67896]: audit 2024-02-10T08:29:03.344576+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:03.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:03 smithi099 bash[67896]: audit 2024-02-10T08:29:03.344993+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:03.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:03 smithi099 bash[67896]: audit 2024-02-10T08:29:03.347340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:04.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:03 smithi179 bash[64586]: cluster 2024-02-10T08:29:02.251561+0000 mgr.y (mgr.14140) 54 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:04.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:03 smithi179 bash[64586]: audit 2024-02-10T08:29:03.344576+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:04.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:03 smithi179 bash[64586]: audit 2024-02-10T08:29:03.344993+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:04.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:03 smithi179 bash[64586]: audit 2024-02-10T08:29:03.347340+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:28:53.359635\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:28:53.359710\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:28:53.359742\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_device_update\": \"2024-02-10T08:27:37.476222\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:04.430 DEBUG:teuthology.orchestra.run.smithi099:osd.0> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.0.service 2024-02-10T08:29:04.432 INFO:tasks.cephadm:Deploying osd.1 on smithi099 with /dev/vg_nvme/lv_3... 2024-02-10T08:29:04.433 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-10T08:29:04.463 INFO:journalctl@ceph.osd.0.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:29:05.540 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:05 smithi099 bash[64561]: cluster 2024-02-10T08:29:04.251784+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:05.541 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:05 smithi099 bash[67896]: cluster 2024-02-10T08:29:04.251784+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:05.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:05 smithi179 bash[64586]: cluster 2024-02-10T08:29:04.251784+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:06.723 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:29:06 smithi099 bash[70188]: debug 2024-02-10T08:29:06.616+0000 7f15b1911ec0 -1 Falling back to public interface 2024-02-10T08:29:07.273 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:29:07 smithi099 bash[70188]: debug 2024-02-10T08:29:07.171+0000 7f15b1911ec0 -1 osd.0 0 log_to_monitors {default=true} 2024-02-10T08:29:07.273 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:07 smithi099 bash[64561]: cluster 2024-02-10T08:29:06.251986+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:07.273 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:07 smithi099 bash[64561]: audit 2024-02-10T08:29:07.175230+0000 mon.a (mon.0) 192 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:29:07.562 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:07 smithi099 bash[67896]: cluster 2024-02-10T08:29:06.251986+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:07.562 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:07 smithi099 bash[67896]: audit 2024-02-10T08:29:07.175230+0000 mon.a (mon.0) 192 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:29:07.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:07 smithi179 bash[64586]: cluster 2024-02-10T08:29:06.251986+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:07.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:07 smithi179 bash[64586]: audit 2024-02-10T08:29:07.175230+0000 mon.a (mon.0) 192 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:29:08.347 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-10T08:29:08.348 INFO:teuthology.orchestra.run.smithi099.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-10T08:29:08.348 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10+0 records in 2024-02-10T08:29:08.348 INFO:teuthology.orchestra.run.smithi099.stderr:10+0 records out 2024-02-10T08:29:08.348 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121818 s, 861 MB/s 2024-02-10T08:29:08.348 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping successful for: 2024-02-10T08:29:08.616 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[70188]: debug 2024-02-10T08:29:08.263+0000 7f15966be700 -1 osd.0 0 waiting for initial osdmap 2024-02-10T08:29:08.616 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[70188]: debug 2024-02-10T08:29:08.265+0000 7f15a18da700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:29:08.617 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: audit 2024-02-10T08:29:07.264494+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:29:08.617 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: cluster 2024-02-10T08:29:07.264532+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-02-10T08:29:08.617 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: audit 2024-02-10T08:29:07.264969+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:08.617 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: audit 2024-02-10T08:29:07.265287+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:08.617 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: audit 2024-02-10T08:29:07.264494+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:29:08.617 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: cluster 2024-02-10T08:29:07.264532+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-02-10T08:29:08.617 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: audit 2024-02-10T08:29:07.264969+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:08.617 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: audit 2024-02-10T08:29:07.265287+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:08.618 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: audit 2024-02-10T08:29:07.309933+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:08.618 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: audit 2024-02-10T08:29:07.309933+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:08.618 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: audit 2024-02-10T08:29:07.315091+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:08.618 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: audit 2024-02-10T08:29:07.315614+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:08.618 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: cluster 2024-02-10T08:29:08.171873+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:08.618 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: cluster 2024-02-10T08:29:08.171925+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: audit 2024-02-10T08:29:08.262082+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: cluster 2024-02-10T08:29:08.262127+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[64561]: audit 2024-02-10T08:29:08.262285+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: audit 2024-02-10T08:29:07.315091+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: audit 2024-02-10T08:29:07.315614+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: cluster 2024-02-10T08:29:08.171873+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: cluster 2024-02-10T08:29:08.171925+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: audit 2024-02-10T08:29:08.262082+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: cluster 2024-02-10T08:29:08.262127+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-02-10T08:29:08.619 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:08 smithi099 bash[67896]: audit 2024-02-10T08:29:08.262285+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: audit 2024-02-10T08:29:07.264494+0000 mon.a (mon.0) 193 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: cluster 2024-02-10T08:29:07.264532+0000 mon.a (mon.0) 194 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: audit 2024-02-10T08:29:07.264969+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: audit 2024-02-10T08:29:07.265287+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: audit 2024-02-10T08:29:07.309933+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: audit 2024-02-10T08:29:07.315091+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"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}, \"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_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: audit 2024-02-10T08:29:07.315614+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: cluster 2024-02-10T08:29:08.171873+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: cluster 2024-02-10T08:29:08.171925+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: audit 2024-02-10T08:29:08.262082+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:08.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: cluster 2024-02-10T08:29:08.262127+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-02-10T08:29:08.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:08 smithi179 bash[64586]: audit 2024-02-10T08:29:08.262285+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:08.959 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi099:vg_nvme/lv_3 2024-02-10T08:29:09.617 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:09 smithi099 bash[64561]: cluster 2024-02-10T08:29:08.252207+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:09.618 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:09 smithi099 bash[64561]: cluster 2024-02-10T08:29:09.276296+0000 mon.a (mon.0) 203 : cluster [INF] osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317] boot 2024-02-10T08:29:09.618 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:09 smithi099 bash[64561]: cluster 2024-02-10T08:29:09.276333+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-10T08:29:09.618 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:09 smithi099 bash[64561]: audit 2024-02-10T08:29:09.276598+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:09.618 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:09 smithi099 bash[67896]: cluster 2024-02-10T08:29:08.252207+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:09.618 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:09 smithi099 bash[67896]: cluster 2024-02-10T08:29:09.276296+0000 mon.a (mon.0) 203 : cluster [INF] osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317] boot 2024-02-10T08:29:09.618 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:09 smithi099 bash[67896]: cluster 2024-02-10T08:29:09.276333+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-10T08:29:09.618 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:09 smithi099 bash[67896]: audit 2024-02-10T08:29:09.276598+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:09.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:09 smithi179 bash[64586]: cluster 2024-02-10T08:29:08.252207+0000 mgr.y (mgr.14140) 57 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:09.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:09 smithi179 bash[64586]: cluster 2024-02-10T08:29:09.276296+0000 mon.a (mon.0) 203 : cluster [INF] osd.0 [v2:172.21.15.99:6802/530754317,v1:172.21.15.99:6803/530754317] boot 2024-02-10T08:29:09.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:09 smithi179 bash[64586]: cluster 2024-02-10T08:29:09.276333+0000 mon.a (mon.0) 204 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-02-10T08:29:09.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:09 smithi179 bash[64586]: audit 2024-02-10T08:29:09.276598+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:29:11.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:11 smithi099 bash[67896]: cluster 2024-02-10T08:29:10.252424+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v48: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:11.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:11 smithi099 bash[67896]: cluster 2024-02-10T08:29:10.278340+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-02-10T08:29:11.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:11 smithi099 bash[64561]: cluster 2024-02-10T08:29:10.252424+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v48: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:11.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:11 smithi099 bash[64561]: cluster 2024-02-10T08:29:10.278340+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-02-10T08:29:11.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:11 smithi179 bash[64586]: cluster 2024-02-10T08:29:10.252424+0000 mgr.y (mgr.14140) 58 : cluster [DBG] pgmap v48: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-02-10T08:29:11.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:11 smithi179 bash[64586]: cluster 2024-02-10T08:29:10.278340+0000 mon.a (mon.0) 206 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-02-10T08:29:12.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:12 smithi099 bash[64561]: cluster 2024-02-10T08:29:11.281251+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-02-10T08:29:12.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:12 smithi099 bash[64561]: audit 2024-02-10T08:29:11.638453+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:12.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:12 smithi099 bash[67896]: cluster 2024-02-10T08:29:11.281251+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-02-10T08:29:12.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:12 smithi099 bash[67896]: audit 2024-02-10T08:29:11.638453+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:12.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:12 smithi099 bash[64561]: audit 2024-02-10T08:29:11.821219+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:12.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:12 smithi099 bash[64561]: audit 2024-02-10T08:29:11.823795+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:12.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:12 smithi099 bash[67896]: audit 2024-02-10T08:29:11.821219+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:12.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:12 smithi099 bash[67896]: audit 2024-02-10T08:29:11.823795+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:12 smithi179 bash[64586]: cluster 2024-02-10T08:29:11.281251+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-02-10T08:29:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:12 smithi179 bash[64586]: audit 2024-02-10T08:29:11.638453+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:12 smithi179 bash[64586]: audit 2024-02-10T08:29:11.821219+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:12 smithi179 bash[64586]: audit 2024-02-10T08:29:11.823795+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}}, \"last_daemon_update\": \"2024-02-10T08:29:07.309384\", \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:13.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:13 smithi179 bash[64586]: cluster 2024-02-10T08:29:12.252702+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:13.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:13 smithi179 bash[64586]: audit 2024-02-10T08:29:12.603322+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:13.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:13 smithi179 bash[64586]: cephadm 2024-02-10T08:29:12.603859+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:13.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:13 smithi179 bash[64586]: audit 2024-02-10T08:29:12.604137+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:13.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:13 smithi179 bash[64586]: audit 2024-02-10T08:29:12.604628+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:13.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:13 smithi179 bash[64586]: audit 2024-02-10T08:29:12.605254+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:13.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:13 smithi179 bash[64586]: cluster 2024-02-10T08:29:12.822357+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-10T08:29:13.659 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[64561]: cluster 2024-02-10T08:29:12.252702+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:13.659 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[64561]: audit 2024-02-10T08:29:12.603322+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:13.659 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[64561]: cephadm 2024-02-10T08:29:12.603859+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:13.659 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[64561]: audit 2024-02-10T08:29:12.604137+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:13.659 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[64561]: audit 2024-02-10T08:29:12.604628+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:13.659 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[64561]: audit 2024-02-10T08:29:12.605254+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:13.660 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[64561]: cluster 2024-02-10T08:29:12.822357+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-10T08:29:13.660 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[67896]: cluster 2024-02-10T08:29:12.252702+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v51: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:13.660 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[67896]: audit 2024-02-10T08:29:12.603322+0000 mgr.y (mgr.14140) 60 : audit [DBG] from='client.14229 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:13.660 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[67896]: cephadm 2024-02-10T08:29:12.603859+0000 mgr.y (mgr.14140) 61 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:13.660 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[67896]: audit 2024-02-10T08:29:12.604137+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:13.660 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[67896]: audit 2024-02-10T08:29:12.604628+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:13.660 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[67896]: audit 2024-02-10T08:29:12.605254+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:13.660 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:13 smithi099 bash[67896]: cluster 2024-02-10T08:29:12.822357+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-02-10T08:29:15.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:15 smithi179 bash[64586]: cluster 2024-02-10T08:29:14.252969+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:15 smithi179 bash[64586]: audit 2024-02-10T08:29:14.835696+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.99:0/3513427880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]: dispatch 2024-02-10T08:29:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:15 smithi179 bash[64586]: audit 2024-02-10T08:29:14.836074+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]: dispatch 2024-02-10T08:29:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:15 smithi179 bash[64586]: audit 2024-02-10T08:29:14.842315+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]': finished 2024-02-10T08:29:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:15 smithi179 bash[64586]: cluster 2024-02-10T08:29:14.842349+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-02-10T08:29:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:15 smithi179 bash[64586]: audit 2024-02-10T08:29:14.842448+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[64561]: cluster 2024-02-10T08:29:14.252969+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[64561]: audit 2024-02-10T08:29:14.835696+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.99:0/3513427880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]: dispatch 2024-02-10T08:29:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[64561]: audit 2024-02-10T08:29:14.836074+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]: dispatch 2024-02-10T08:29:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[64561]: audit 2024-02-10T08:29:14.842315+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]': finished 2024-02-10T08:29:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[64561]: cluster 2024-02-10T08:29:14.842349+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-02-10T08:29:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[64561]: audit 2024-02-10T08:29:14.842448+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:15.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[67896]: cluster 2024-02-10T08:29:14.252969+0000 mgr.y (mgr.14140) 62 : cluster [DBG] pgmap v52: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[67896]: audit 2024-02-10T08:29:14.835696+0000 mon.c (mon.1) 3 : audit [INF] from='client.? 172.21.15.99:0/3513427880' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]: dispatch 2024-02-10T08:29:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[67896]: audit 2024-02-10T08:29:14.836074+0000 mon.a (mon.0) 215 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]: dispatch 2024-02-10T08:29:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[67896]: audit 2024-02-10T08:29:14.842315+0000 mon.a (mon.0) 216 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "86170385-0304-44d2-b8e6-81e2fff2741e"}]': finished 2024-02-10T08:29:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[67896]: cluster 2024-02-10T08:29:14.842349+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-02-10T08:29:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:15 smithi099 bash[67896]: audit 2024-02-10T08:29:14.842448+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:16.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:16 smithi179 bash[64586]: audit 2024-02-10T08:29:15.579101+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.99:0/20906401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:16.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:16 smithi099 bash[67896]: audit 2024-02-10T08:29:15.579101+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.99:0/20906401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:16 smithi099 bash[64561]: audit 2024-02-10T08:29:15.579101+0000 mon.c (mon.1) 4 : audit [DBG] from='client.? 172.21.15.99:0/20906401' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:17.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:17 smithi179 bash[64586]: cluster 2024-02-10T08:29:16.253224+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:17.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:17 smithi099 bash[64561]: cluster 2024-02-10T08:29:16.253224+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:17.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:17 smithi099 bash[67896]: cluster 2024-02-10T08:29:16.253224+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:18.472 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:18 smithi099 bash[64561]: audit 2024-02-10T08:29:18.178792+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:18.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:18 smithi099 bash[67896]: audit 2024-02-10T08:29:18.178792+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:18.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:18 smithi179 bash[64586]: audit 2024-02-10T08:29:18.178792+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:19.561 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:19 smithi099 bash[64561]: cluster 2024-02-10T08:29:18.253490+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:19.561 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:19 smithi099 bash[64561]: cluster 2024-02-10T08:29:19.249361+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-10T08:29:19.561 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:19 smithi099 bash[67896]: cluster 2024-02-10T08:29:18.253490+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:19.561 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:19 smithi099 bash[67896]: cluster 2024-02-10T08:29:19.249361+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-10T08:29:19.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:19 smithi179 bash[64586]: cluster 2024-02-10T08:29:18.253490+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v55: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:19.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:19 smithi179 bash[64586]: cluster 2024-02-10T08:29:19.249361+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-02-10T08:29:21.603 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:21 smithi099 bash[64561]: cluster 2024-02-10T08:29:20.253762+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:21.603 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:21 smithi099 bash[64561]: audit 2024-02-10T08:29:20.905558+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:29:21.603 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:21 smithi099 bash[64561]: audit 2024-02-10T08:29:20.906361+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:21.603 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:21 smithi099 bash[64561]: audit 2024-02-10T08:29:20.906983+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-02-10T08:29:21.604 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:21 smithi099 bash[67896]: cluster 2024-02-10T08:29:20.253762+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:21.604 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:21 smithi099 bash[67896]: audit 2024-02-10T08:29:20.905558+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:29:21.604 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:21 smithi099 bash[67896]: audit 2024-02-10T08:29:20.906361+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:21.604 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:21 smithi099 bash[67896]: audit 2024-02-10T08:29:20.906983+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-02-10T08:29:21.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:21 smithi179 bash[64586]: cluster 2024-02-10T08:29:20.253762+0000 mgr.y (mgr.14140) 65 : cluster [DBG] pgmap v56: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:21.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:21 smithi179 bash[64586]: audit 2024-02-10T08:29:20.905558+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:29:21.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:21 smithi179 bash[64586]: audit 2024-02-10T08:29:20.906361+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:21.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:21 smithi179 bash[64586]: audit 2024-02-10T08:29:20.906983+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-02-10T08:29:22.542 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:22 smithi099 bash[64561]: cephadm 2024-02-10T08:29:20.906786+0000 mgr.y (mgr.14140) 66 : cephadm [INF] Deploying daemon osd.1 on smithi099 2024-02-10T08:29:22.543 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:22 smithi099 bash[67896]: cephadm 2024-02-10T08:29:20.906786+0000 mgr.y (mgr.14140) 66 : cephadm [INF] Deploying daemon osd.1 on smithi099 2024-02-10T08:29:22.587 INFO:teuthology.orchestra.run.smithi099.stdout:Created osd(s) 1 on host 'smithi099' 2024-02-10T08:29:22.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:22 smithi179 bash[64586]: cephadm 2024-02-10T08:29:20.906786+0000 mgr.y (mgr.14140) 66 : cephadm [INF] Deploying daemon osd.1 on smithi099 2024-02-10T08:29:23.584 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:23 smithi099 bash[64561]: cluster 2024-02-10T08:29:22.254028+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:23.585 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:23 smithi099 bash[67896]: cluster 2024-02-10T08:29:22.254028+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:23.585 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:23 smithi099 bash[64561]: audit 2024-02-10T08:29:22.580150+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:23.585 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:23 smithi099 bash[64561]: audit 2024-02-10T08:29:22.580734+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:23.585 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:23 smithi099 bash[64561]: audit 2024-02-10T08:29:22.583464+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:23.586 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:23 smithi099 bash[67896]: audit 2024-02-10T08:29:22.580150+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:23.586 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:23 smithi099 bash[67896]: audit 2024-02-10T08:29:22.580734+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:23.586 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:23 smithi099 bash[67896]: audit 2024-02-10T08:29:22.583464+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:23.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:23 smithi179 bash[64586]: cluster 2024-02-10T08:29:22.254028+0000 mgr.y (mgr.14140) 67 : cluster [DBG] pgmap v57: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:23.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:23 smithi179 bash[64586]: audit 2024-02-10T08:29:22.580150+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:23.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:23 smithi179 bash[64586]: audit 2024-02-10T08:29:22.580734+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:23.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:23 smithi179 bash[64586]: audit 2024-02-10T08:29:22.583464+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:07.309174\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:07.309262\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:07.309292\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:07.309319\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_device_update\": \"2024-02-10T08:29:11.820565\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:25.164 DEBUG:teuthology.orchestra.run.smithi099:osd.1> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.1.service 2024-02-10T08:29:25.167 INFO:tasks.cephadm:Deploying osd.2 on smithi099 with /dev/vg_nvme/lv_2... 2024-02-10T08:29:25.167 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-10T08:29:25.199 INFO:journalctl@ceph.osd.1.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:29:25.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:25 smithi099 bash[64561]: cluster 2024-02-10T08:29:24.254244+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:25.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:25 smithi099 bash[67896]: cluster 2024-02-10T08:29:24.254244+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:25.473 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:29:25 smithi099 bash[71671]: debug 2024-02-10T08:29:25.294+0000 7f318996bec0 -1 Falling back to public interface 2024-02-10T08:29:25.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:25 smithi179 bash[64586]: cluster 2024-02-10T08:29:24.254244+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v58: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:25.848 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:29:25 smithi099 bash[71671]: debug 2024-02-10T08:29:25.847+0000 7f318996bec0 -1 osd.1 0 log_to_monitors {default=true} 2024-02-10T08:29:26.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:26 smithi179 bash[64586]: audit 2024-02-10T08:29:25.851183+0000 mon.a (mon.0) 227 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T08:29:26.717 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:26 smithi099 bash[64561]: audit 2024-02-10T08:29:25.851183+0000 mon.a (mon.0) 227 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T08:29:26.717 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:26 smithi099 bash[67896]: audit 2024-02-10T08:29:25.851183+0000 mon.a (mon.0) 227 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-02-10T08:29:27.473 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[71671]: debug 2024-02-10T08:29:27.272+0000 7f316e718700 -1 osd.1 0 waiting for initial osdmap 2024-02-10T08:29:27.473 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[71671]: debug 2024-02-10T08:29:27.277+0000 7f3179934700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:29:27.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[64561]: cluster 2024-02-10T08:29:26.254488+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:27.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[64561]: audit 2024-02-10T08:29:26.267592+0000 mon.a (mon.0) 228 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T08:29:27.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[64561]: cluster 2024-02-10T08:29:26.267634+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-02-10T08:29:27.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[64561]: audit 2024-02-10T08:29:26.267737+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:27.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[64561]: audit 2024-02-10T08:29:26.268013+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[64561]: cluster 2024-02-10T08:29:26.829453+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[64561]: cluster 2024-02-10T08:29:26.829496+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[67896]: cluster 2024-02-10T08:29:26.254488+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[67896]: audit 2024-02-10T08:29:26.267592+0000 mon.a (mon.0) 228 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[67896]: cluster 2024-02-10T08:29:26.267634+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[67896]: audit 2024-02-10T08:29:26.267737+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[67896]: audit 2024-02-10T08:29:26.268013+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[67896]: cluster 2024-02-10T08:29:26.829453+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:27 smithi099 bash[67896]: cluster 2024-02-10T08:29:26.829496+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:27.606 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-10T08:29:27.607 INFO:teuthology.orchestra.run.smithi099.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-10T08:29:27.607 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10+0 records in 2024-02-10T08:29:27.607 INFO:teuthology.orchestra.run.smithi099.stderr:10+0 records out 2024-02-10T08:29:27.607 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0121176 s, 865 MB/s 2024-02-10T08:29:27.607 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping successful for: 2024-02-10T08:29:27.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:27 smithi179 bash[64586]: cluster 2024-02-10T08:29:26.254488+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v59: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:27.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:27 smithi179 bash[64586]: audit 2024-02-10T08:29:26.267592+0000 mon.a (mon.0) 228 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-02-10T08:29:27.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:27 smithi179 bash[64586]: cluster 2024-02-10T08:29:26.267634+0000 mon.a (mon.0) 229 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-02-10T08:29:27.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:27 smithi179 bash[64586]: audit 2024-02-10T08:29:26.267737+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:27.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:27 smithi179 bash[64586]: audit 2024-02-10T08:29:26.268013+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:27.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:27 smithi179 bash[64586]: cluster 2024-02-10T08:29:26.829453+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:27.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:27 smithi179 bash[64586]: cluster 2024-02-10T08:29:26.829496+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:28.537 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[67896]: audit 2024-02-10T08:29:27.269787+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:28.537 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[67896]: cluster 2024-02-10T08:29:27.269835+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-02-10T08:29:28.537 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[67896]: audit 2024-02-10T08:29:27.270329+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:28.538 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[64561]: audit 2024-02-10T08:29:27.269787+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:28.538 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[64561]: cluster 2024-02-10T08:29:27.269835+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-02-10T08:29:28.538 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[64561]: audit 2024-02-10T08:29:27.270329+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:28.538 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[64561]: audit 2024-02-10T08:29:27.477913+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:28.538 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[64561]: audit 2024-02-10T08:29:27.480671+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:28.538 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[64561]: audit 2024-02-10T08:29:27.481250+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:28.538 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[67896]: audit 2024-02-10T08:29:27.477913+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:28.539 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[67896]: audit 2024-02-10T08:29:27.480671+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:28.539 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:28 smithi099 bash[67896]: audit 2024-02-10T08:29:27.481250+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:28.540 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi099:vg_nvme/lv_2 2024-02-10T08:29:28.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:28 smithi179 bash[64586]: audit 2024-02-10T08:29:27.269787+0000 mon.a (mon.0) 232 : audit [INF] from='osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:28.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:28 smithi179 bash[64586]: cluster 2024-02-10T08:29:27.269835+0000 mon.a (mon.0) 233 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-02-10T08:29:28.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:28 smithi179 bash[64586]: audit 2024-02-10T08:29:27.270329+0000 mon.a (mon.0) 234 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:28.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:28 smithi179 bash[64586]: audit 2024-02-10T08:29:27.477913+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:28.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:28 smithi179 bash[64586]: audit 2024-02-10T08:29:27.480671+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"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}, \"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\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:28.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:28 smithi179 bash[64586]: audit 2024-02-10T08:29:27.481250+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:29.361 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:29 smithi099 bash[64561]: cluster 2024-02-10T08:29:28.254700+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:29.361 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:29 smithi099 bash[64561]: cluster 2024-02-10T08:29:28.276109+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012] boot 2024-02-10T08:29:29.361 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:29 smithi099 bash[64561]: cluster 2024-02-10T08:29:28.276133+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-02-10T08:29:29.361 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:29 smithi099 bash[64561]: audit 2024-02-10T08:29:28.276710+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:29.361 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:29 smithi099 bash[67896]: cluster 2024-02-10T08:29:28.254700+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:29.361 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:29 smithi099 bash[67896]: cluster 2024-02-10T08:29:28.276109+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012] boot 2024-02-10T08:29:29.362 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:29 smithi099 bash[67896]: cluster 2024-02-10T08:29:28.276133+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-02-10T08:29:29.362 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:29 smithi099 bash[67896]: audit 2024-02-10T08:29:28.276710+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:29.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:29 smithi179 bash[64586]: cluster 2024-02-10T08:29:28.254700+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v62: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-02-10T08:29:29.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:29 smithi179 bash[64586]: cluster 2024-02-10T08:29:28.276109+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.99:6810/2160962012,v1:172.21.15.99:6811/2160962012] boot 2024-02-10T08:29:29.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:29 smithi179 bash[64586]: cluster 2024-02-10T08:29:28.276133+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-02-10T08:29:29.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:29 smithi179 bash[64586]: audit 2024-02-10T08:29:28.276710+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:29:30.289 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:30 smithi099 bash[67896]: cluster 2024-02-10T08:29:29.282780+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-02-10T08:29:30.290 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:30 smithi099 bash[67896]: audit 2024-02-10T08:29:29.285447+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240210-082730"}]: dispatch 2024-02-10T08:29:30.290 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:30 smithi099 bash[67896]: audit 2024-02-10T08:29:29.293092+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240210-082730"}]': finished 2024-02-10T08:29:30.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:30 smithi179 bash[64586]: cluster 2024-02-10T08:29:29.282780+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-02-10T08:29:30.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:30 smithi179 bash[64586]: audit 2024-02-10T08:29:29.285447+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240210-082730"}]: dispatch 2024-02-10T08:29:30.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:30 smithi179 bash[64586]: audit 2024-02-10T08:29:29.293092+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240210-082730"}]': finished 2024-02-10T08:29:30.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:30 smithi099 bash[64561]: cluster 2024-02-10T08:29:29.282780+0000 mon.a (mon.0) 241 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-02-10T08:29:30.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:30 smithi099 bash[64561]: audit 2024-02-10T08:29:29.285447+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240210-082730"}]: dispatch 2024-02-10T08:29:30.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:30 smithi099 bash[64561]: audit 2024-02-10T08:29:29.293092+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240210-082730"}]': finished 2024-02-10T08:29:31.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:31 smithi179 bash[64586]: cluster 2024-02-10T08:29:30.254922+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:31.697 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:31 smithi099 bash[64561]: cluster 2024-02-10T08:29:30.254922+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:31.697 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:31 smithi099 bash[67896]: cluster 2024-02-10T08:29:30.254922+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v65: 1 pgs: 1 undersized+peered; 0 B data, 264 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:32.305 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[64561]: audit 2024-02-10T08:29:31.752350+0000 mgr.y (mgr.14140) 72 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:32.306 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[64561]: cephadm 2024-02-10T08:29:31.752938+0000 mgr.y (mgr.14140) 73 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:32.306 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[64561]: audit 2024-02-10T08:29:31.753229+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:32.306 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[64561]: audit 2024-02-10T08:29:31.753901+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:32.306 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[64561]: audit 2024-02-10T08:29:31.754849+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:32.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:32 smithi179 bash[64586]: audit 2024-02-10T08:29:31.752350+0000 mgr.y (mgr.14140) 72 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:32.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:32 smithi179 bash[64586]: cephadm 2024-02-10T08:29:31.752938+0000 mgr.y (mgr.14140) 73 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:32.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:32 smithi179 bash[64586]: audit 2024-02-10T08:29:31.753229+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:32.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:32 smithi179 bash[64586]: audit 2024-02-10T08:29:31.753901+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:32.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:32 smithi179 bash[64586]: audit 2024-02-10T08:29:31.754849+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:32.655 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[67896]: audit 2024-02-10T08:29:31.752350+0000 mgr.y (mgr.14140) 72 : audit [DBG] from='client.24169 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:32.655 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[67896]: cephadm 2024-02-10T08:29:31.752938+0000 mgr.y (mgr.14140) 73 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:32.656 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[67896]: audit 2024-02-10T08:29:31.753229+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:32.656 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[67896]: audit 2024-02-10T08:29:31.753901+0000 mon.a (mon.0) 245 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:32.656 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:32 smithi099 bash[67896]: audit 2024-02-10T08:29:31.754849+0000 mon.a (mon.0) 246 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:33.593 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:33 smithi099 bash[64561]: cluster 2024-02-10T08:29:32.255142+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:33.594 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:33 smithi099 bash[64561]: audit 2024-02-10T08:29:32.665312+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:33.594 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:33 smithi099 bash[67896]: cluster 2024-02-10T08:29:32.255142+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:33.594 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:33 smithi099 bash[67896]: audit 2024-02-10T08:29:32.665312+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:33.594 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:33 smithi099 bash[64561]: audit 2024-02-10T08:29:32.851917+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:33.594 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:33 smithi099 bash[64561]: audit 2024-02-10T08:29:32.854502+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:33.595 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:33 smithi099 bash[67896]: audit 2024-02-10T08:29:32.851917+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:33.595 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:33 smithi099 bash[67896]: audit 2024-02-10T08:29:32.854502+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:33.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:33 smithi179 bash[64586]: cluster 2024-02-10T08:29:32.255142+0000 mgr.y (mgr.14140) 74 : cluster [DBG] pgmap v66: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:33.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:33 smithi179 bash[64586]: audit 2024-02-10T08:29:32.665312+0000 mon.a (mon.0) 247 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:33.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:33 smithi179 bash[64586]: audit 2024-02-10T08:29:32.851917+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:33.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:33 smithi179 bash[64586]: audit 2024-02-10T08:29:32.854502+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}}, \"last_daemon_update\": \"2024-02-10T08:29:27.477300\", \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:35 smithi179 bash[64586]: cluster 2024-02-10T08:29:34.255391+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:35 smithi179 bash[64586]: audit 2024-02-10T08:29:34.601957+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.99:0/3612260940' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bb68a73-fd5f-45e3-ab99-30ac59b25ab3"}]: dispatch 2024-02-10T08:29:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:35 smithi179 bash[64586]: audit 2024-02-10T08:29:34.605718+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.99:0/3612260940' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6bb68a73-fd5f-45e3-ab99-30ac59b25ab3"}]': finished 2024-02-10T08:29:35.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:35 smithi179 bash[64586]: cluster 2024-02-10T08:29:34.605760+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-02-10T08:29:35.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:35 smithi179 bash[64586]: audit 2024-02-10T08:29:34.605876+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[64561]: cluster 2024-02-10T08:29:34.255391+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[64561]: audit 2024-02-10T08:29:34.601957+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.99:0/3612260940' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bb68a73-fd5f-45e3-ab99-30ac59b25ab3"}]: dispatch 2024-02-10T08:29:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[64561]: audit 2024-02-10T08:29:34.605718+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.99:0/3612260940' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6bb68a73-fd5f-45e3-ab99-30ac59b25ab3"}]': finished 2024-02-10T08:29:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[64561]: cluster 2024-02-10T08:29:34.605760+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-02-10T08:29:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[64561]: audit 2024-02-10T08:29:34.605876+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:35.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[67896]: cluster 2024-02-10T08:29:34.255391+0000 mgr.y (mgr.14140) 75 : cluster [DBG] pgmap v67: 1 pgs: 1 undersized+peered; 0 B data, 296 KiB used, 177 GiB / 179 GiB avail 2024-02-10T08:29:35.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[67896]: audit 2024-02-10T08:29:34.601957+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.99:0/3612260940' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6bb68a73-fd5f-45e3-ab99-30ac59b25ab3"}]: dispatch 2024-02-10T08:29:35.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[67896]: audit 2024-02-10T08:29:34.605718+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.99:0/3612260940' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6bb68a73-fd5f-45e3-ab99-30ac59b25ab3"}]': finished 2024-02-10T08:29:35.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[67896]: cluster 2024-02-10T08:29:34.605760+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-02-10T08:29:35.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:35 smithi099 bash[67896]: audit 2024-02-10T08:29:34.605876+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:36.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:36 smithi179 bash[64586]: audit 2024-02-10T08:29:35.361051+0000 mon.a (mon.0) 254 : audit [DBG] from='client.? 172.21.15.99:0/822716932' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:36 smithi099 bash[64561]: audit 2024-02-10T08:29:35.361051+0000 mon.a (mon.0) 254 : audit [DBG] from='client.? 172.21.15.99:0/822716932' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:36 smithi099 bash[67896]: audit 2024-02-10T08:29:35.361051+0000 mon.a (mon.0) 254 : audit [DBG] from='client.? 172.21.15.99:0/822716932' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:37.620 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:37 smithi099 bash[64561]: cluster 2024-02-10T08:29:36.255630+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:37.620 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:37 smithi099 bash[64561]: cluster 2024-02-10T08:29:36.259314+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-02-10T08:29:37.620 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:37 smithi099 bash[64561]: cluster 2024-02-10T08:29:36.259339+0000 mon.a (mon.0) 256 : cluster [INF] Cluster is now healthy 2024-02-10T08:29:37.620 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:37 smithi099 bash[67896]: cluster 2024-02-10T08:29:36.255630+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:37.620 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:37 smithi099 bash[67896]: cluster 2024-02-10T08:29:36.259314+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-02-10T08:29:37.620 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:37 smithi099 bash[67896]: cluster 2024-02-10T08:29:36.259339+0000 mon.a (mon.0) 256 : cluster [INF] Cluster is now healthy 2024-02-10T08:29:37.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:37 smithi179 bash[64586]: cluster 2024-02-10T08:29:36.255630+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v69: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:37.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:37 smithi179 bash[64586]: cluster 2024-02-10T08:29:36.259314+0000 mon.a (mon.0) 255 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-02-10T08:29:37.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:37 smithi179 bash[64586]: cluster 2024-02-10T08:29:36.259339+0000 mon.a (mon.0) 256 : cluster [INF] Cluster is now healthy 2024-02-10T08:29:38.525 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:38 smithi099 bash[64561]: audit 2024-02-10T08:29:37.872195+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:38.525 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:38 smithi099 bash[67896]: audit 2024-02-10T08:29:37.872195+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:38.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:38 smithi179 bash[64586]: audit 2024-02-10T08:29:37.872195+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:39.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:39 smithi099 bash[64561]: cluster 2024-02-10T08:29:38.255877+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v70: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:39.573 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:39 smithi099 bash[67896]: cluster 2024-02-10T08:29:38.255877+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v70: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:39.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:39 smithi179 bash[64586]: cluster 2024-02-10T08:29:38.255877+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v70: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:40.602 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:40 smithi099 bash[64561]: cluster 2024-02-10T08:29:40.274439+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-10T08:29:40.602 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:40 smithi099 bash[67896]: cluster 2024-02-10T08:29:40.274439+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-10T08:29:40.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:40 smithi179 bash[64586]: cluster 2024-02-10T08:29:40.274439+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-10T08:29:41.542 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:41 smithi099 bash[64561]: cluster 2024-02-10T08:29:40.256181+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v71: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:41.542 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:41 smithi099 bash[64561]: audit 2024-02-10T08:29:40.886258+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:29:41.542 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:41 smithi099 bash[64561]: audit 2024-02-10T08:29:40.886898+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:41.542 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:41 smithi099 bash[64561]: audit 2024-02-10T08:29:40.887523+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-02-10T08:29:41.542 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:41 smithi099 bash[67896]: cluster 2024-02-10T08:29:40.256181+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v71: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:41.542 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:41 smithi099 bash[67896]: audit 2024-02-10T08:29:40.886258+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:29:41.543 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:41 smithi099 bash[67896]: audit 2024-02-10T08:29:40.886898+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:41.543 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:41 smithi099 bash[67896]: audit 2024-02-10T08:29:40.887523+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-02-10T08:29:41.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:41 smithi179 bash[64586]: cluster 2024-02-10T08:29:40.256181+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v71: 1 pgs: 1 active+undersized+degraded; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:41.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:41 smithi179 bash[64586]: audit 2024-02-10T08:29:40.886258+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:29:41.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:41 smithi179 bash[64586]: audit 2024-02-10T08:29:40.886898+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:41.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:41 smithi179 bash[64586]: audit 2024-02-10T08:29:40.887523+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-02-10T08:29:42.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:42 smithi099 bash[64561]: cephadm 2024-02-10T08:29:40.887325+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.2 on smithi099 2024-02-10T08:29:42.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:42 smithi099 bash[67896]: cephadm 2024-02-10T08:29:40.887325+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.2 on smithi099 2024-02-10T08:29:42.579 INFO:teuthology.orchestra.run.smithi099.stdout:Created osd(s) 2 on host 'smithi099' 2024-02-10T08:29:42.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:42 smithi179 bash[64586]: cephadm 2024-02-10T08:29:40.887325+0000 mgr.y (mgr.14140) 79 : cephadm [INF] Deploying daemon osd.2 on smithi099 2024-02-10T08:29:43.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:43 smithi179 bash[64586]: cluster 2024-02-10T08:29:42.256475+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:43.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:43 smithi179 bash[64586]: audit 2024-02-10T08:29:42.573769+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:43.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:43 smithi179 bash[64586]: audit 2024-02-10T08:29:42.574287+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:43.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:43 smithi179 bash[64586]: audit 2024-02-10T08:29:42.576706+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:43.671 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:43 smithi099 bash[64561]: cluster 2024-02-10T08:29:42.256475+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:43.671 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:43 smithi099 bash[64561]: audit 2024-02-10T08:29:42.573769+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:43.671 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:43 smithi099 bash[64561]: audit 2024-02-10T08:29:42.574287+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:43.671 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:43 smithi099 bash[64561]: audit 2024-02-10T08:29:42.576706+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:43.672 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:43 smithi099 bash[67896]: cluster 2024-02-10T08:29:42.256475+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v72: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:43.672 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:43 smithi099 bash[67896]: audit 2024-02-10T08:29:42.573769+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:43.672 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:43 smithi099 bash[67896]: audit 2024-02-10T08:29:42.574287+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:43.672 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:43 smithi099 bash[67896]: audit 2024-02-10T08:29:42.576706+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:27.477064\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:27.477150\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:27.477180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:27.477207\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:27.477234\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_device_update\": \"2024-02-10T08:29:32.851282\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:43.685 DEBUG:teuthology.orchestra.run.smithi099:osd.2> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.2.service 2024-02-10T08:29:43.687 INFO:tasks.cephadm:Deploying osd.3 on smithi099 with /dev/vg_nvme/lv_1... 2024-02-10T08:29:43.687 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-10T08:29:43.716 INFO:journalctl@ceph.osd.2.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:29:45.576 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:45 smithi099 bash[64561]: cluster 2024-02-10T08:29:44.256744+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:45.577 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:45 smithi099 bash[67896]: cluster 2024-02-10T08:29:44.256744+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:45.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:45 smithi179 bash[64586]: cluster 2024-02-10T08:29:44.256744+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v73: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:46.421 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:29:46 smithi099 bash[73399]: debug 2024-02-10T08:29:46.243+0000 7f2b7c5ebec0 -1 Falling back to public interface 2024-02-10T08:29:46.422 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:46 smithi099 bash[64561]: audit 2024-02-10T08:29:45.792067+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:46.422 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:46 smithi099 bash[64561]: audit 2024-02-10T08:29:45.794846+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:46.422 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:46 smithi099 bash[64561]: audit 2024-02-10T08:29:45.795411+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:46.422 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:46 smithi099 bash[67896]: audit 2024-02-10T08:29:45.792067+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:46.422 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:46 smithi099 bash[67896]: audit 2024-02-10T08:29:45.794846+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:46.422 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:46 smithi099 bash[67896]: audit 2024-02-10T08:29:45.795411+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:46.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:46 smithi179 bash[64586]: audit 2024-02-10T08:29:45.792067+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:46.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:46 smithi179 bash[64586]: audit 2024-02-10T08:29:45.794846+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"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}, \"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\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:46.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:46 smithi179 bash[64586]: audit 2024-02-10T08:29:45.795411+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:47.068 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:29:46 smithi099 bash[73399]: debug 2024-02-10T08:29:46.796+0000 7f2b7c5ebec0 -1 osd.2 0 log_to_monitors {default=true} 2024-02-10T08:29:47.502 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-10T08:29:47.502 INFO:teuthology.orchestra.run.smithi099.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-10T08:29:47.502 INFO:teuthology.orchestra.run.smithi099.stderr: stderr: 10+0 records in 2024-02-10T08:29:47.502 INFO:teuthology.orchestra.run.smithi099.stderr:10+0 records out 2024-02-10T08:29:47.502 INFO:teuthology.orchestra.run.smithi099.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0134884 s, 777 MB/s 2024-02-10T08:29:47.502 INFO:teuthology.orchestra.run.smithi099.stderr:--> Zapping successful for: 2024-02-10T08:29:48.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:47 smithi179 bash[64586]: cluster 2024-02-10T08:29:46.256996+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v74: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:48.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:47 smithi179 bash[64586]: audit 2024-02-10T08:29:46.800619+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T08:29:48.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:47 smithi099 bash[64561]: cluster 2024-02-10T08:29:46.256996+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v74: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:48.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:47 smithi099 bash[64561]: audit 2024-02-10T08:29:46.800619+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T08:29:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:47 smithi099 bash[67896]: cluster 2024-02-10T08:29:46.256996+0000 mgr.y (mgr.14140) 82 : cluster [DBG] pgmap v74: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:47 smithi099 bash[67896]: audit 2024-02-10T08:29:46.800619+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-02-10T08:29:49.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:48 smithi179 bash[64586]: cluster 2024-02-10T08:29:47.757416+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:49.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:48 smithi179 bash[64586]: cluster 2024-02-10T08:29:47.757452+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:49.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:48 smithi179 bash[64586]: audit 2024-02-10T08:29:47.803355+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T08:29:49.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:48 smithi179 bash[64586]: cluster 2024-02-10T08:29:47.803387+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-02-10T08:29:49.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:48 smithi179 bash[64586]: audit 2024-02-10T08:29:47.803474+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:49.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:48 smithi179 bash[64586]: audit 2024-02-10T08:29:47.803695+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:49.223 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[73399]: debug 2024-02-10T08:29:48.806+0000 7f2b653a0700 -1 osd.2 0 waiting for initial osdmap 2024-02-10T08:29:49.223 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[73399]: debug 2024-02-10T08:29:48.810+0000 7f2b705bc700 -1 osd.2 20 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[64561]: cluster 2024-02-10T08:29:47.757416+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[64561]: cluster 2024-02-10T08:29:47.757452+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[64561]: audit 2024-02-10T08:29:47.803355+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[64561]: cluster 2024-02-10T08:29:47.803387+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[64561]: audit 2024-02-10T08:29:47.803474+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[64561]: audit 2024-02-10T08:29:47.803695+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[67896]: cluster 2024-02-10T08:29:47.757416+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[67896]: cluster 2024-02-10T08:29:47.757452+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[67896]: audit 2024-02-10T08:29:47.803355+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[67896]: cluster 2024-02-10T08:29:47.803387+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-02-10T08:29:49.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[67896]: audit 2024-02-10T08:29:47.803474+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:49.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:48 smithi099 bash[67896]: audit 2024-02-10T08:29:47.803695+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:29:49.361 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi099:vg_nvme/lv_1 2024-02-10T08:29:50.034 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:49 smithi099 bash[64561]: cluster 2024-02-10T08:29:48.257259+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:50.034 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:49 smithi099 bash[64561]: audit 2024-02-10T08:29:48.804883+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:50.035 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:49 smithi099 bash[64561]: cluster 2024-02-10T08:29:48.804920+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-02-10T08:29:50.035 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:49 smithi099 bash[64561]: audit 2024-02-10T08:29:48.805269+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:50.035 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:49 smithi099 bash[67896]: cluster 2024-02-10T08:29:48.257259+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:50.035 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:49 smithi099 bash[67896]: audit 2024-02-10T08:29:48.804883+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:50.035 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:49 smithi099 bash[67896]: cluster 2024-02-10T08:29:48.804920+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-02-10T08:29:50.035 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:49 smithi099 bash[67896]: audit 2024-02-10T08:29:48.805269+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:50.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:49 smithi179 bash[64586]: cluster 2024-02-10T08:29:48.257259+0000 mgr.y (mgr.14140) 83 : cluster [DBG] pgmap v76: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:50.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:49 smithi179 bash[64586]: audit 2024-02-10T08:29:48.804883+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:29:50.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:49 smithi179 bash[64586]: cluster 2024-02-10T08:29:48.804920+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-02-10T08:29:50.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:49 smithi179 bash[64586]: audit 2024-02-10T08:29:48.805269+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:51.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:50 smithi179 bash[64586]: cluster 2024-02-10T08:29:49.810978+0000 mon.a (mon.0) 276 : cluster [INF] osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505] boot 2024-02-10T08:29:51.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:50 smithi179 bash[64586]: cluster 2024-02-10T08:29:49.811018+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-10T08:29:51.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:50 smithi179 bash[64586]: audit 2024-02-10T08:29:49.811135+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:51.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:50 smithi179 bash[64586]: audit 2024-02-10T08:29:50.417620+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:51.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:50 smithi179 bash[64586]: audit 2024-02-10T08:29:50.605088+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:51.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:50 smithi179 bash[64586]: audit 2024-02-10T08:29:50.607889+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:51.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[64561]: cluster 2024-02-10T08:29:49.810978+0000 mon.a (mon.0) 276 : cluster [INF] osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505] boot 2024-02-10T08:29:51.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[64561]: cluster 2024-02-10T08:29:49.811018+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-10T08:29:51.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[64561]: audit 2024-02-10T08:29:49.811135+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:51.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[64561]: audit 2024-02-10T08:29:50.417620+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:51.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[67896]: cluster 2024-02-10T08:29:49.810978+0000 mon.a (mon.0) 276 : cluster [INF] osd.2 [v2:172.21.15.99:6818/4091045505,v1:172.21.15.99:6819/4091045505] boot 2024-02-10T08:29:51.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[67896]: cluster 2024-02-10T08:29:49.811018+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-02-10T08:29:51.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[67896]: audit 2024-02-10T08:29:49.811135+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:29:51.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[67896]: audit 2024-02-10T08:29:50.417620+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:29:51.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[67896]: audit 2024-02-10T08:29:50.605088+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:51.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[67896]: audit 2024-02-10T08:29:50.607889+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:51.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[64561]: audit 2024-02-10T08:29:50.605088+0000 mon.a (mon.0) 280 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:29:51.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:50 smithi099 bash[64561]: audit 2024-02-10T08:29:50.607889+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}}, \"last_daemon_update\": \"2024-02-10T08:29:45.791407\", \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:29:52.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:51 smithi179 bash[64586]: cluster 2024-02-10T08:29:50.257499+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:52.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:51 smithi179 bash[64586]: cluster 2024-02-10T08:29:50.816185+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-10T08:29:52.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:51 smithi099 bash[64561]: cluster 2024-02-10T08:29:50.257499+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:52.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:51 smithi099 bash[64561]: cluster 2024-02-10T08:29:50.816185+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-10T08:29:52.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:51 smithi099 bash[67896]: cluster 2024-02-10T08:29:50.257499+0000 mgr.y (mgr.14140) 84 : cluster [DBG] pgmap v79: 1 pgs: 1 active+undersized+degraded; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:52.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:51 smithi099 bash[67896]: cluster 2024-02-10T08:29:50.816185+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-02-10T08:29:53.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:52 smithi179 bash[64586]: audit 2024-02-10T08:29:51.960977+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:53.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:52 smithi179 bash[64586]: audit 2024-02-10T08:29:51.961474+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:53.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:52 smithi179 bash[64586]: audit 2024-02-10T08:29:51.962174+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:53.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:52 smithi099 bash[64561]: audit 2024-02-10T08:29:51.960977+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:53.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:52 smithi099 bash[64561]: audit 2024-02-10T08:29:51.961474+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:53.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:52 smithi099 bash[64561]: audit 2024-02-10T08:29:51.962174+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:53.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:52 smithi099 bash[67896]: audit 2024-02-10T08:29:51.960977+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:29:53.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:52 smithi099 bash[67896]: audit 2024-02-10T08:29:51.961474+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:29:53.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:52 smithi099 bash[67896]: audit 2024-02-10T08:29:51.962174+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:54.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:53 smithi179 bash[64586]: audit 2024-02-10T08:29:51.960083+0000 mgr.y (mgr.14140) 85 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:54.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:53 smithi179 bash[64586]: cephadm 2024-02-10T08:29:51.960707+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:53 smithi179 bash[64586]: cluster 2024-02-10T08:29:52.257736+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized+degraded; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:53 smithi099 bash[64561]: audit 2024-02-10T08:29:51.960083+0000 mgr.y (mgr.14140) 85 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:53 smithi099 bash[64561]: cephadm 2024-02-10T08:29:51.960707+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:53 smithi099 bash[64561]: cluster 2024-02-10T08:29:52.257736+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized+degraded; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:54.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:53 smithi099 bash[67896]: audit 2024-02-10T08:29:51.960083+0000 mgr.y (mgr.14140) 85 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi099:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:29:54.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:53 smithi099 bash[67896]: cephadm 2024-02-10T08:29:51.960707+0000 mgr.y (mgr.14140) 86 : cephadm [INF] Applying osd on host smithi099... 2024-02-10T08:29:54.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:53 smithi099 bash[67896]: cluster 2024-02-10T08:29:52.257736+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized+degraded; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:54 smithi179 bash[64586]: audit 2024-02-10T08:29:54.251930+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.99:0/4243018826' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]: dispatch 2024-02-10T08:29:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:54 smithi179 bash[64586]: audit 2024-02-10T08:29:54.252235+0000 mon.a (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]: dispatch 2024-02-10T08:29:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:54 smithi179 bash[64586]: audit 2024-02-10T08:29:54.255730+0000 mon.a (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]': finished 2024-02-10T08:29:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:54 smithi179 bash[64586]: cluster 2024-02-10T08:29:54.255769+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-02-10T08:29:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:54 smithi179 bash[64586]: audit 2024-02-10T08:29:54.255847+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[64561]: audit 2024-02-10T08:29:54.251930+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.99:0/4243018826' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]: dispatch 2024-02-10T08:29:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[64561]: audit 2024-02-10T08:29:54.252235+0000 mon.a (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]: dispatch 2024-02-10T08:29:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[64561]: audit 2024-02-10T08:29:54.255730+0000 mon.a (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]': finished 2024-02-10T08:29:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[64561]: cluster 2024-02-10T08:29:54.255769+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-02-10T08:29:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[64561]: audit 2024-02-10T08:29:54.255847+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:55.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[67896]: audit 2024-02-10T08:29:54.251930+0000 mon.c (mon.1) 5 : audit [INF] from='client.? 172.21.15.99:0/4243018826' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]: dispatch 2024-02-10T08:29:55.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[67896]: audit 2024-02-10T08:29:54.252235+0000 mon.a (mon.0) 286 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]: dispatch 2024-02-10T08:29:55.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[67896]: audit 2024-02-10T08:29:54.255730+0000 mon.a (mon.0) 287 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6b1dc4d5-72bc-41c7-a084-430c78d012bf"}]': finished 2024-02-10T08:29:55.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[67896]: cluster 2024-02-10T08:29:54.255769+0000 mon.a (mon.0) 288 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-02-10T08:29:55.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:54 smithi099 bash[67896]: audit 2024-02-10T08:29:54.255847+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:29:56.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:55 smithi179 bash[64586]: cluster 2024-02-10T08:29:54.258000+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized+degraded; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:56.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:55 smithi179 bash[64586]: audit 2024-02-10T08:29:55.060177+0000 mon.a (mon.0) 290 : audit [DBG] from='client.? 172.21.15.99:0/3470276081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:55 smithi099 bash[64561]: cluster 2024-02-10T08:29:54.258000+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized+degraded; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:55 smithi099 bash[64561]: audit 2024-02-10T08:29:55.060177+0000 mon.a (mon.0) 290 : audit [DBG] from='client.? 172.21.15.99:0/3470276081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:56.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:55 smithi099 bash[67896]: cluster 2024-02-10T08:29:54.258000+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v83: 1 pgs: 1 active+undersized+degraded; 0 B data, 544 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:29:56.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:55 smithi099 bash[67896]: audit 2024-02-10T08:29:55.060177+0000 mon.a (mon.0) 290 : audit [DBG] from='client.? 172.21.15.99:0/3470276081' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:29:57.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:56 smithi179 bash[64586]: cluster 2024-02-10T08:29:56.827851+0000 mon.a (mon.0) 291 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-10T08:29:57.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:56 smithi179 bash[64586]: cluster 2024-02-10T08:29:56.827925+0000 mon.a (mon.0) 292 : cluster [INF] Cluster is now healthy 2024-02-10T08:29:57.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:56 smithi099 bash[64561]: cluster 2024-02-10T08:29:56.827851+0000 mon.a (mon.0) 291 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-10T08:29:57.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:56 smithi099 bash[64561]: cluster 2024-02-10T08:29:56.827925+0000 mon.a (mon.0) 292 : cluster [INF] Cluster is now healthy 2024-02-10T08:29:57.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:56 smithi099 bash[67896]: cluster 2024-02-10T08:29:56.827851+0000 mon.a (mon.0) 291 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-10T08:29:57.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:56 smithi099 bash[67896]: cluster 2024-02-10T08:29:56.827925+0000 mon.a (mon.0) 292 : cluster [INF] Cluster is now healthy 2024-02-10T08:29:57.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:57 smithi099 bash[67896]: cluster 2024-02-10T08:29:56.258259+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:29:57.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:57 smithi099 bash[67896]: audit 2024-02-10T08:29:57.654815+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:57.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:57 smithi099 bash[64561]: cluster 2024-02-10T08:29:56.258259+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:29:57.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:57 smithi099 bash[64561]: audit 2024-02-10T08:29:57.654815+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:29:58.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:57 smithi179 bash[64586]: cluster 2024-02-10T08:29:56.258259+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:29:58.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:57 smithi179 bash[64586]: audit 2024-02-10T08:29:57.654815+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:00.069 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:29:59 smithi099 bash[64561]: cluster 2024-02-10T08:29:58.258490+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:00.069 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:29:59 smithi099 bash[67896]: cluster 2024-02-10T08:29:58.258490+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:00.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:29:59 smithi179 bash[64586]: cluster 2024-02-10T08:29:58.258490+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[64561]: cluster 2024-02-10T08:30:00.258697+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[64561]: audit 2024-02-10T08:30:00.479656+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:30:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[64561]: audit 2024-02-10T08:30:00.480186+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[64561]: cephadm 2024-02-10T08:30:00.480577+0000 mgr.y (mgr.14140) 92 : cephadm [INF] Deploying daemon osd.3 on smithi099 2024-02-10T08:30:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[64561]: audit 2024-02-10T08:30:00.480755+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-02-10T08:30:01.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[67896]: cluster 2024-02-10T08:30:00.258697+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:01.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[67896]: audit 2024-02-10T08:30:00.479656+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:30:01.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[67896]: audit 2024-02-10T08:30:00.480186+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:01.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[67896]: cephadm 2024-02-10T08:30:00.480577+0000 mgr.y (mgr.14140) 92 : cephadm [INF] Deploying daemon osd.3 on smithi099 2024-02-10T08:30:01.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:00 smithi099 bash[67896]: audit 2024-02-10T08:30:00.480755+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-02-10T08:30:01.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:00 smithi179 bash[64586]: cluster 2024-02-10T08:30:00.258697+0000 mgr.y (mgr.14140) 91 : cluster [DBG] pgmap v86: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:00 smithi179 bash[64586]: audit 2024-02-10T08:30:00.479656+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:30:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:00 smithi179 bash[64586]: audit 2024-02-10T08:30:00.480186+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:00 smithi179 bash[64586]: cephadm 2024-02-10T08:30:00.480577+0000 mgr.y (mgr.14140) 92 : cephadm [INF] Deploying daemon osd.3 on smithi099 2024-02-10T08:30:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:00 smithi179 bash[64586]: audit 2024-02-10T08:30:00.480755+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-02-10T08:30:02.253 INFO:teuthology.orchestra.run.smithi099.stdout:Created osd(s) 3 on host 'smithi099' 2024-02-10T08:30:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:02 smithi099 bash[67896]: audit 2024-02-10T08:30:02.243012+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:02 smithi099 bash[67896]: audit 2024-02-10T08:30:02.243590+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:02 smithi099 bash[67896]: audit 2024-02-10T08:30:02.246454+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:02.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:02 smithi099 bash[64561]: audit 2024-02-10T08:30:02.243012+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:02.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:02 smithi099 bash[64561]: audit 2024-02-10T08:30:02.243590+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:02.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:02 smithi099 bash[64561]: audit 2024-02-10T08:30:02.246454+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:02.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:02 smithi179 bash[64586]: audit 2024-02-10T08:30:02.243012+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:02.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:02 smithi179 bash[64586]: audit 2024-02-10T08:30:02.243590+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:02.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:02 smithi179 bash[64586]: audit 2024-02-10T08:30:02.246454+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:29:45.791145\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:29:45.791234\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:29:45.791264\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:29:45.791291\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:29:45.791317\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:29:45.791342\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_device_update\": \"2024-02-10T08:29:50.604385\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:03.103 DEBUG:teuthology.orchestra.run.smithi099:osd.3> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.3.service 2024-02-10T08:30:03.106 INFO:tasks.cephadm:Deploying osd.4 on smithi179 with /dev/vg_nvme/lv_4... 2024-02-10T08:30:03.106 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-02-10T08:30:03.137 INFO:journalctl@ceph.osd.3.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:30:03.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:03 smithi179 bash[64586]: cluster 2024-02-10T08:30:02.258946+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:03.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[64561]: cluster 2024-02-10T08:30:02.258946+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:03.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[67896]: cluster 2024-02-10T08:30:02.258946+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:03.473 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[74685]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-10T08:30:03.473 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[74685]: 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 2024-02-10T08:30:03.473 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[74685]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-02-10T08:30:03.473 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[74685]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-02-10T08:30:03.473 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[74685]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-02-10T08:30:03.474 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[74685]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-02-10T08:30:03.474 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:03 smithi099 bash[74685]: --> ceph-volume lvm activate successful for osd ID: 3 2024-02-10T08:30:05.199 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-02-10T08:30:05.199 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-02-10T08:30:05.199 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2024-02-10T08:30:05.199 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2024-02-10T08:30:05.199 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0109681 s, 956 MB/s 2024-02-10T08:30:05.200 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2024-02-10T08:30:05.512 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:05 smithi179 bash[64586]: cluster 2024-02-10T08:30:04.259180+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:05.512 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:05 smithi179 bash[64586]: audit 2024-02-10T08:30:05.285096+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:05.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:05 smithi179 bash[64586]: audit 2024-02-10T08:30:05.287724+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:05.513 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:05 smithi179 bash[64586]: audit 2024-02-10T08:30:05.288147+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:05.701 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[67896]: cluster 2024-02-10T08:30:04.259180+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:05.702 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[64561]: cluster 2024-02-10T08:30:04.259180+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:05.702 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[64561]: audit 2024-02-10T08:30:05.285096+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:05.702 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[64561]: audit 2024-02-10T08:30:05.287724+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:05.702 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[64561]: audit 2024-02-10T08:30:05.288147+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:05.703 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[67896]: audit 2024-02-10T08:30:05.285096+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:05.703 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[67896]: audit 2024-02-10T08:30:05.287724+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:05.703 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[67896]: audit 2024-02-10T08:30:05.288147+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:05.703 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[74903]: debug 2024-02-10T08:30:05.385+0000 7fa75d7b8ec0 -1 Falling back to public interface 2024-02-10T08:30:05.754 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_4 2024-02-10T08:30:05.972 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:05 smithi099 bash[74903]: debug 2024-02-10T08:30:05.941+0000 7fa75d7b8ec0 -1 osd.3 0 log_to_monitors {default=true} 2024-02-10T08:30:06.315 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:06 smithi099 bash[67896]: audit 2024-02-10T08:30:05.943945+0000 mon.c (mon.1) 6 : audit [INF] from='osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:30:06.315 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:06 smithi099 bash[67896]: audit 2024-02-10T08:30:05.944359+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:30:06.386 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:06 smithi179 bash[64586]: audit 2024-02-10T08:30:05.943945+0000 mon.c (mon.1) 6 : audit [INF] from='osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:30:06.387 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:06 smithi179 bash[64586]: audit 2024-02-10T08:30:05.944359+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:30:06.600 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:06 smithi099 bash[64561]: audit 2024-02-10T08:30:05.943945+0000 mon.c (mon.1) 6 : audit [INF] from='osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:30:06.600 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:06 smithi099 bash[64561]: audit 2024-02-10T08:30:05.944359+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-02-10T08:30:07.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:07 smithi179 bash[64586]: cluster 2024-02-10T08:30:06.259451+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:07.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:07 smithi179 bash[64586]: audit 2024-02-10T08:30:06.316107+0000 mon.a (mon.0) 304 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T08:30:07.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:07 smithi179 bash[64586]: cluster 2024-02-10T08:30:06.316146+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-02-10T08:30:07.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:07 smithi179 bash[64586]: audit 2024-02-10T08:30:06.316385+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:07.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:07 smithi179 bash[64586]: audit 2024-02-10T08:30:06.317439+0000 mon.c (mon.1) 7 : audit [INF] from='osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:30:07.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:07 smithi179 bash[64586]: audit 2024-02-10T08:30:06.317654+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:30:07.723 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[74903]: debug 2024-02-10T08:30:07.319+0000 7fa74656d700 -1 osd.3 0 waiting for initial osdmap 2024-02-10T08:30:07.723 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[74903]: debug 2024-02-10T08:30:07.325+0000 7fa751789700 -1 osd.3 25 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:30:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[64561]: cluster 2024-02-10T08:30:06.259451+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[64561]: audit 2024-02-10T08:30:06.316107+0000 mon.a (mon.0) 304 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T08:30:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[64561]: cluster 2024-02-10T08:30:06.316146+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-02-10T08:30:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[64561]: audit 2024-02-10T08:30:06.316385+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:07.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[64561]: audit 2024-02-10T08:30:06.317439+0000 mon.c (mon.1) 7 : audit [INF] from='osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:30:07.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[64561]: audit 2024-02-10T08:30:06.317654+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:30:07.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[67896]: cluster 2024-02-10T08:30:06.259451+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:30:07.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[67896]: audit 2024-02-10T08:30:06.316107+0000 mon.a (mon.0) 304 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-02-10T08:30:07.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[67896]: cluster 2024-02-10T08:30:06.316146+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-02-10T08:30:07.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[67896]: audit 2024-02-10T08:30:06.316385+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:07.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[67896]: audit 2024-02-10T08:30:06.317439+0000 mon.c (mon.1) 7 : audit [INF] from='osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:30:07.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:07 smithi099 bash[67896]: audit 2024-02-10T08:30:06.317654+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:30:08.364 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: cluster 2024-02-10T08:30:06.949952+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: cluster 2024-02-10T08:30:06.950020+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: audit 2024-02-10T08:30:07.318028+0000 mon.a (mon.0) 308 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: cluster 2024-02-10T08:30:07.318067+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: audit 2024-02-10T08:30:07.318754+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: audit 2024-02-10T08:30:07.685895+0000 mgr.y (mgr.14140) 96 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: cephadm 2024-02-10T08:30:07.686573+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: audit 2024-02-10T08:30:07.686843+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: audit 2024-02-10T08:30:07.687393+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[64561]: audit 2024-02-10T08:30:07.688190+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: cluster 2024-02-10T08:30:06.949952+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:08.365 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: cluster 2024-02-10T08:30:06.950020+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:08.366 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: audit 2024-02-10T08:30:07.318028+0000 mon.a (mon.0) 308 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:30:08.366 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: cluster 2024-02-10T08:30:07.318067+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-02-10T08:30:08.366 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: audit 2024-02-10T08:30:07.318754+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:08.366 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: audit 2024-02-10T08:30:07.685895+0000 mgr.y (mgr.14140) 96 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:08.366 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: cephadm 2024-02-10T08:30:07.686573+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:08.366 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: audit 2024-02-10T08:30:07.686843+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:08.366 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: audit 2024-02-10T08:30:07.687393+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:08.366 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:08 smithi099 bash[67896]: audit 2024-02-10T08:30:07.688190+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: cluster 2024-02-10T08:30:06.949952+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: cluster 2024-02-10T08:30:06.950020+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: audit 2024-02-10T08:30:07.318028+0000 mon.a (mon.0) 308 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]': finished 2024-02-10T08:30:08.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: cluster 2024-02-10T08:30:07.318067+0000 mon.a (mon.0) 309 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-02-10T08:30:08.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: audit 2024-02-10T08:30:07.318754+0000 mon.a (mon.0) 310 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:08.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: audit 2024-02-10T08:30:07.685895+0000 mgr.y (mgr.14140) 96 : audit [DBG] from='client.34172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:08.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: cephadm 2024-02-10T08:30:07.686573+0000 mgr.y (mgr.14140) 97 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:08.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: audit 2024-02-10T08:30:07.686843+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:08.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: audit 2024-02-10T08:30:07.687393+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:08.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:08 smithi179 bash[64586]: audit 2024-02-10T08:30:07.688190+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:09.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:09 smithi179 bash[64586]: cluster 2024-02-10T08:30:08.259739+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-10T08:30:09.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:09 smithi179 bash[64586]: cluster 2024-02-10T08:30:08.323083+0000 mon.a (mon.0) 314 : cluster [INF] osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420] boot 2024-02-10T08:30:09.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:09 smithi179 bash[64586]: cluster 2024-02-10T08:30:08.323129+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-10T08:30:09.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:09 smithi179 bash[64586]: audit 2024-02-10T08:30:08.323555+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:09.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:09 smithi179 bash[64586]: audit 2024-02-10T08:30:08.374873+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:09.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:09 smithi179 bash[64586]: audit 2024-02-10T08:30:08.556194+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:09.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:09 smithi179 bash[64586]: audit 2024-02-10T08:30:08.558766+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:09.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[64561]: cluster 2024-02-10T08:30:08.259739+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-10T08:30:09.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[64561]: cluster 2024-02-10T08:30:08.323083+0000 mon.a (mon.0) 314 : cluster [INF] osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420] boot 2024-02-10T08:30:09.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[64561]: cluster 2024-02-10T08:30:08.323129+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-10T08:30:09.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[64561]: audit 2024-02-10T08:30:08.323555+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:09.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[64561]: audit 2024-02-10T08:30:08.374873+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:09.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[67896]: cluster 2024-02-10T08:30:08.259739+0000 mgr.y (mgr.14140) 98 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-02-10T08:30:09.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[67896]: cluster 2024-02-10T08:30:08.323083+0000 mon.a (mon.0) 314 : cluster [INF] osd.3 [v2:172.21.15.99:6826/1304172420,v1:172.21.15.99:6827/1304172420] boot 2024-02-10T08:30:09.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[67896]: cluster 2024-02-10T08:30:08.323129+0000 mon.a (mon.0) 315 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-02-10T08:30:09.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[67896]: audit 2024-02-10T08:30:08.323555+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:30:09.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[67896]: audit 2024-02-10T08:30:08.374873+0000 mon.a (mon.0) 317 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:09.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[67896]: audit 2024-02-10T08:30:08.556194+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:09.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[67896]: audit 2024-02-10T08:30:08.558766+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:09.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[64561]: audit 2024-02-10T08:30:08.556194+0000 mon.a (mon.0) 318 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:30:09.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:09 smithi099 bash[64561]: audit 2024-02-10T08:30:08.558766+0000 mon.a (mon.0) 319 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}}, \"last_daemon_update\": \"2024-02-10T08:30:05.284381\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:30:10.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:10 smithi179 bash[64586]: cluster 2024-02-10T08:30:09.560575+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-10T08:30:10.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:10 smithi179 bash[64586]: audit 2024-02-10T08:30:09.866627+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.179:0/4226096741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]: dispatch 2024-02-10T08:30:10.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:10 smithi179 bash[64586]: audit 2024-02-10T08:30:09.867059+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]: dispatch 2024-02-10T08:30:10.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:10 smithi179 bash[64586]: audit 2024-02-10T08:30:09.871232+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]': finished 2024-02-10T08:30:10.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:10 smithi179 bash[64586]: cluster 2024-02-10T08:30:09.871284+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-02-10T08:30:10.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:10 smithi179 bash[64586]: audit 2024-02-10T08:30:09.871413+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:10.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[64561]: cluster 2024-02-10T08:30:09.560575+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-10T08:30:10.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[64561]: audit 2024-02-10T08:30:09.866627+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.179:0/4226096741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]: dispatch 2024-02-10T08:30:10.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[64561]: audit 2024-02-10T08:30:09.867059+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]: dispatch 2024-02-10T08:30:10.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[64561]: audit 2024-02-10T08:30:09.871232+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]': finished 2024-02-10T08:30:10.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[64561]: cluster 2024-02-10T08:30:09.871284+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-02-10T08:30:10.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[64561]: audit 2024-02-10T08:30:09.871413+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:10.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[67896]: cluster 2024-02-10T08:30:09.560575+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-02-10T08:30:10.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[67896]: audit 2024-02-10T08:30:09.866627+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.179:0/4226096741' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]: dispatch 2024-02-10T08:30:10.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[67896]: audit 2024-02-10T08:30:09.867059+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]: dispatch 2024-02-10T08:30:10.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[67896]: audit 2024-02-10T08:30:09.871232+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7dcc5245-da80-44a6-8467-1ae133b3a179"}]': finished 2024-02-10T08:30:10.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[67896]: cluster 2024-02-10T08:30:09.871284+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-02-10T08:30:10.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:10 smithi099 bash[67896]: audit 2024-02-10T08:30:09.871413+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:11.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:11 smithi179 bash[64586]: cluster 2024-02-10T08:30:10.259988+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 848 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:11.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:11 smithi179 bash[64586]: audit 2024-02-10T08:30:10.592588+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.179:0/3658067241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:11.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:11 smithi099 bash[64561]: cluster 2024-02-10T08:30:10.259988+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 848 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:11.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:11 smithi099 bash[64561]: audit 2024-02-10T08:30:10.592588+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.179:0/3658067241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:11.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:11 smithi099 bash[67896]: cluster 2024-02-10T08:30:10.259988+0000 mgr.y (mgr.14140) 99 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 848 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:11.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:11 smithi099 bash[67896]: audit 2024-02-10T08:30:10.592588+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.179:0/3658067241' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:13.691 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:13 smithi179 bash[64586]: cluster 2024-02-10T08:30:12.260273+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:13.691 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:13 smithi179 bash[64586]: audit 2024-02-10T08:30:13.019663+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:13 smithi099 bash[64561]: cluster 2024-02-10T08:30:12.260273+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:13 smithi099 bash[64561]: audit 2024-02-10T08:30:13.019663+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:13.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:13 smithi099 bash[67896]: cluster 2024-02-10T08:30:12.260273+0000 mgr.y (mgr.14140) 100 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:13.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:13 smithi099 bash[67896]: audit 2024-02-10T08:30:13.019663+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:15.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:15 smithi179 bash[64586]: cluster 2024-02-10T08:30:14.260560+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:15.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:15 smithi179 bash[64586]: audit 2024-02-10T08:30:15.555415+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:30:15.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:15 smithi179 bash[64586]: audit 2024-02-10T08:30:15.556166+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:15.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:15 smithi179 bash[64586]: audit 2024-02-10T08:30:15.556973+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-10T08:30:15.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:15 smithi099 bash[64561]: cluster 2024-02-10T08:30:14.260560+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:15.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:15 smithi099 bash[64561]: audit 2024-02-10T08:30:15.555415+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:30:15.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:15 smithi099 bash[64561]: audit 2024-02-10T08:30:15.556166+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:15.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:15 smithi099 bash[64561]: audit 2024-02-10T08:30:15.556973+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-10T08:30:15.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:15 smithi099 bash[67896]: cluster 2024-02-10T08:30:14.260560+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 904 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:15.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:15 smithi099 bash[67896]: audit 2024-02-10T08:30:15.555415+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:30:15.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:15 smithi099 bash[67896]: audit 2024-02-10T08:30:15.556166+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:15.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:15 smithi099 bash[67896]: audit 2024-02-10T08:30:15.556973+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-10T08:30:16.860 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:16 smithi179 bash[64586]: cephadm 2024-02-10T08:30:15.556711+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.4 on smithi179 2024-02-10T08:30:16.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:16 smithi099 bash[64561]: cephadm 2024-02-10T08:30:15.556711+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.4 on smithi179 2024-02-10T08:30:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:16 smithi099 bash[67896]: cephadm 2024-02-10T08:30:15.556711+0000 mgr.y (mgr.14140) 102 : cephadm [INF] Deploying daemon osd.4 on smithi179 2024-02-10T08:30:17.050 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 4 on host 'smithi179' 2024-02-10T08:30:17.860 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:17 smithi179 bash[64586]: cluster 2024-02-10T08:30:16.260967+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:17.861 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:17 smithi179 bash[64586]: audit 2024-02-10T08:30:17.043890+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:17.861 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:17 smithi179 bash[64586]: audit 2024-02-10T08:30:17.044283+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:17.861 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:17 smithi179 bash[64586]: audit 2024-02-10T08:30:17.047303+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:17.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:17 smithi099 bash[64561]: cluster 2024-02-10T08:30:16.260967+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:17.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:17 smithi099 bash[64561]: audit 2024-02-10T08:30:17.043890+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:17.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:17 smithi099 bash[64561]: audit 2024-02-10T08:30:17.044283+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:17.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:17 smithi099 bash[64561]: audit 2024-02-10T08:30:17.047303+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:17 smithi099 bash[67896]: cluster 2024-02-10T08:30:16.260967+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:17 smithi099 bash[67896]: audit 2024-02-10T08:30:17.043890+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:17.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:17 smithi099 bash[67896]: audit 2024-02-10T08:30:17.044283+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:17.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:17 smithi099 bash[67896]: audit 2024-02-10T08:30:17.047303+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:28:48.305101\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:28:48.305190\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_device_update\": \"2024-02-10T08:28:05.506184\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:18.078 DEBUG:teuthology.orchestra.run.smithi179:osd.4> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.4.service 2024-02-10T08:30:18.080 INFO:tasks.cephadm:Deploying osd.5 on smithi179 with /dev/vg_nvme/lv_3... 2024-02-10T08:30:18.080 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-02-10T08:30:18.109 INFO:journalctl@ceph.osd.4.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:30:19.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:19 smithi179 bash[64586]: cluster 2024-02-10T08:30:18.261221+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:19.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:19 smithi099 bash[64561]: cluster 2024-02-10T08:30:18.261221+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:19.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:19 smithi099 bash[67896]: cluster 2024-02-10T08:30:18.261221+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:20.458 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-02-10T08:30:20.458 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-02-10T08:30:20.458 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2024-02-10T08:30:20.458 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2024-02-10T08:30:20.458 INFO:teuthology.orchestra.run.smithi179.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0113276 s, 926 MB/s 2024-02-10T08:30:20.458 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2024-02-10T08:30:21.303 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:21 smithi179 bash[67079]: debug 2024-02-10T08:30:21.112+0000 7fc844a07ec0 -1 Falling back to public interface 2024-02-10T08:30:21.575 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_3 2024-02-10T08:30:21.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:21 smithi179 bash[64586]: cluster 2024-02-10T08:30:20.261498+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:21.890 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:21 smithi179 bash[67079]: debug 2024-02-10T08:30:21.676+0000 7fc844a07ec0 -1 osd.4 0 log_to_monitors {default=true} 2024-02-10T08:30:21.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:21 smithi099 bash[64561]: cluster 2024-02-10T08:30:20.261498+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:21.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:21 smithi099 bash[67896]: cluster 2024-02-10T08:30:20.261498+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:22.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:22 smithi179 bash[64586]: audit 2024-02-10T08:30:21.617883+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:22.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:22 smithi179 bash[64586]: audit 2024-02-10T08:30:21.620798+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:22.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:22 smithi179 bash[64586]: audit 2024-02-10T08:30:21.621374+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:22.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:22 smithi179 bash[64586]: audit 2024-02-10T08:30:21.679965+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:22.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:22 smithi179 bash[64586]: audit 2024-02-10T08:30:21.680350+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:22.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[64561]: audit 2024-02-10T08:30:21.617883+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:22.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[67896]: audit 2024-02-10T08:30:21.617883+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:22.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[67896]: audit 2024-02-10T08:30:21.620798+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:22.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[67896]: audit 2024-02-10T08:30:21.621374+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:22.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[64561]: audit 2024-02-10T08:30:21.620798+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:22.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[64561]: audit 2024-02-10T08:30:21.621374+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:22.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[64561]: audit 2024-02-10T08:30:21.679965+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:22.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[64561]: audit 2024-02-10T08:30:21.680350+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:22.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[67896]: audit 2024-02-10T08:30:21.679965+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:22.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:22 smithi099 bash[67896]: audit 2024-02-10T08:30:21.680350+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:23.890 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:23 smithi179 bash[67079]: debug 2024-02-10T08:30:23.628+0000 7fc82d7bc700 -1 osd.4 0 waiting for initial osdmap 2024-02-10T08:30:23.891 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:23 smithi179 bash[67079]: debug 2024-02-10T08:30:23.634+0000 7fc8389d8700 -1 osd.4 30 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:30:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:23 smithi179 bash[64586]: cluster 2024-02-10T08:30:22.261733+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:23 smithi179 bash[64586]: audit 2024-02-10T08:30:22.624488+0000 mon.a (mon.0) 336 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T08:30:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:23 smithi179 bash[64586]: cluster 2024-02-10T08:30:22.624559+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-02-10T08:30:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:23 smithi179 bash[64586]: audit 2024-02-10T08:30:22.624703+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:23 smithi179 bash[64586]: audit 2024-02-10T08:30:22.625021+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:23 smithi179 bash[64586]: audit 2024-02-10T08:30:22.625276+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[64561]: cluster 2024-02-10T08:30:22.261733+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[64561]: audit 2024-02-10T08:30:22.624488+0000 mon.a (mon.0) 336 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[64561]: cluster 2024-02-10T08:30:22.624559+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[64561]: audit 2024-02-10T08:30:22.624703+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[64561]: audit 2024-02-10T08:30:22.625021+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[64561]: audit 2024-02-10T08:30:22.625276+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[67896]: cluster 2024-02-10T08:30:22.261733+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[67896]: audit 2024-02-10T08:30:22.624488+0000 mon.a (mon.0) 336 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[67896]: cluster 2024-02-10T08:30:22.624559+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[67896]: audit 2024-02-10T08:30:22.624703+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:23.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[67896]: audit 2024-02-10T08:30:22.625021+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:23.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:23 smithi099 bash[67896]: audit 2024-02-10T08:30:22.625276+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: cluster 2024-02-10T08:30:22.723770+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: cluster 2024-02-10T08:30:22.723800+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: audit 2024-02-10T08:30:23.626919+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: cluster 2024-02-10T08:30:23.626977+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: audit 2024-02-10T08:30:23.627695+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: audit 2024-02-10T08:30:23.655010+0000 mgr.y (mgr.14140) 107 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: cephadm 2024-02-10T08:30:23.655753+0000 mgr.y (mgr.14140) 108 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: audit 2024-02-10T08:30:23.656026+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: audit 2024-02-10T08:30:23.656682+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:24.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:24 smithi179 bash[64586]: audit 2024-02-10T08:30:23.657617+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: cluster 2024-02-10T08:30:22.723770+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: cluster 2024-02-10T08:30:22.723800+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: audit 2024-02-10T08:30:23.626919+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: cluster 2024-02-10T08:30:23.626977+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: audit 2024-02-10T08:30:23.627695+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: audit 2024-02-10T08:30:23.655010+0000 mgr.y (mgr.14140) 107 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: cephadm 2024-02-10T08:30:23.655753+0000 mgr.y (mgr.14140) 108 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: audit 2024-02-10T08:30:23.656026+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: audit 2024-02-10T08:30:23.656682+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:24.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[64561]: audit 2024-02-10T08:30:23.657617+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: cluster 2024-02-10T08:30:22.723770+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: cluster 2024-02-10T08:30:22.723800+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: audit 2024-02-10T08:30:23.626919+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: cluster 2024-02-10T08:30:23.626977+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: audit 2024-02-10T08:30:23.627695+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: audit 2024-02-10T08:30:23.655010+0000 mgr.y (mgr.14140) 107 : audit [DBG] from='client.34199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: cephadm 2024-02-10T08:30:23.655753+0000 mgr.y (mgr.14140) 108 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: audit 2024-02-10T08:30:23.656026+0000 mon.a (mon.0) 343 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: audit 2024-02-10T08:30:23.656682+0000 mon.a (mon.0) 344 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:24.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:24 smithi099 bash[67896]: audit 2024-02-10T08:30:23.657617+0000 mon.a (mon.0) 345 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:25.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:25 smithi179 bash[64586]: cluster 2024-02-10T08:30:24.262008+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:25.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:25 smithi179 bash[64586]: cluster 2024-02-10T08:30:24.628212+0000 mon.a (mon.0) 346 : cluster [INF] osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714] boot 2024-02-10T08:30:25.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:25 smithi179 bash[64586]: cluster 2024-02-10T08:30:24.628276+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-10T08:30:25.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:25 smithi179 bash[64586]: audit 2024-02-10T08:30:24.628430+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:25.758 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:25 smithi179 bash[64586]: cluster 2024-02-10T08:30:25.629531+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[64561]: cluster 2024-02-10T08:30:24.262008+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[64561]: cluster 2024-02-10T08:30:24.628212+0000 mon.a (mon.0) 346 : cluster [INF] osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714] boot 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[64561]: cluster 2024-02-10T08:30:24.628276+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[64561]: audit 2024-02-10T08:30:24.628430+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[64561]: cluster 2024-02-10T08:30:25.629531+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[67896]: cluster 2024-02-10T08:30:24.262008+0000 mgr.y (mgr.14140) 109 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[67896]: cluster 2024-02-10T08:30:24.628212+0000 mon.a (mon.0) 346 : cluster [INF] osd.4 [v2:172.21.15.179:6800/2294496714,v1:172.21.15.179:6801/2294496714] boot 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[67896]: cluster 2024-02-10T08:30:24.628276+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[67896]: audit 2024-02-10T08:30:24.628430+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:25.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:25 smithi099 bash[67896]: cluster 2024-02-10T08:30:25.629531+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-02-10T08:30:27.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: cluster 2024-02-10T08:30:26.262276+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: cluster 2024-02-10T08:30:26.633563+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: audit 2024-02-10T08:30:26.832601+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: audit 2024-02-10T08:30:26.941072+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.179:0/2287387242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]: dispatch 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: audit 2024-02-10T08:30:26.941847+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]: dispatch 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: audit 2024-02-10T08:30:26.948638+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]': finished 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: cluster 2024-02-10T08:30:26.948690+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: audit 2024-02-10T08:30:26.948828+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: audit 2024-02-10T08:30:27.017998+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:27.935 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:27 smithi179 bash[64586]: audit 2024-02-10T08:30:27.021195+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:27.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: cluster 2024-02-10T08:30:26.262276+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:27.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: cluster 2024-02-10T08:30:26.633563+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-10T08:30:27.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: audit 2024-02-10T08:30:26.832601+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:27.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: audit 2024-02-10T08:30:26.941072+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.179:0/2287387242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]: dispatch 2024-02-10T08:30:27.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: audit 2024-02-10T08:30:26.941847+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]: dispatch 2024-02-10T08:30:27.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: audit 2024-02-10T08:30:26.948638+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]': finished 2024-02-10T08:30:27.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: cluster 2024-02-10T08:30:26.948690+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-02-10T08:30:27.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: audit 2024-02-10T08:30:26.948828+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:27.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: cluster 2024-02-10T08:30:26.262276+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:27.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: cluster 2024-02-10T08:30:26.633563+0000 mon.a (mon.0) 350 : cluster [DBG] osdmap e33: 5 total, 5 up, 5 in 2024-02-10T08:30:27.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: audit 2024-02-10T08:30:26.832601+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:27.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: audit 2024-02-10T08:30:26.941072+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.179:0/2287387242' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]: dispatch 2024-02-10T08:30:27.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: audit 2024-02-10T08:30:26.941847+0000 mon.a (mon.0) 352 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]: dispatch 2024-02-10T08:30:27.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: audit 2024-02-10T08:30:26.948638+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "83b33518-fb68-49f2-ad4c-7123257cdd9d"}]': finished 2024-02-10T08:30:27.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: cluster 2024-02-10T08:30:26.948690+0000 mon.a (mon.0) 354 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-02-10T08:30:27.980 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: audit 2024-02-10T08:30:26.948828+0000 mon.a (mon.0) 355 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:27.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: audit 2024-02-10T08:30:27.017998+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:27.980 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[64561]: audit 2024-02-10T08:30:27.021195+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:27.981 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: audit 2024-02-10T08:30:27.017998+0000 mon.a (mon.0) 356 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:27.981 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:27 smithi099 bash[67896]: audit 2024-02-10T08:30:27.021195+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"4987de5f8022\", \"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\": \"2024-02-10T08:30:21.617173\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:20.216684\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:15.555063\"}}, \"last_daemon_update\": \"2024-02-10T08:30:21.617256\", \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:28.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:28 smithi179 bash[64586]: audit 2024-02-10T08:30:27.721715+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.179:0/2532532984' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:28.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:28 smithi099 bash[64561]: audit 2024-02-10T08:30:27.721715+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.179:0/2532532984' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:28.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:28 smithi099 bash[67896]: audit 2024-02-10T08:30:27.721715+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.179:0/2532532984' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:29.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:29 smithi179 bash[64586]: cluster 2024-02-10T08:30:28.262520+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:29.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:29 smithi099 bash[64561]: cluster 2024-02-10T08:30:28.262520+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:29.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:29 smithi099 bash[67896]: cluster 2024-02-10T08:30:28.262520+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v111: 1 pgs: 1 peering; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:30.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:30 smithi179 bash[64586]: audit 2024-02-10T08:30:30.233273+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:30.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:30 smithi099 bash[64561]: audit 2024-02-10T08:30:30.233273+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:30.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:30 smithi099 bash[67896]: audit 2024-02-10T08:30:30.233273+0000 mon.a (mon.0) 358 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:31.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:31 smithi179 bash[64586]: cluster 2024-02-10T08:30:30.262745+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v112: 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 2024-02-10T08:30:31.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:31 smithi099 bash[64561]: cluster 2024-02-10T08:30:30.262745+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v112: 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 2024-02-10T08:30:31.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:31 smithi099 bash[67896]: cluster 2024-02-10T08:30:30.262745+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v112: 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 2024-02-10T08:30:32.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:32 smithi179 bash[64586]: audit 2024-02-10T08:30:32.642625+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:30:32.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:32 smithi099 bash[64561]: audit 2024-02-10T08:30:32.642625+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:30:32.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:32 smithi099 bash[67896]: audit 2024-02-10T08:30:32.642625+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:30:33.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:33 smithi179 bash[64586]: cluster 2024-02-10T08:30:32.262998+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v113: 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 2024-02-10T08:30:33.881 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:33 smithi179 bash[64586]: audit 2024-02-10T08:30:32.643548+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:33.882 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:33 smithi179 bash[64586]: cephadm 2024-02-10T08:30:32.644190+0000 mgr.y (mgr.14140) 114 : cephadm [INF] Deploying daemon osd.4 on smithi179 2024-02-10T08:30:33.882 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:33 smithi179 bash[64586]: audit 2024-02-10T08:30:32.646711+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-10T08:30:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:33 smithi099 bash[67896]: cluster 2024-02-10T08:30:32.262998+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v113: 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 2024-02-10T08:30:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:33 smithi099 bash[67896]: audit 2024-02-10T08:30:32.643548+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:33 smithi099 bash[67896]: cephadm 2024-02-10T08:30:32.644190+0000 mgr.y (mgr.14140) 114 : cephadm [INF] Deploying daemon osd.4 on smithi179 2024-02-10T08:30:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:33 smithi099 bash[67896]: audit 2024-02-10T08:30:32.646711+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-10T08:30:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:33 smithi099 bash[64561]: cluster 2024-02-10T08:30:32.262998+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v113: 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 2024-02-10T08:30:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:33 smithi099 bash[64561]: audit 2024-02-10T08:30:32.643548+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:33 smithi099 bash[64561]: cephadm 2024-02-10T08:30:32.644190+0000 mgr.y (mgr.14140) 114 : cephadm [INF] Deploying daemon osd.4 on smithi179 2024-02-10T08:30:33.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:33 smithi099 bash[64561]: audit 2024-02-10T08:30:32.646711+0000 mon.a (mon.0) 361 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-02-10T08:30:34.141 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:33 smithi179 systemd[1]: Stopping Ceph osd.4 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:30:34.141 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[67079]: debug 2024-02-10T08:30:34.106+0000 7fc83c24f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:30:34.141 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[67079]: debug 2024-02-10T08:30:34.106+0000 7fc83c24f700 -1 osd.4 34 *** Got signal Terminated *** 2024-02-10T08:30:34.141 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[67079]: debug 2024-02-10T08:30:34.106+0000 7fc83c24f700 -1 osd.4 34 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:30:34.775 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:34 smithi179 podman[68252]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.4 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153118+0000 mon.a (mon.0) 362 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153162+0000 mon.a (mon.0) 363 : cluster [INF] osd.4 failed (root=default,host=smithi179) (connection refused reported by osd.1) 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153364+0000 mon.a (mon.0) 364 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153494+0000 mon.a (mon.0) 365 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153602+0000 mon.a (mon.0) 366 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153687+0000 mon.a (mon.0) 367 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153767+0000 mon.a (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153894+0000 mon.a (mon.0) 369 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.153996+0000 mon.a (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.775 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.154111+0000 mon.a (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.354331+0000 mon.a (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.354394+0000 mon.a (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.354526+0000 mon.a (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.354639+0000 mon.a (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.354687+0000 mon.a (mon.0) 376 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.354856+0000 mon.a (mon.0) 377 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.354941+0000 mon.a (mon.0) 378 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.355018+0000 mon.a (mon.0) 379 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.776 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:34 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.355178+0000 mon.a (mon.0) 380 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153118+0000 mon.a (mon.0) 362 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153162+0000 mon.a (mon.0) 363 : cluster [INF] osd.4 failed (root=default,host=smithi179) (connection refused reported by osd.1) 2024-02-10T08:30:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153364+0000 mon.a (mon.0) 364 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153494+0000 mon.a (mon.0) 365 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153602+0000 mon.a (mon.0) 366 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153687+0000 mon.a (mon.0) 367 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153767+0000 mon.a (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153894+0000 mon.a (mon.0) 369 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.153996+0000 mon.a (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.154111+0000 mon.a (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.354331+0000 mon.a (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.354394+0000 mon.a (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.354526+0000 mon.a (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.354639+0000 mon.a (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.354687+0000 mon.a (mon.0) 376 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.354856+0000 mon.a (mon.0) 377 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.354941+0000 mon.a (mon.0) 378 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.355018+0000 mon.a (mon.0) 379 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.355178+0000 mon.a (mon.0) 380 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153118+0000 mon.a (mon.0) 362 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153162+0000 mon.a (mon.0) 363 : cluster [INF] osd.4 failed (root=default,host=smithi179) (connection refused reported by osd.1) 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153364+0000 mon.a (mon.0) 364 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153494+0000 mon.a (mon.0) 365 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153602+0000 mon.a (mon.0) 366 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153687+0000 mon.a (mon.0) 367 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153767+0000 mon.a (mon.0) 368 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153894+0000 mon.a (mon.0) 369 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.153996+0000 mon.a (mon.0) 370 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.154111+0000 mon.a (mon.0) 371 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.354331+0000 mon.a (mon.0) 372 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.354394+0000 mon.a (mon.0) 373 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.354526+0000 mon.a (mon.0) 374 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.354639+0000 mon.a (mon.0) 375 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.354687+0000 mon.a (mon.0) 376 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.354856+0000 mon.a (mon.0) 377 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.354941+0000 mon.a (mon.0) 378 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-02-10T08:30:34.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.355018+0000 mon.a (mon.0) 379 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:34.976 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:34 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.355178+0000 mon.a (mon.0) 380 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-02-10T08:30:35.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:35 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.263288+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v114: 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 2024-02-10T08:30:35.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:35 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.649922+0000 mon.a (mon.0) 381 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:30:35.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:35 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.649957+0000 mon.a (mon.0) 382 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-02-10T08:30:35.745 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:35 smithi179 bash[64586]: cluster 2024-02-10T08:30:34.659456+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e35: 6 total, 4 up, 5 in 2024-02-10T08:30:35.746 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:35 smithi179 bash[64586]: audit 2024-02-10T08:30:34.660093+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:35.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.263288+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v114: 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 2024-02-10T08:30:35.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.649922+0000 mon.a (mon.0) 381 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:30:35.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.649957+0000 mon.a (mon.0) 382 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-02-10T08:30:35.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[67896]: cluster 2024-02-10T08:30:34.659456+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e35: 6 total, 4 up, 5 in 2024-02-10T08:30:35.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[67896]: audit 2024-02-10T08:30:34.660093+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:35.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.263288+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v114: 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 2024-02-10T08:30:35.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.649922+0000 mon.a (mon.0) 381 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:30:35.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.649957+0000 mon.a (mon.0) 382 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-02-10T08:30:35.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[64561]: cluster 2024-02-10T08:30:34.659456+0000 mon.a (mon.0) 383 : cluster [DBG] osdmap e35: 6 total, 4 up, 5 in 2024-02-10T08:30:35.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:35 smithi099 bash[64561]: audit 2024-02-10T08:30:34.660093+0000 mon.a (mon.0) 384 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:36.390 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:36 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.4.service: Succeeded. 2024-02-10T08:30:36.390 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:36 smithi179 systemd[1]: Stopped Ceph osd.4 for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:30:36.390 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:36 smithi179 systemd[1]: Starting Ceph osd.4 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:30:36.390 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:36 smithi179 podman[68391]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.4" found: no such container 2024-02-10T08:30:36.391 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:36 smithi179 systemd[1]: Started Ceph osd.4 for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:30:36.701 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:36 smithi179 bash[64586]: cluster 2024-02-10T08:30:35.660273+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e36: 6 total, 4 up, 5 in 2024-02-10T08:30:36.701 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:36 smithi179 bash[64586]: audit 2024-02-10T08:30:35.660883+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:36.701 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:36 smithi179 bash[64586]: audit 2024-02-10T08:30:36.201153+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:36.701 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:36 smithi179 bash[64586]: audit 2024-02-10T08:30:36.201602+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:36.701 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:36 smithi179 bash[64586]: audit 2024-02-10T08:30:36.204644+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:36.701 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:36 smithi179 bash[64586]: audit 2024-02-10T08:30:36.205285+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:30:36.701 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:36 smithi179 bash[64586]: audit 2024-02-10T08:30:36.206547+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:36.701 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:36 smithi179 bash[64586]: audit 2024-02-10T08:30:36.207487+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-02-10T08:30:36.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[64561]: cluster 2024-02-10T08:30:35.660273+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e36: 6 total, 4 up, 5 in 2024-02-10T08:30:36.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[64561]: audit 2024-02-10T08:30:35.660883+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[67896]: cluster 2024-02-10T08:30:35.660273+0000 mon.a (mon.0) 385 : cluster [DBG] osdmap e36: 6 total, 4 up, 5 in 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[67896]: audit 2024-02-10T08:30:35.660883+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[67896]: audit 2024-02-10T08:30:36.201153+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[67896]: audit 2024-02-10T08:30:36.201602+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[67896]: audit 2024-02-10T08:30:36.204644+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[67896]: audit 2024-02-10T08:30:36.205285+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[67896]: audit 2024-02-10T08:30:36.206547+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[67896]: audit 2024-02-10T08:30:36.207487+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-02-10T08:30:36.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[64561]: audit 2024-02-10T08:30:36.201153+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:36.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[64561]: audit 2024-02-10T08:30:36.201602+0000 mon.a (mon.0) 388 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:36.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[64561]: audit 2024-02-10T08:30:36.204644+0000 mon.a (mon.0) 389 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:36.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[64561]: audit 2024-02-10T08:30:36.205285+0000 mon.a (mon.0) 390 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:30:36.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[64561]: audit 2024-02-10T08:30:36.206547+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:36.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:36 smithi099 bash[64561]: audit 2024-02-10T08:30:36.207487+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-02-10T08:30:37.390 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[68407]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-10T08:30:37.391 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[68407]: 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 2024-02-10T08:30:37.391 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[68407]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-02-10T08:30:37.391 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[68407]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-02-10T08:30:37.391 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[68407]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-10T08:30:37.391 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[68407]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-02-10T08:30:37.391 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[68407]: --> ceph-volume lvm activate successful for osd ID: 4 2024-02-10T08:30:37.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[64586]: cephadm 2024-02-10T08:30:36.207215+0000 mgr.y (mgr.14140) 116 : cephadm [INF] Deploying daemon osd.5 on smithi179 2024-02-10T08:30:37.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:37 smithi179 bash[64586]: cluster 2024-02-10T08:30:36.263579+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v117: 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 2024-02-10T08:30:37.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:37 smithi099 bash[64561]: cephadm 2024-02-10T08:30:36.207215+0000 mgr.y (mgr.14140) 116 : cephadm [INF] Deploying daemon osd.5 on smithi179 2024-02-10T08:30:37.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:37 smithi099 bash[64561]: cluster 2024-02-10T08:30:36.263579+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v117: 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 2024-02-10T08:30:37.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:37 smithi099 bash[67896]: cephadm 2024-02-10T08:30:36.207215+0000 mgr.y (mgr.14140) 116 : cephadm [INF] Deploying daemon osd.5 on smithi179 2024-02-10T08:30:37.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:37 smithi099 bash[67896]: cluster 2024-02-10T08:30:36.263579+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v117: 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 2024-02-10T08:30:39.114 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:38 smithi179 bash[68557]: debug 2024-02-10T08:30:38.773+0000 7fad9a662ec0 -1 Falling back to public interface 2024-02-10T08:30:39.369 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[68557]: debug 2024-02-10T08:30:39.328+0000 7fad9a662ec0 -1 osd.4 34 log_to_monitors {default=true} 2024-02-10T08:30:39.369 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[68557]: debug 2024-02-10T08:30:39.335+0000 7fad8a62b700 -1 osd.4 34 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:30:39.418 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 4,5 on host 'smithi179' 2024-02-10T08:30:39.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[64561]: cluster 2024-02-10T08:30:38.263842+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:39.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[64561]: audit 2024-02-10T08:30:39.332241+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:39.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[64561]: audit 2024-02-10T08:30:39.332745+0000 mon.a (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:39.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[64561]: audit 2024-02-10T08:30:39.333301+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:39.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[64561]: audit 2024-02-10T08:30:39.333578+0000 mon.a (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:39.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[67896]: cluster 2024-02-10T08:30:38.263842+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:39.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[67896]: audit 2024-02-10T08:30:39.332241+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:39.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[67896]: audit 2024-02-10T08:30:39.332745+0000 mon.a (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:39.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[67896]: audit 2024-02-10T08:30:39.333301+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:39.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[67896]: audit 2024-02-10T08:30:39.333578+0000 mon.a (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:39.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[67896]: audit 2024-02-10T08:30:39.410315+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:39.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[67896]: audit 2024-02-10T08:30:39.415344+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:39.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[64561]: audit 2024-02-10T08:30:39.410315+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:39.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:39 smithi099 bash[64561]: audit 2024-02-10T08:30:39.415344+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:40.055 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[64586]: cluster 2024-02-10T08:30:38.263842+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:40.055 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[64586]: audit 2024-02-10T08:30:39.332241+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:40.055 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[64586]: audit 2024-02-10T08:30:39.332745+0000 mon.a (mon.0) 393 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-02-10T08:30:40.055 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[64586]: audit 2024-02-10T08:30:39.333301+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:40.055 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[64586]: audit 2024-02-10T08:30:39.333578+0000 mon.a (mon.0) 394 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:40.055 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[64586]: audit 2024-02-10T08:30:39.410315+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:40.055 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:39 smithi179 bash[64586]: audit 2024-02-10T08:30:39.415344+0000 mon.a (mon.0) 396 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:21.617044\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:21.617138\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_device_update\": \"2024-02-10T08:30:27.017413\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:40.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: audit 2024-02-10T08:30:39.676524+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: audit 2024-02-10T08:30:39.676524+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: audit 2024-02-10T08:30:39.679748+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: audit 2024-02-10T08:30:39.680444+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: cluster 2024-02-10T08:30:40.265861+0000 mon.a (mon.0) 400 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: cluster 2024-02-10T08:30:40.265892+0000 mon.a (mon.0) 401 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: cluster 2024-02-10T08:30:40.265945+0000 mon.a (mon.0) 402 : cluster [INF] Cluster is now healthy 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: cluster 2024-02-10T08:30:40.270230+0000 mon.a (mon.0) 403 : cluster [INF] osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685] boot 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: cluster 2024-02-10T08:30:40.270290+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-02-10T08:30:40.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: audit 2024-02-10T08:30:40.270467+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[67896]: audit 2024-02-10T08:30:40.271000+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: audit 2024-02-10T08:30:39.679748+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: audit 2024-02-10T08:30:39.680444+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: cluster 2024-02-10T08:30:40.265861+0000 mon.a (mon.0) 400 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: cluster 2024-02-10T08:30:40.265892+0000 mon.a (mon.0) 401 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: cluster 2024-02-10T08:30:40.265945+0000 mon.a (mon.0) 402 : cluster [INF] Cluster is now healthy 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: cluster 2024-02-10T08:30:40.270230+0000 mon.a (mon.0) 403 : cluster [INF] osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685] boot 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: cluster 2024-02-10T08:30:40.270290+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: audit 2024-02-10T08:30:40.270467+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:40.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:40 smithi099 bash[64561]: audit 2024-02-10T08:30:40.271000+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:41.024 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: audit 2024-02-10T08:30:39.676524+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: audit 2024-02-10T08:30:39.679748+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"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\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: audit 2024-02-10T08:30:39.680444+0000 mon.a (mon.0) 399 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: cluster 2024-02-10T08:30:40.265861+0000 mon.a (mon.0) 400 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: cluster 2024-02-10T08:30:40.265892+0000 mon.a (mon.0) 401 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: cluster 2024-02-10T08:30:40.265945+0000 mon.a (mon.0) 402 : cluster [INF] Cluster is now healthy 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: cluster 2024-02-10T08:30:40.270230+0000 mon.a (mon.0) 403 : cluster [INF] osd.4 [v2:172.21.15.179:6800/1390064685,v1:172.21.15.179:6801/1390064685] boot 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: cluster 2024-02-10T08:30:40.270290+0000 mon.a (mon.0) 404 : cluster [DBG] osdmap e37: 6 total, 5 up, 5 in 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: audit 2024-02-10T08:30:40.270467+0000 mon.a (mon.0) 405 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:30:41.025 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:40 smithi179 bash[64586]: audit 2024-02-10T08:30:40.271000+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:41.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:41 smithi099 bash[64561]: cluster 2024-02-10T08:30:40.264140+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:41.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:41 smithi099 bash[64561]: cluster 2024-02-10T08:30:40.677826+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-10T08:30:41.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:41 smithi099 bash[64561]: cluster 2024-02-10T08:30:41.276070+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-02-10T08:30:41.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:41 smithi099 bash[64561]: audit 2024-02-10T08:30:41.276221+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:41.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:41 smithi099 bash[67896]: cluster 2024-02-10T08:30:40.264140+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:41.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:41 smithi099 bash[67896]: cluster 2024-02-10T08:30:40.677826+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-10T08:30:41.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:41 smithi099 bash[67896]: cluster 2024-02-10T08:30:41.276070+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-02-10T08:30:41.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:41 smithi099 bash[67896]: audit 2024-02-10T08:30:41.276221+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:42.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:41 smithi179 bash[64586]: cluster 2024-02-10T08:30:40.264140+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v119: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:42.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:41 smithi179 bash[64586]: cluster 2024-02-10T08:30:40.677826+0000 mon.a (mon.0) 407 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-10T08:30:42.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:41 smithi179 bash[64586]: cluster 2024-02-10T08:30:41.276070+0000 mon.a (mon.0) 408 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-02-10T08:30:42.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:41 smithi179 bash[64586]: audit 2024-02-10T08:30:41.276221+0000 mon.a (mon.0) 409 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:42.797 DEBUG:teuthology.orchestra.run.smithi179:osd.5> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.5.service 2024-02-10T08:30:42.799 INFO:tasks.cephadm:Deploying osd.6 on smithi179 with /dev/vg_nvme/lv_2... 2024-02-10T08:30:42.800 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-02-10T08:30:42.829 INFO:journalctl@ceph.osd.5.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:30:43.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:43 smithi179 bash[64586]: cluster 2024-02-10T08:30:42.264454+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v122: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:43.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:43 smithi099 bash[64561]: cluster 2024-02-10T08:30:42.264454+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v122: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:43.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:43 smithi099 bash[67896]: cluster 2024-02-10T08:30:42.264454+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v122: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:44.440 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:30:44 smithi179 bash[69135]: debug 2024-02-10T08:30:44.016+0000 7fa2128bfec0 -1 Falling back to public interface 2024-02-10T08:30:44.890 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:30:44 smithi179 bash[69135]: debug 2024-02-10T08:30:44.581+0000 7fa2128bfec0 -1 osd.5 0 log_to_monitors {default=true} 2024-02-10T08:30:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:44 smithi179 bash[64586]: audit 2024-02-10T08:30:44.169665+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:44 smithi179 bash[64586]: audit 2024-02-10T08:30:44.359287+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:44 smithi179 bash[64586]: audit 2024-02-10T08:30:44.362540+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:44 smithi179 bash[64586]: audit 2024-02-10T08:30:44.363997+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:44 smithi179 bash[64586]: audit 2024-02-10T08:30:44.586250+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:30:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:44 smithi179 bash[64586]: audit 2024-02-10T08:30:44.586573+0000 mon.a (mon.0) 414 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:30:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[64561]: audit 2024-02-10T08:30:44.169665+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:44.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[67896]: audit 2024-02-10T08:30:44.169665+0000 mon.a (mon.0) 410 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:44.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[67896]: audit 2024-02-10T08:30:44.359287+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:44.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[64561]: audit 2024-02-10T08:30:44.359287+0000 mon.a (mon.0) 411 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[67896]: audit 2024-02-10T08:30:44.362540+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[67896]: audit 2024-02-10T08:30:44.363997+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[67896]: audit 2024-02-10T08:30:44.586250+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:30:44.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[67896]: audit 2024-02-10T08:30:44.586573+0000 mon.a (mon.0) 414 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:30:44.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[64561]: audit 2024-02-10T08:30:44.362540+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:39.672830\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:39.672995\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:39.673089\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:39.673256\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:44.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[64561]: audit 2024-02-10T08:30:44.363997+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:44.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[64561]: audit 2024-02-10T08:30:44.586250+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:30:44.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:44 smithi099 bash[64561]: audit 2024-02-10T08:30:44.586573+0000 mon.a (mon.0) 414 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-02-10T08:30:45.536 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-02-10T08:30:45.536 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-02-10T08:30:45.536 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2024-02-10T08:30:45.536 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2024-02-10T08:30:45.536 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0110646 s, 948 MB/s 2024-02-10T08:30:45.537 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2024-02-10T08:30:45.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:45 smithi179 bash[64586]: cluster 2024-02-10T08:30:44.264770+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v123: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:45.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:45 smithi179 bash[64586]: audit 2024-02-10T08:30:45.364633+0000 mon.a (mon.0) 415 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T08:30:45.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:45 smithi179 bash[64586]: cluster 2024-02-10T08:30:45.364686+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2024-02-10T08:30:45.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:45 smithi179 bash[64586]: audit 2024-02-10T08:30:45.364835+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:45.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:45 smithi179 bash[64586]: audit 2024-02-10T08:30:45.365108+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:45.814 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:45 smithi179 bash[64586]: audit 2024-02-10T08:30:45.365359+0000 mon.a (mon.0) 418 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[64561]: cluster 2024-02-10T08:30:44.264770+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v123: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[64561]: audit 2024-02-10T08:30:45.364633+0000 mon.a (mon.0) 415 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T08:30:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[64561]: cluster 2024-02-10T08:30:45.364686+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2024-02-10T08:30:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[64561]: audit 2024-02-10T08:30:45.364835+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[64561]: audit 2024-02-10T08:30:45.365108+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[64561]: audit 2024-02-10T08:30:45.365359+0000 mon.a (mon.0) 418 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:45.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[67896]: cluster 2024-02-10T08:30:44.264770+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v123: 1 pgs: 1 active+undersized+degraded; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[67896]: audit 2024-02-10T08:30:45.364633+0000 mon.a (mon.0) 415 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-02-10T08:30:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[67896]: cluster 2024-02-10T08:30:45.364686+0000 mon.a (mon.0) 416 : cluster [DBG] osdmap e39: 6 total, 5 up, 5 in 2024-02-10T08:30:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[67896]: audit 2024-02-10T08:30:45.364835+0000 mon.a (mon.0) 417 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[67896]: audit 2024-02-10T08:30:45.365108+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:45 smithi099 bash[67896]: audit 2024-02-10T08:30:45.365359+0000 mon.a (mon.0) 418 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:30:46.218 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_2 2024-02-10T08:30:46.570 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[69135]: debug 2024-02-10T08:30:46.367+0000 7fa1f766c700 -1 osd.5 0 waiting for initial osdmap 2024-02-10T08:30:46.570 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[69135]: debug 2024-02-10T08:30:46.373+0000 7fa202888700 -1 osd.5 40 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:30:46.824 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[64586]: cluster 2024-02-10T08:30:45.623321+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:46.824 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[64586]: cluster 2024-02-10T08:30:45.623371+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:46.824 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[64586]: audit 2024-02-10T08:30:46.322042+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:46.321393\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:46.824 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[64586]: audit 2024-02-10T08:30:46.325129+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:46.321393\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:46.824 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[64586]: audit 2024-02-10T08:30:46.366333+0000 mon.a (mon.0) 421 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:30:46.825 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[64586]: cluster 2024-02-10T08:30:46.366386+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-02-10T08:30:46.825 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:46 smithi179 bash[64586]: audit 2024-02-10T08:30:46.366572+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:46.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[64561]: cluster 2024-02-10T08:30:45.623321+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:46.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[64561]: cluster 2024-02-10T08:30:45.623371+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:46.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[67896]: cluster 2024-02-10T08:30:45.623321+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[67896]: cluster 2024-02-10T08:30:45.623371+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[67896]: audit 2024-02-10T08:30:46.322042+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:46.321393\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[67896]: audit 2024-02-10T08:30:46.325129+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:46.321393\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[67896]: audit 2024-02-10T08:30:46.366333+0000 mon.a (mon.0) 421 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[67896]: cluster 2024-02-10T08:30:46.366386+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[67896]: audit 2024-02-10T08:30:46.366572+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[64561]: audit 2024-02-10T08:30:46.322042+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:46.321393\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[64561]: audit 2024-02-10T08:30:46.325129+0000 mon.a (mon.0) 420 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}}, \"last_daemon_update\": \"2024-02-10T08:30:46.321393\", \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[64561]: audit 2024-02-10T08:30:46.366333+0000 mon.a (mon.0) 421 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[64561]: cluster 2024-02-10T08:30:46.366386+0000 mon.a (mon.0) 422 : cluster [DBG] osdmap e40: 6 total, 5 up, 5 in 2024-02-10T08:30:46.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:46 smithi099 bash[64561]: audit 2024-02-10T08:30:46.366572+0000 mon.a (mon.0) 423 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:47.728 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:47 smithi179 bash[64586]: cluster 2024-02-10T08:30:46.265057+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:47.728 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:47 smithi179 bash[64586]: cluster 2024-02-10T08:30:46.686766+0000 mon.a (mon.0) 424 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-10T08:30:47.728 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:47 smithi179 bash[64586]: cluster 2024-02-10T08:30:46.686794+0000 mon.a (mon.0) 425 : cluster [INF] Cluster is now healthy 2024-02-10T08:30:47.728 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:47 smithi179 bash[64586]: cluster 2024-02-10T08:30:47.374182+0000 mon.a (mon.0) 426 : cluster [INF] osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986] boot 2024-02-10T08:30:47.728 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:47 smithi179 bash[64586]: cluster 2024-02-10T08:30:47.374239+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-02-10T08:30:47.728 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:47 smithi179 bash[64586]: audit 2024-02-10T08:30:47.374422+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[64561]: cluster 2024-02-10T08:30:46.265057+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[64561]: cluster 2024-02-10T08:30:46.686766+0000 mon.a (mon.0) 424 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[64561]: cluster 2024-02-10T08:30:46.686794+0000 mon.a (mon.0) 425 : cluster [INF] Cluster is now healthy 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[64561]: cluster 2024-02-10T08:30:47.374182+0000 mon.a (mon.0) 426 : cluster [INF] osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986] boot 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[64561]: cluster 2024-02-10T08:30:47.374239+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[64561]: audit 2024-02-10T08:30:47.374422+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[67896]: cluster 2024-02-10T08:30:46.265057+0000 mgr.y (mgr.14140) 122 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[67896]: cluster 2024-02-10T08:30:46.686766+0000 mon.a (mon.0) 424 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-02-10T08:30:47.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[67896]: cluster 2024-02-10T08:30:46.686794+0000 mon.a (mon.0) 425 : cluster [INF] Cluster is now healthy 2024-02-10T08:30:47.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[67896]: cluster 2024-02-10T08:30:47.374182+0000 mon.a (mon.0) 426 : cluster [INF] osd.5 [v2:172.21.15.179:6808/3558231986,v1:172.21.15.179:6809/3558231986] boot 2024-02-10T08:30:47.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[67896]: cluster 2024-02-10T08:30:47.374239+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e41: 6 total, 6 up, 6 in 2024-02-10T08:30:47.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:47 smithi099 bash[67896]: audit 2024-02-10T08:30:47.374422+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:30:48.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:48 smithi179 bash[64586]: audit 2024-02-10T08:30:48.076163+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:48.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:48 smithi179 bash[64586]: audit 2024-02-10T08:30:48.076997+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:48.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:48 smithi179 bash[64586]: audit 2024-02-10T08:30:48.078223+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:48.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:48 smithi179 bash[64586]: cluster 2024-02-10T08:30:48.369116+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-02-10T08:30:48.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:48 smithi099 bash[64561]: audit 2024-02-10T08:30:48.076163+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:48.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:48 smithi099 bash[64561]: audit 2024-02-10T08:30:48.076997+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:48.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:48 smithi099 bash[64561]: audit 2024-02-10T08:30:48.078223+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:48.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:48 smithi099 bash[64561]: cluster 2024-02-10T08:30:48.369116+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-02-10T08:30:48.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:48 smithi099 bash[67896]: audit 2024-02-10T08:30:48.076163+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:30:48.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:48 smithi099 bash[67896]: audit 2024-02-10T08:30:48.076997+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:48.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:48 smithi099 bash[67896]: audit 2024-02-10T08:30:48.078223+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:48.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:48 smithi099 bash[67896]: cluster 2024-02-10T08:30:48.369116+0000 mon.a (mon.0) 432 : cluster [DBG] osdmap e42: 6 total, 6 up, 6 in 2024-02-10T08:30:49.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:49 smithi099 bash[64561]: audit 2024-02-10T08:30:48.074957+0000 mgr.y (mgr.14140) 123 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:49.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:49 smithi099 bash[64561]: cephadm 2024-02-10T08:30:48.075823+0000 mgr.y (mgr.14140) 124 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:49.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:49 smithi099 bash[64561]: cluster 2024-02-10T08:30:48.265350+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:49.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:49 smithi099 bash[67896]: audit 2024-02-10T08:30:48.074957+0000 mgr.y (mgr.14140) 123 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:49.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:49 smithi099 bash[67896]: cephadm 2024-02-10T08:30:48.075823+0000 mgr.y (mgr.14140) 124 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:49.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:49 smithi099 bash[67896]: cluster 2024-02-10T08:30:48.265350+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:50.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:49 smithi179 bash[64586]: audit 2024-02-10T08:30:48.074957+0000 mgr.y (mgr.14140) 123 : audit [DBG] from='client.34232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:30:50.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:49 smithi179 bash[64586]: cephadm 2024-02-10T08:30:48.075823+0000 mgr.y (mgr.14140) 124 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:30:50.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:49 smithi179 bash[64586]: cluster 2024-02-10T08:30:48.265350+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-02-10T08:30:50.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[64561]: audit 2024-02-10T08:30:50.147131+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.179:0/3058094736' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]: dispatch 2024-02-10T08:30:50.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[64561]: audit 2024-02-10T08:30:50.147713+0000 mon.a (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]: dispatch 2024-02-10T08:30:50.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[64561]: audit 2024-02-10T08:30:50.153783+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]': finished 2024-02-10T08:30:50.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[64561]: cluster 2024-02-10T08:30:50.153838+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-02-10T08:30:50.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[64561]: audit 2024-02-10T08:30:50.153964+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:50.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[67896]: audit 2024-02-10T08:30:50.147131+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.179:0/3058094736' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]: dispatch 2024-02-10T08:30:50.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[67896]: audit 2024-02-10T08:30:50.147713+0000 mon.a (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]: dispatch 2024-02-10T08:30:50.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[67896]: audit 2024-02-10T08:30:50.153783+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]': finished 2024-02-10T08:30:50.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[67896]: cluster 2024-02-10T08:30:50.153838+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-02-10T08:30:50.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:50 smithi099 bash[67896]: audit 2024-02-10T08:30:50.153964+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:51.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:50 smithi179 bash[64586]: audit 2024-02-10T08:30:50.147131+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.179:0/3058094736' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]: dispatch 2024-02-10T08:30:51.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:50 smithi179 bash[64586]: audit 2024-02-10T08:30:50.147713+0000 mon.a (mon.0) 433 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]: dispatch 2024-02-10T08:30:51.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:50 smithi179 bash[64586]: audit 2024-02-10T08:30:50.153783+0000 mon.a (mon.0) 434 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6026d0dc-f58f-481d-a918-4d34e8142a82"}]': finished 2024-02-10T08:30:51.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:50 smithi179 bash[64586]: cluster 2024-02-10T08:30:50.153838+0000 mon.a (mon.0) 435 : cluster [DBG] osdmap e43: 7 total, 6 up, 6 in 2024-02-10T08:30:51.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:50 smithi179 bash[64586]: audit 2024-02-10T08:30:50.153964+0000 mon.a (mon.0) 436 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:30:51.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:51 smithi099 bash[64561]: cluster 2024-02-10T08:30:50.265607+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 activating; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:51.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:51 smithi099 bash[64561]: audit 2024-02-10T08:30:50.889781+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.179:0/2700867105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:51.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:51 smithi099 bash[67896]: cluster 2024-02-10T08:30:50.265607+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 activating; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:51.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:51 smithi099 bash[67896]: audit 2024-02-10T08:30:50.889781+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.179:0/2700867105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:52.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:51 smithi179 bash[64586]: cluster 2024-02-10T08:30:50.265607+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v131: 1 pgs: 1 activating; 0 B data, 2.2 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:52.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:51 smithi179 bash[64586]: audit 2024-02-10T08:30:50.889781+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.179:0/2700867105' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:30:53.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:53 smithi099 bash[64561]: cluster 2024-02-10T08:30:52.266013+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 activating; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:53.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:53 smithi099 bash[64561]: audit 2024-02-10T08:30:53.418031+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:53.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:53 smithi099 bash[67896]: cluster 2024-02-10T08:30:52.266013+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 activating; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:53.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:53 smithi099 bash[67896]: audit 2024-02-10T08:30:53.418031+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:54.048 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:53 smithi179 bash[64586]: cluster 2024-02-10T08:30:52.266013+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v132: 1 pgs: 1 activating; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 1/3 objects degraded (33.333%) 2024-02-10T08:30:54.048 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:53 smithi179 bash[64586]: audit 2024-02-10T08:30:53.418031+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:30:55.976 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:55 smithi179 bash[64586]: cluster 2024-02-10T08:30:54.266316+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:30:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:55 smithi099 bash[64561]: cluster 2024-02-10T08:30:54.266316+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:30:56.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:55 smithi099 bash[67896]: cluster 2024-02-10T08:30:54.266316+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:30:57.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:56 smithi179 bash[64586]: audit 2024-02-10T08:30:55.988729+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:30:57.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:56 smithi179 bash[64586]: audit 2024-02-10T08:30:55.989507+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:57.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:56 smithi179 bash[64586]: audit 2024-02-10T08:30:55.990316+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-10T08:30:57.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:56 smithi099 bash[64561]: audit 2024-02-10T08:30:55.988729+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:30:57.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:56 smithi099 bash[64561]: audit 2024-02-10T08:30:55.989507+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:57.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:56 smithi099 bash[64561]: audit 2024-02-10T08:30:55.990316+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-10T08:30:57.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:56 smithi099 bash[67896]: audit 2024-02-10T08:30:55.988729+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:30:57.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:56 smithi099 bash[67896]: audit 2024-02-10T08:30:55.989507+0000 mon.a (mon.0) 439 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:30:57.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:56 smithi099 bash[67896]: audit 2024-02-10T08:30:55.990316+0000 mon.a (mon.0) 440 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-02-10T08:30:57.509 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 6 on host 'smithi179' 2024-02-10T08:30:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:57 smithi179 bash[64586]: cephadm 2024-02-10T08:30:55.990058+0000 mgr.y (mgr.14140) 129 : cephadm [INF] Deploying daemon osd.6 on smithi179 2024-02-10T08:30:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:57 smithi179 bash[64586]: cluster 2024-02-10T08:30:56.266577+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:30:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:57 smithi179 bash[64586]: audit 2024-02-10T08:30:57.502794+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:57 smithi179 bash[64586]: audit 2024-02-10T08:30:57.503319+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:57 smithi179 bash[64586]: audit 2024-02-10T08:30:57.506364+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:58.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[64561]: cephadm 2024-02-10T08:30:55.990058+0000 mgr.y (mgr.14140) 129 : cephadm [INF] Deploying daemon osd.6 on smithi179 2024-02-10T08:30:58.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[64561]: cluster 2024-02-10T08:30:56.266577+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:30:58.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[67896]: cephadm 2024-02-10T08:30:55.990058+0000 mgr.y (mgr.14140) 129 : cephadm [INF] Deploying daemon osd.6 on smithi179 2024-02-10T08:30:58.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[67896]: cluster 2024-02-10T08:30:56.266577+0000 mgr.y (mgr.14140) 130 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:30:58.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[67896]: audit 2024-02-10T08:30:57.502794+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:58.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[67896]: audit 2024-02-10T08:30:57.503319+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:58.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[67896]: audit 2024-02-10T08:30:57.506364+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:58.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[64561]: audit 2024-02-10T08:30:57.502794+0000 mon.a (mon.0) 441 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:30:58.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[64561]: audit 2024-02-10T08:30:57.503319+0000 mon.a (mon.0) 442 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:30:58.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:57 smithi099 bash[64561]: audit 2024-02-10T08:30:57.506364+0000 mon.a (mon.0) 443 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:30:46.321129\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:30:46.321223\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:30:46.321260\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:30:46.321293\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_device_update\": \"2024-02-10T08:30:44.358635\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:30:58.633 DEBUG:teuthology.orchestra.run.smithi179:osd.6> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.6.service 2024-02-10T08:30:58.692 INFO:tasks.cephadm:Deploying osd.7 on smithi179 with /dev/vg_nvme/lv_1... 2024-02-10T08:30:58.693 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-02-10T08:30:58.722 INFO:journalctl@ceph.osd.6.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:31:00.098 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:30:59 smithi179 bash[64586]: cluster 2024-02-10T08:30:58.266841+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:31:00.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:30:59 smithi099 bash[64561]: cluster 2024-02-10T08:30:58.266841+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:31:00.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:30:59 smithi099 bash[67896]: cluster 2024-02-10T08:30:58.266841+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:31:01.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:00 smithi179 bash[64586]: audit 2024-02-10T08:31:00.283970+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:01.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:00 smithi179 bash[64586]: audit 2024-02-10T08:31:00.286921+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:00 smithi099 bash[64561]: audit 2024-02-10T08:31:00.283970+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:00 smithi099 bash[64561]: audit 2024-02-10T08:31:00.286921+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:01.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:00 smithi099 bash[67896]: audit 2024-02-10T08:31:00.283970+0000 mon.a (mon.0) 444 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:01.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:00 smithi099 bash[67896]: audit 2024-02-10T08:31:00.286921+0000 mon.a (mon.0) 445 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:02.058 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-02-10T08:31:02.058 INFO:teuthology.orchestra.run.smithi179.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-02-10T08:31:02.058 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10+0 records in 2024-02-10T08:31:02.058 INFO:teuthology.orchestra.run.smithi179.stderr:10+0 records out 2024-02-10T08:31:02.058 INFO:teuthology.orchestra.run.smithi179.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0111815 s, 938 MB/s 2024-02-10T08:31:02.058 INFO:teuthology.orchestra.run.smithi179.stderr:--> Zapping successful for: 2024-02-10T08:31:02.092 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:01 smithi179 bash[64586]: cluster 2024-02-10T08:31:00.267146+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:02.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:01 smithi099 bash[64561]: cluster 2024-02-10T08:31:00.267146+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:02.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:01 smithi099 bash[67896]: cluster 2024-02-10T08:31:00.267146+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:02.390 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:31:02 smithi179 bash[70773]: debug 2024-02-10T08:31:02.330+0000 7f62b320eec0 -1 Falling back to public interface 2024-02-10T08:31:02.723 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch daemon add osd smithi179:vg_nvme/lv_1 2024-02-10T08:31:02.979 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:31:02 smithi179 bash[70773]: debug 2024-02-10T08:31:02.885+0000 7f62b320eec0 -1 osd.6 0 log_to_monitors {default=true} 2024-02-10T08:31:02.980 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:02 smithi179 bash[64586]: audit 2024-02-10T08:31:02.341657+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:02.980 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:02 smithi179 bash[64586]: audit 2024-02-10T08:31:02.344944+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:02.980 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:02 smithi179 bash[64586]: audit 2024-02-10T08:31:02.345689+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:03.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:02 smithi099 bash[67896]: audit 2024-02-10T08:31:02.341657+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:03.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:02 smithi099 bash[64561]: audit 2024-02-10T08:31:02.341657+0000 mon.a (mon.0) 446 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:03.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:02 smithi099 bash[67896]: audit 2024-02-10T08:31:02.344944+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:03.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:02 smithi099 bash[67896]: audit 2024-02-10T08:31:02.345689+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:03.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:02 smithi099 bash[64561]: audit 2024-02-10T08:31:02.344944+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"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\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:03.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:02 smithi099 bash[64561]: audit 2024-02-10T08:31:02.345689+0000 mon.a (mon.0) 448 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:04.120 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:03 smithi179 bash[64586]: cluster 2024-02-10T08:31:02.267461+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:04.120 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:03 smithi179 bash[64586]: audit 2024-02-10T08:31:02.889561+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:31:04.120 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:03 smithi179 bash[64586]: audit 2024-02-10T08:31:02.889883+0000 mon.a (mon.0) 449 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:31:04.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:03 smithi099 bash[67896]: cluster 2024-02-10T08:31:02.267461+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:04.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:03 smithi099 bash[67896]: audit 2024-02-10T08:31:02.889561+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:31:04.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:03 smithi099 bash[67896]: audit 2024-02-10T08:31:02.889883+0000 mon.a (mon.0) 449 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:31:04.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:03 smithi099 bash[64561]: cluster 2024-02-10T08:31:02.267461+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:04.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:03 smithi099 bash[64561]: audit 2024-02-10T08:31:02.889561+0000 mon.b (mon.2) 16 : audit [INF] from='osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:31:04.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:03 smithi099 bash[64561]: audit 2024-02-10T08:31:02.889883+0000 mon.a (mon.0) 449 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-02-10T08:31:04.890 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[70773]: debug 2024-02-10T08:31:04.768+0000 7f6297fbb700 -1 osd.6 0 waiting for initial osdmap 2024-02-10T08:31:04.890 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[70773]: debug 2024-02-10T08:31:04.774+0000 7f62a31d7700 -1 osd.6 45 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:31:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[64586]: audit 2024-02-10T08:31:03.764134+0000 mon.a (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T08:31:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[64586]: cluster 2024-02-10T08:31:03.764185+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-02-10T08:31:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[64586]: audit 2024-02-10T08:31:03.764312+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[64586]: audit 2024-02-10T08:31:03.764662+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[64586]: audit 2024-02-10T08:31:03.764886+0000 mon.a (mon.0) 453 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[64586]: cluster 2024-02-10T08:31:03.842140+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:31:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:04 smithi179 bash[64586]: cluster 2024-02-10T08:31:03.842194+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:31:05.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[64561]: audit 2024-02-10T08:31:03.764134+0000 mon.a (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T08:31:05.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[64561]: cluster 2024-02-10T08:31:03.764185+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-02-10T08:31:05.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[64561]: audit 2024-02-10T08:31:03.764312+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:05.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[64561]: audit 2024-02-10T08:31:03.764662+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:05.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[64561]: audit 2024-02-10T08:31:03.764886+0000 mon.a (mon.0) 453 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:05.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[64561]: cluster 2024-02-10T08:31:03.842140+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:31:05.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[64561]: cluster 2024-02-10T08:31:03.842194+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:31:05.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[67896]: audit 2024-02-10T08:31:03.764134+0000 mon.a (mon.0) 450 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-02-10T08:31:05.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[67896]: cluster 2024-02-10T08:31:03.764185+0000 mon.a (mon.0) 451 : cluster [DBG] osdmap e44: 7 total, 6 up, 6 in 2024-02-10T08:31:05.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[67896]: audit 2024-02-10T08:31:03.764312+0000 mon.a (mon.0) 452 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:05.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[67896]: audit 2024-02-10T08:31:03.764662+0000 mon.b (mon.2) 17 : audit [INF] from='osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:05.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[67896]: audit 2024-02-10T08:31:03.764886+0000 mon.a (mon.0) 453 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:05.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[67896]: cluster 2024-02-10T08:31:03.842140+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:31:05.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:04 smithi099 bash[67896]: cluster 2024-02-10T08:31:03.842194+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:31:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:05 smithi179 bash[64586]: cluster 2024-02-10T08:31:04.267754+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:31:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:05 smithi179 bash[64586]: audit 2024-02-10T08:31:04.766847+0000 mon.a (mon.0) 454 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:31:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:05 smithi179 bash[64586]: cluster 2024-02-10T08:31:04.766916+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-02-10T08:31:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:05 smithi179 bash[64586]: audit 2024-02-10T08:31:04.767605+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:06.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:05 smithi099 bash[64561]: cluster 2024-02-10T08:31:04.267754+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:31:06.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:05 smithi099 bash[64561]: audit 2024-02-10T08:31:04.766847+0000 mon.a (mon.0) 454 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:31:06.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:05 smithi099 bash[64561]: cluster 2024-02-10T08:31:04.766916+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-02-10T08:31:06.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:05 smithi099 bash[64561]: audit 2024-02-10T08:31:04.767605+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:06.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:05 smithi099 bash[67896]: cluster 2024-02-10T08:31:04.267754+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-02-10T08:31:06.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:05 smithi099 bash[67896]: audit 2024-02-10T08:31:04.766847+0000 mon.a (mon.0) 454 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:31:06.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:05 smithi099 bash[67896]: cluster 2024-02-10T08:31:04.766916+0000 mon.a (mon.0) 455 : cluster [DBG] osdmap e45: 7 total, 6 up, 6 in 2024-02-10T08:31:06.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:05 smithi099 bash[67896]: audit 2024-02-10T08:31:04.767605+0000 mon.a (mon.0) 456 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:07.140 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[69135]: debug 2024-02-10T08:31:06.792+0000 7fa1ec85c700 -1 osd.5 47 build_incremental_map_msg missing incremental map 47 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: cluster 2024-02-10T08:31:05.770884+0000 mon.a (mon.0) 457 : cluster [INF] osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905] boot 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: cluster 2024-02-10T08:31:05.770949+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: audit 2024-02-10T08:31:05.771851+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: audit 2024-02-10T08:31:06.271711+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: audit 2024-02-10T08:31:06.272385+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: audit 2024-02-10T08:31:06.273520+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: audit 2024-02-10T08:31:06.487045+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: audit 2024-02-10T08:31:06.668932+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:07.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:06 smithi179 bash[64586]: audit 2024-02-10T08:31:06.673019+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:07.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: cluster 2024-02-10T08:31:05.770884+0000 mon.a (mon.0) 457 : cluster [INF] osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905] boot 2024-02-10T08:31:07.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: cluster 2024-02-10T08:31:05.770949+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-02-10T08:31:07.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: audit 2024-02-10T08:31:05.771851+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:07.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: audit 2024-02-10T08:31:06.271711+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:31:07.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: audit 2024-02-10T08:31:06.272385+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:07.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: audit 2024-02-10T08:31:06.273520+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:07.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: audit 2024-02-10T08:31:06.487045+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:07.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: cluster 2024-02-10T08:31:05.770884+0000 mon.a (mon.0) 457 : cluster [INF] osd.6 [v2:172.21.15.179:6816/255841905,v1:172.21.15.179:6817/255841905] boot 2024-02-10T08:31:07.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: cluster 2024-02-10T08:31:05.770949+0000 mon.a (mon.0) 458 : cluster [DBG] osdmap e46: 7 total, 7 up, 7 in 2024-02-10T08:31:07.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: audit 2024-02-10T08:31:05.771851+0000 mon.a (mon.0) 459 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:31:07.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: audit 2024-02-10T08:31:06.271711+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-02-10T08:31:07.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: audit 2024-02-10T08:31:06.272385+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:07.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: audit 2024-02-10T08:31:06.273520+0000 mon.a (mon.0) 462 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:07.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: audit 2024-02-10T08:31:06.487045+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:07.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: audit 2024-02-10T08:31:06.668932+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:07.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: audit 2024-02-10T08:31:06.668932+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:07.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[67896]: audit 2024-02-10T08:31:06.673019+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:07.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:06 smithi099 bash[64561]: audit 2024-02-10T08:31:06.673019+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}}, \"last_daemon_update\": \"2024-02-10T08:31:02.340967\", \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:07.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:07 smithi179 bash[64586]: cluster 2024-02-10T08:31:06.268082+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v142: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:07.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:07 smithi179 bash[64586]: audit 2024-02-10T08:31:06.270708+0000 mgr.y (mgr.14140) 136 : audit [DBG] from='client.34259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:07.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:07 smithi179 bash[64586]: cephadm 2024-02-10T08:31:06.271424+0000 mgr.y (mgr.14140) 137 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:31:07.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:07 smithi179 bash[64586]: cluster 2024-02-10T08:31:06.775623+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-10T08:31:07.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:07 smithi179 bash[64586]: cluster 2024-02-10T08:31:06.790971+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-02-10T08:31:08.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[67896]: cluster 2024-02-10T08:31:06.268082+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v142: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:08.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[67896]: audit 2024-02-10T08:31:06.270708+0000 mgr.y (mgr.14140) 136 : audit [DBG] from='client.34259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:08.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[67896]: cephadm 2024-02-10T08:31:06.271424+0000 mgr.y (mgr.14140) 137 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:31:08.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[67896]: cluster 2024-02-10T08:31:06.775623+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-10T08:31:08.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[67896]: cluster 2024-02-10T08:31:06.790971+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-02-10T08:31:08.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[64561]: cluster 2024-02-10T08:31:06.268082+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v142: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:08.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[64561]: audit 2024-02-10T08:31:06.270708+0000 mgr.y (mgr.14140) 136 : audit [DBG] from='client.34259 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi179:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:08.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[64561]: cephadm 2024-02-10T08:31:06.271424+0000 mgr.y (mgr.14140) 137 : cephadm [INF] Applying osd on host smithi179... 2024-02-10T08:31:08.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[64561]: cluster 2024-02-10T08:31:06.775623+0000 mon.a (mon.0) 466 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-02-10T08:31:08.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:07 smithi099 bash[64561]: cluster 2024-02-10T08:31:06.790971+0000 mon.a (mon.0) 467 : cluster [DBG] osdmap e47: 7 total, 7 up, 7 in 2024-02-10T08:31:09.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:08 smithi179 bash[64586]: audit 2024-02-10T08:31:08.536232+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.179:0/618771324' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]: dispatch 2024-02-10T08:31:09.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:08 smithi179 bash[64586]: audit 2024-02-10T08:31:08.536828+0000 mon.a (mon.0) 468 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]: dispatch 2024-02-10T08:31:09.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:08 smithi179 bash[64586]: audit 2024-02-10T08:31:08.541891+0000 mon.a (mon.0) 469 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]': finished 2024-02-10T08:31:09.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:08 smithi179 bash[64586]: cluster 2024-02-10T08:31:08.541936+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-02-10T08:31:09.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:08 smithi179 bash[64586]: audit 2024-02-10T08:31:08.542086+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:09.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[64561]: audit 2024-02-10T08:31:08.536232+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.179:0/618771324' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]: dispatch 2024-02-10T08:31:09.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[64561]: audit 2024-02-10T08:31:08.536828+0000 mon.a (mon.0) 468 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]: dispatch 2024-02-10T08:31:09.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[64561]: audit 2024-02-10T08:31:08.541891+0000 mon.a (mon.0) 469 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]': finished 2024-02-10T08:31:09.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[64561]: cluster 2024-02-10T08:31:08.541936+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-02-10T08:31:09.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[64561]: audit 2024-02-10T08:31:08.542086+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:09.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[67896]: audit 2024-02-10T08:31:08.536232+0000 mon.b (mon.2) 18 : audit [INF] from='client.? 172.21.15.179:0/618771324' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]: dispatch 2024-02-10T08:31:09.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[67896]: audit 2024-02-10T08:31:08.536828+0000 mon.a (mon.0) 468 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]: dispatch 2024-02-10T08:31:09.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[67896]: audit 2024-02-10T08:31:08.541891+0000 mon.a (mon.0) 469 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "781db804-0570-43f3-9487-8377987b50af"}]': finished 2024-02-10T08:31:09.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[67896]: cluster 2024-02-10T08:31:08.541936+0000 mon.a (mon.0) 470 : cluster [DBG] osdmap e48: 8 total, 7 up, 7 in 2024-02-10T08:31:09.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:08 smithi099 bash[67896]: audit 2024-02-10T08:31:08.542086+0000 mon.a (mon.0) 471 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:10.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:09 smithi179 bash[64586]: cluster 2024-02-10T08:31:08.268392+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v144: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:10.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:09 smithi179 bash[64586]: audit 2024-02-10T08:31:09.287290+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.179:0/1178768594' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:31:10.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:09 smithi099 bash[64561]: cluster 2024-02-10T08:31:08.268392+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v144: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:10.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:09 smithi099 bash[64561]: audit 2024-02-10T08:31:09.287290+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.179:0/1178768594' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:31:10.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:09 smithi099 bash[67896]: cluster 2024-02-10T08:31:08.268392+0000 mgr.y (mgr.14140) 138 : cluster [DBG] pgmap v144: 1 pgs: 1 peering; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:10.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:09 smithi099 bash[67896]: audit 2024-02-10T08:31:09.287290+0000 mon.b (mon.2) 19 : audit [DBG] from='client.? 172.21.15.179:0/1178768594' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-02-10T08:31:12.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:11 smithi179 bash[64586]: cluster 2024-02-10T08:31:10.268698+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v146: 1 pgs: 1 peering; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:12.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:11 smithi179 bash[64586]: audit 2024-02-10T08:31:11.763565+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:12.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:11 smithi099 bash[64561]: cluster 2024-02-10T08:31:10.268698+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v146: 1 pgs: 1 peering; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:12.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:11 smithi099 bash[64561]: audit 2024-02-10T08:31:11.763565+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:12.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:11 smithi099 bash[67896]: cluster 2024-02-10T08:31:10.268698+0000 mgr.y (mgr.14140) 139 : cluster [DBG] pgmap v146: 1 pgs: 1 peering; 0 B data, 3.0 MiB used, 619 GiB / 626 GiB avail 2024-02-10T08:31:12.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:11 smithi099 bash[67896]: audit 2024-02-10T08:31:11.763565+0000 mon.a (mon.0) 472 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:13.081 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:12 smithi179 bash[64586]: cluster 2024-02-10T08:31:12.802976+0000 mon.a (mon.0) 473 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-10T08:31:13.081 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:12 smithi179 bash[64586]: cluster 2024-02-10T08:31:12.803030+0000 mon.a (mon.0) 474 : cluster [INF] Cluster is now healthy 2024-02-10T08:31:13.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:12 smithi099 bash[64561]: cluster 2024-02-10T08:31:12.802976+0000 mon.a (mon.0) 473 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-10T08:31:13.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:12 smithi099 bash[64561]: cluster 2024-02-10T08:31:12.803030+0000 mon.a (mon.0) 474 : cluster [INF] Cluster is now healthy 2024-02-10T08:31:13.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:12 smithi099 bash[67896]: cluster 2024-02-10T08:31:12.802976+0000 mon.a (mon.0) 473 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-02-10T08:31:13.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:12 smithi099 bash[67896]: cluster 2024-02-10T08:31:12.803030+0000 mon.a (mon.0) 474 : cluster [INF] Cluster is now healthy 2024-02-10T08:31:14.065 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:13 smithi179 bash[64586]: cluster 2024-02-10T08:31:12.269034+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:14.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:13 smithi099 bash[64561]: cluster 2024-02-10T08:31:12.269034+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:14.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:13 smithi099 bash[67896]: cluster 2024-02-10T08:31:12.269034+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:15.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:15 smithi179 bash[64586]: cluster 2024-02-10T08:31:14.269434+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:15.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:15 smithi179 bash[64586]: audit 2024-02-10T08:31:14.367298+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:31:15.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:15 smithi179 bash[64586]: audit 2024-02-10T08:31:14.368019+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:15.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:15 smithi179 bash[64586]: cephadm 2024-02-10T08:31:14.368527+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Deploying daemon osd.7 on smithi179 2024-02-10T08:31:15.628 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:15 smithi179 bash[64586]: audit 2024-02-10T08:31:14.368790+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-02-10T08:31:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[64561]: cluster 2024-02-10T08:31:14.269434+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[64561]: audit 2024-02-10T08:31:14.367298+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:31:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[64561]: audit 2024-02-10T08:31:14.368019+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[64561]: cephadm 2024-02-10T08:31:14.368527+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Deploying daemon osd.7 on smithi179 2024-02-10T08:31:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[64561]: audit 2024-02-10T08:31:14.368790+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-02-10T08:31:15.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[67896]: cluster 2024-02-10T08:31:14.269434+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[67896]: audit 2024-02-10T08:31:14.367298+0000 mon.a (mon.0) 475 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:31:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[67896]: audit 2024-02-10T08:31:14.368019+0000 mon.a (mon.0) 476 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[67896]: cephadm 2024-02-10T08:31:14.368527+0000 mgr.y (mgr.14140) 142 : cephadm [INF] Deploying daemon osd.7 on smithi179 2024-02-10T08:31:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:15 smithi099 bash[67896]: audit 2024-02-10T08:31:14.368790+0000 mon.a (mon.0) 477 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-02-10T08:31:15.941 INFO:teuthology.orchestra.run.smithi179.stdout:Created osd(s) 7 on host 'smithi179' 2024-02-10T08:31:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:16 smithi179 bash[64586]: audit 2024-02-10T08:31:15.934765+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:16 smithi179 bash[64586]: audit 2024-02-10T08:31:15.935294+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:16 smithi179 bash[64586]: audit 2024-02-10T08:31:15.938482+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:16 smithi099 bash[64561]: audit 2024-02-10T08:31:15.934765+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:16 smithi099 bash[64561]: audit 2024-02-10T08:31:15.935294+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:16 smithi099 bash[64561]: audit 2024-02-10T08:31:15.938482+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:16 smithi099 bash[67896]: audit 2024-02-10T08:31:15.934765+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:16 smithi099 bash[67896]: audit 2024-02-10T08:31:15.935294+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:16 smithi099 bash[67896]: audit 2024-02-10T08:31:15.938482+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:02.340656\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:02.340751\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:02.340791\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:02.340825\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:02.340858\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_device_update\": \"2024-02-10T08:31:06.668305\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:17.004 DEBUG:teuthology.orchestra.run.smithi179:osd.7> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.7.service 2024-02-10T08:31:17.006 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-02-10T08:31:17.006 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T08:31:17.039 INFO:journalctl@ceph.osd.7.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:31:17.419 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:17 smithi099 bash[64561]: cluster 2024-02-10T08:31:16.269745+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:17.420 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:17 smithi099 bash[67896]: cluster 2024-02-10T08:31:16.269745+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:17.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:17 smithi179 bash[64586]: cluster 2024-02-10T08:31:16.269745+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:18.546 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:31:18 smithi179 bash[72185]: debug 2024-02-10T08:31:18.499+0000 7f27c24e1ec0 -1 Falling back to public interface 2024-02-10T08:31:19.109 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:31:19.390 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:31:19 smithi179 bash[72185]: debug 2024-02-10T08:31:19.074+0000 7f27c24e1ec0 -1 osd.7 0 log_to_monitors {default=true} 2024-02-10T08:31:19.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:19 smithi179 bash[64586]: cluster 2024-02-10T08:31:18.269982+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:19.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:19 smithi179 bash[64586]: audit 2024-02-10T08:31:19.033557+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:19.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:19 smithi179 bash[64586]: audit 2024-02-10T08:31:19.036110+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:19.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:19 smithi179 bash[64586]: audit 2024-02-10T08:31:19.036655+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:19.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:19 smithi179 bash[64586]: audit 2024-02-10T08:31:19.077515+0000 mon.c (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:31:19.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:19 smithi179 bash[64586]: audit 2024-02-10T08:31:19.077804+0000 mon.a (mon.0) 484 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:31:19.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:19 smithi179 bash[64586]: audit 2024-02-10T08:31:19.109440+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.99:0/3462300062' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:31:19.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[67896]: cluster 2024-02-10T08:31:18.269982+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:19.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[64561]: cluster 2024-02-10T08:31:18.269982+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:19.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[67896]: audit 2024-02-10T08:31:19.033557+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:19.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[67896]: audit 2024-02-10T08:31:19.036110+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:19.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[67896]: audit 2024-02-10T08:31:19.036655+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:19.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[67896]: audit 2024-02-10T08:31:19.077515+0000 mon.c (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:31:19.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[67896]: audit 2024-02-10T08:31:19.077804+0000 mon.a (mon.0) 484 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:31:19.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[67896]: audit 2024-02-10T08:31:19.109440+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.99:0/3462300062' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:31:19.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[64561]: audit 2024-02-10T08:31:19.033557+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:19.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[64561]: audit 2024-02-10T08:31:19.036110+0000 mon.a (mon.0) 482 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"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\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:19.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[64561]: audit 2024-02-10T08:31:19.036655+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-02-10T08:31:19.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[64561]: audit 2024-02-10T08:31:19.077515+0000 mon.c (mon.1) 8 : audit [INF] from='osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:31:19.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[64561]: audit 2024-02-10T08:31:19.077804+0000 mon.a (mon.0) 484 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-02-10T08:31:19.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:19 smithi099 bash[64561]: audit 2024-02-10T08:31:19.109440+0000 mon.c (mon.1) 9 : audit [DBG] from='client.? 172.21.15.99:0/3462300062' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:31:19.838 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":48,"num_osds":8,"num_up_osds":7,"osd_up_since":1707553865,"num_in_osds":7,"osd_in_since":1707553865,"num_remapped_pgs":0} 2024-02-10T08:31:20.839 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd stat -f json 2024-02-10T08:31:21.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: audit 2024-02-10T08:31:20.038608+0000 mon.a (mon.0) 485 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T08:31:21.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: cluster 2024-02-10T08:31:20.038656+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-02-10T08:31:21.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: audit 2024-02-10T08:31:20.038786+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:21.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: audit 2024-02-10T08:31:20.039079+0000 mon.c (mon.1) 10 : audit [INF] from='osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: audit 2024-02-10T08:31:20.039324+0000 mon.a (mon.0) 488 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: cluster 2024-02-10T08:31:20.045756+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: cluster 2024-02-10T08:31:20.045783+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: cluster 2024-02-10T08:31:20.270261+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: audit 2024-02-10T08:31:20.288185+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[64561]: audit 2024-02-10T08:31:20.291075+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: audit 2024-02-10T08:31:20.038608+0000 mon.a (mon.0) 485 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: cluster 2024-02-10T08:31:20.038656+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: audit 2024-02-10T08:31:20.038786+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: audit 2024-02-10T08:31:20.039079+0000 mon.c (mon.1) 10 : audit [INF] from='osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:21.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: audit 2024-02-10T08:31:20.039324+0000 mon.a (mon.0) 488 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:21.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: cluster 2024-02-10T08:31:20.045756+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:31:21.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: cluster 2024-02-10T08:31:20.045783+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:31:21.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: cluster 2024-02-10T08:31:20.270261+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:21.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: audit 2024-02-10T08:31:20.288185+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:21.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:21 smithi099 bash[67896]: audit 2024-02-10T08:31:20.291075+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:21.391 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[72185]: debug 2024-02-10T08:31:21.047+0000 7f27a728e700 -1 osd.7 0 waiting for initial osdmap 2024-02-10T08:31:21.391 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[72185]: debug 2024-02-10T08:31:21.053+0000 7f27b24aa700 -1 osd.7 50 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: audit 2024-02-10T08:31:20.038608+0000 mon.a (mon.0) 485 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: cluster 2024-02-10T08:31:20.038656+0000 mon.a (mon.0) 486 : cluster [DBG] osdmap e49: 8 total, 7 up, 7 in 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: audit 2024-02-10T08:31:20.038786+0000 mon.a (mon.0) 487 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: audit 2024-02-10T08:31:20.039079+0000 mon.c (mon.1) 10 : audit [INF] from='osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: audit 2024-02-10T08:31:20.039324+0000 mon.a (mon.0) 488 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]: dispatch 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: cluster 2024-02-10T08:31:20.045756+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: cluster 2024-02-10T08:31:20.045783+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: cluster 2024-02-10T08:31:20.270261+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 3.1 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-02-10T08:31:21.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: audit 2024-02-10T08:31:20.288185+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:21.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:21 smithi179 bash[64586]: audit 2024-02-10T08:31:20.291075+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:22.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:22 smithi179 bash[64586]: audit 2024-02-10T08:31:21.039415+0000 mon.a (mon.0) 491 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:31:22.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:22 smithi179 bash[64586]: cluster 2024-02-10T08:31:21.039457+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-02-10T08:31:22.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:22 smithi179 bash[64586]: audit 2024-02-10T08:31:21.040007+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:22.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:22 smithi179 bash[64586]: cluster 2024-02-10T08:31:22.041717+0000 mon.a (mon.0) 494 : cluster [INF] osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661] boot 2024-02-10T08:31:22.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:22 smithi179 bash[64586]: cluster 2024-02-10T08:31:22.041791+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-10T08:31:22.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:22 smithi179 bash[64586]: audit 2024-02-10T08:31:22.041933+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[67896]: audit 2024-02-10T08:31:21.039415+0000 mon.a (mon.0) 491 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[67896]: cluster 2024-02-10T08:31:21.039457+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[67896]: audit 2024-02-10T08:31:21.040007+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[67896]: cluster 2024-02-10T08:31:22.041717+0000 mon.a (mon.0) 494 : cluster [INF] osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661] boot 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[67896]: cluster 2024-02-10T08:31:22.041791+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[67896]: audit 2024-02-10T08:31:22.041933+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[64561]: audit 2024-02-10T08:31:21.039415+0000 mon.a (mon.0) 491 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi179", "root=default"]}]': finished 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[64561]: cluster 2024-02-10T08:31:21.039457+0000 mon.a (mon.0) 492 : cluster [DBG] osdmap e50: 8 total, 7 up, 7 in 2024-02-10T08:31:22.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[64561]: audit 2024-02-10T08:31:21.040007+0000 mon.a (mon.0) 493 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:22.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[64561]: cluster 2024-02-10T08:31:22.041717+0000 mon.a (mon.0) 494 : cluster [INF] osd.7 [v2:172.21.15.179:6824/1968754661,v1:172.21.15.179:6825/1968754661] boot 2024-02-10T08:31:22.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[64561]: cluster 2024-02-10T08:31:22.041791+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-02-10T08:31:22.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:22 smithi099 bash[64561]: audit 2024-02-10T08:31:22.041933+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:31:22.965 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:31:23.293 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[71671]: debug 2024-02-10T08:31:23.053+0000 7f3163908700 -1 osd.1 52 build_incremental_map_msg missing incremental map 52 2024-02-10T08:31:23.294 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[64561]: audit 2024-02-10T08:31:22.077462+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:23.294 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[67896]: audit 2024-02-10T08:31:22.077462+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:23.295 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[64561]: audit 2024-02-10T08:31:22.260469+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:23.295 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[64561]: audit 2024-02-10T08:31:22.263548+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:23.295 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[64561]: cluster 2024-02-10T08:31:22.270519+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:23.295 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[64561]: audit 2024-02-10T08:31:22.965420+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.99:0/1017452701' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:31:23.295 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[67896]: audit 2024-02-10T08:31:22.260469+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:23.296 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[67896]: audit 2024-02-10T08:31:22.263548+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:23.296 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[67896]: cluster 2024-02-10T08:31:22.270519+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:23.296 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:23 smithi099 bash[67896]: audit 2024-02-10T08:31:22.965420+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.99:0/1017452701' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:31:23.390 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:31:23 smithi179 bash[70773]: debug 2024-02-10T08:31:23.053+0000 7f62891a3700 -1 osd.6 52 build_incremental_map_msg missing incremental map 52 2024-02-10T08:31:23.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:23 smithi179 bash[64586]: audit 2024-02-10T08:31:22.077462+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:23.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:23 smithi179 bash[64586]: audit 2024-02-10T08:31:22.260469+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:23.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:23 smithi179 bash[64586]: audit 2024-02-10T08:31:22.263548+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}}, \"last_daemon_update\": \"2024-02-10T08:31:19.032863\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:23.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:23 smithi179 bash[64586]: cluster 2024-02-10T08:31:22.270519+0000 mgr.y (mgr.14140) 146 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:23.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:23 smithi179 bash[64586]: audit 2024-02-10T08:31:22.965420+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.99:0/1017452701' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-02-10T08:31:23.670 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":51,"num_osds":8,"num_up_osds":8,"osd_up_since":1707553882,"num_in_osds":8,"osd_in_since":1707553882,"num_remapped_pgs":0} 2024-02-10T08:31:23.670 INFO:tasks.cephadm:Adding prometheus.a on smithi179 2024-02-10T08:31:23.671 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch apply prometheus '1;smithi179=a' 2024-02-10T08:31:24.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:24 smithi179 bash[64586]: cluster 2024-02-10T08:31:23.054304+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-10T08:31:24.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:24 smithi099 bash[64561]: cluster 2024-02-10T08:31:23.054304+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-10T08:31:24.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:24 smithi099 bash[67896]: cluster 2024-02-10T08:31:23.054304+0000 mon.a (mon.0) 500 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-02-10T08:31:25.523 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled prometheus update... 2024-02-10T08:31:25.561 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:25 smithi179 bash[64586]: cluster 2024-02-10T08:31:24.270812+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:25.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:25 smithi099 bash[64561]: cluster 2024-02-10T08:31:24.270812+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:25.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:25 smithi099 bash[67896]: cluster 2024-02-10T08:31:24.270812+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:26.117 DEBUG:teuthology.orchestra.run.smithi179:prometheus.a> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service 2024-02-10T08:31:26.119 INFO:tasks.cephadm:Adding node-exporter.a on smithi099 2024-02-10T08:31:26.119 INFO:tasks.cephadm:Adding node-exporter.b on smithi179 2024-02-10T08:31:26.119 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch apply node-exporter '2;smithi099=a;smithi179=b' 2024-02-10T08:31:26.147 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:31:26.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:26 smithi179 bash[64586]: audit 2024-02-10T08:31:25.515759+0000 mgr.y (mgr.14140) 148 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:26.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:26 smithi179 bash[64586]: cephadm 2024-02-10T08:31:25.516336+0000 mgr.y (mgr.14140) 149 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi179=a 2024-02-10T08:31:26.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:26 smithi179 bash[64586]: audit 2024-02-10T08:31:25.516704+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-10T08:31:25.516370\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-02-10T08:31:26.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:26 smithi179 bash[64586]: audit 2024-02-10T08:31:25.519840+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-10T08:31:25.516370\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-02-10T08:31:26.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:26 smithi179 bash[64586]: cephadm 2024-02-10T08:31:25.523295+0000 mgr.y (mgr.14140) 150 : cephadm [INF] Deploying daemon prometheus.a on smithi179 2024-02-10T08:31:26.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[64561]: audit 2024-02-10T08:31:25.515759+0000 mgr.y (mgr.14140) 148 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:26.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[64561]: cephadm 2024-02-10T08:31:25.516336+0000 mgr.y (mgr.14140) 149 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi179=a 2024-02-10T08:31:26.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[64561]: audit 2024-02-10T08:31:25.516704+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-10T08:31:25.516370\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-02-10T08:31:26.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[64561]: audit 2024-02-10T08:31:25.519840+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-10T08:31:25.516370\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-02-10T08:31:26.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[64561]: cephadm 2024-02-10T08:31:25.523295+0000 mgr.y (mgr.14140) 150 : cephadm [INF] Deploying daemon prometheus.a on smithi179 2024-02-10T08:31:26.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[67896]: audit 2024-02-10T08:31:25.515759+0000 mgr.y (mgr.14140) 148 : audit [DBG] from='client.34298 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:26.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[67896]: cephadm 2024-02-10T08:31:25.516336+0000 mgr.y (mgr.14140) 149 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi179=a 2024-02-10T08:31:26.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[67896]: audit 2024-02-10T08:31:25.516704+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-10T08:31:25.516370\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-02-10T08:31:26.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[67896]: audit 2024-02-10T08:31:25.519840+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-02-10T08:31:25.516370\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-02-10T08:31:26.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:26 smithi099 bash[67896]: cephadm 2024-02-10T08:31:25.523295+0000 mgr.y (mgr.14140) 150 : cephadm [INF] Deploying daemon prometheus.a on smithi179 2024-02-10T08:31:27.593 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:27 smithi179 bash[64586]: cluster 2024-02-10T08:31:26.271282+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:27.949 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled node-exporter update... 2024-02-10T08:31:27.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:27 smithi099 bash[64561]: cluster 2024-02-10T08:31:26.271282+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:27.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:27 smithi099 bash[67896]: cluster 2024-02-10T08:31:26.271282+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:28.588 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:28 smithi179 bash[64586]: audit 2024-02-10T08:31:27.945249+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-10T08:31:27.944835\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-02-10T08:31:28.588 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:28 smithi179 bash[64586]: audit 2024-02-10T08:31:27.948330+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-10T08:31:27.944835\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-02-10T08:31:28.598 DEBUG:teuthology.orchestra.run.smithi099:node-exporter.a> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@node-exporter.a.service 2024-02-10T08:31:28.601 DEBUG:teuthology.orchestra.run.smithi179:node-exporter.b> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@node-exporter.b.service 2024-02-10T08:31:28.604 INFO:tasks.cephadm:Adding alertmanager.a on smithi099 2024-02-10T08:31:28.604 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch apply alertmanager '1;smithi099=a' 2024-02-10T08:31:28.634 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:31:28.638 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:31:28.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:28 smithi099 bash[64561]: audit 2024-02-10T08:31:27.945249+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-10T08:31:27.944835\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-02-10T08:31:28.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:28 smithi099 bash[64561]: audit 2024-02-10T08:31:27.948330+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-10T08:31:27.944835\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-02-10T08:31:28.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:28 smithi099 bash[67896]: audit 2024-02-10T08:31:27.945249+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-10T08:31:27.944835\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-02-10T08:31:28.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:28 smithi099 bash[67896]: audit 2024-02-10T08:31:27.948330+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-02-10T08:31:27.944835\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi179\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-02-10T08:31:29.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:29 smithi179 bash[64586]: audit 2024-02-10T08:31:27.944231+0000 mgr.y (mgr.14140) 152 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi099=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:29.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:29 smithi179 bash[64586]: cephadm 2024-02-10T08:31:27.944820+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi099=a,smithi179=b 2024-02-10T08:31:29.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:29 smithi179 bash[64586]: cluster 2024-02-10T08:31:28.271667+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:29.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:29 smithi099 bash[64561]: audit 2024-02-10T08:31:27.944231+0000 mgr.y (mgr.14140) 152 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi099=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:29.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:29 smithi099 bash[64561]: cephadm 2024-02-10T08:31:27.944820+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi099=a,smithi179=b 2024-02-10T08:31:29.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:29 smithi099 bash[64561]: cluster 2024-02-10T08:31:28.271667+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:29.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:29 smithi099 bash[67896]: audit 2024-02-10T08:31:27.944231+0000 mgr.y (mgr.14140) 152 : audit [DBG] from='client.34304 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi099=a;smithi179=b", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:29.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:29 smithi099 bash[67896]: cephadm 2024-02-10T08:31:27.944820+0000 mgr.y (mgr.14140) 153 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi099=a,smithi179=b 2024-02-10T08:31:29.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:29 smithi099 bash[67896]: cluster 2024-02-10T08:31:28.271667+0000 mgr.y (mgr.14140) 154 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 3.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:30.505 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled alertmanager update... 2024-02-10T08:31:30.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:30 smithi179 bash[64586]: audit 2024-02-10T08:31:30.500910+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-10T08:31:30.500559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-02-10T08:31:30.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:30 smithi179 bash[64586]: audit 2024-02-10T08:31:30.504088+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-10T08:31:30.500559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-02-10T08:31:30.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:30 smithi099 bash[64561]: audit 2024-02-10T08:31:30.500910+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-10T08:31:30.500559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-02-10T08:31:30.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:30 smithi099 bash[64561]: audit 2024-02-10T08:31:30.504088+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-10T08:31:30.500559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-02-10T08:31:30.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:30 smithi099 bash[67896]: audit 2024-02-10T08:31:30.500910+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-10T08:31:30.500559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-02-10T08:31:30.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:30 smithi099 bash[67896]: audit 2024-02-10T08:31:30.504088+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-02-10T08:31:30.500559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi099\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-02-10T08:31:31.088 DEBUG:teuthology.orchestra.run.smithi099:alertmanager.a> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@alertmanager.a.service 2024-02-10T08:31:31.091 INFO:tasks.cephadm:Adding grafana.a on smithi179 2024-02-10T08:31:31.092 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph orch apply grafana '1;smithi179=a' 2024-02-10T08:31:31.123 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:-- Logs begin at Sat 2024-02-10 08:18:25 UTC. -- 2024-02-10T08:31:31.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:31 smithi179 bash[64586]: cluster 2024-02-10T08:31:30.271967+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:31.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:31 smithi179 bash[64586]: audit 2024-02-10T08:31:30.500000+0000 mgr.y (mgr.14140) 156 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi099=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:31.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:31 smithi179 bash[64586]: cephadm 2024-02-10T08:31:30.500547+0000 mgr.y (mgr.14140) 157 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi099=a 2024-02-10T08:31:31.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:31 smithi099 bash[64561]: cluster 2024-02-10T08:31:30.271967+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:31.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:31 smithi099 bash[64561]: audit 2024-02-10T08:31:30.500000+0000 mgr.y (mgr.14140) 156 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi099=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:31.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:31 smithi099 bash[64561]: cephadm 2024-02-10T08:31:30.500547+0000 mgr.y (mgr.14140) 157 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi099=a 2024-02-10T08:31:31.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:31 smithi099 bash[67896]: cluster 2024-02-10T08:31:30.271967+0000 mgr.y (mgr.14140) 155 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:31.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:31 smithi099 bash[67896]: audit 2024-02-10T08:31:30.500000+0000 mgr.y (mgr.14140) 156 : audit [DBG] from='client.34310 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi099=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:31.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:31 smithi099 bash[67896]: cephadm 2024-02-10T08:31:30.500547+0000 mgr.y (mgr.14140) 157 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi099=a 2024-02-10T08:31:33.380 INFO:teuthology.orchestra.run.smithi179.stdout:Scheduled grafana update... 2024-02-10T08:31:33.812 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:33 smithi179 bash[64586]: cluster 2024-02-10T08:31:32.272374+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:33.812 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:33 smithi179 bash[64586]: audit 2024-02-10T08:31:33.376056+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-10T08:31:33.375683\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-02-10T08:31:33.812 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:33 smithi179 bash[64586]: audit 2024-02-10T08:31:33.379041+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-10T08:31:33.375683\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-02-10T08:31:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:33 smithi099 bash[64561]: cluster 2024-02-10T08:31:32.272374+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:33 smithi099 bash[64561]: audit 2024-02-10T08:31:33.376056+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-10T08:31:33.375683\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-02-10T08:31:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:33 smithi099 bash[64561]: audit 2024-02-10T08:31:33.379041+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-10T08:31:33.375683\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-02-10T08:31:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:33 smithi099 bash[67896]: cluster 2024-02-10T08:31:32.272374+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:33 smithi099 bash[67896]: audit 2024-02-10T08:31:33.376056+0000 mon.a (mon.0) 507 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-10T08:31:33.375683\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-02-10T08:31:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:33 smithi099 bash[67896]: audit 2024-02-10T08:31:33.379041+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-02-10T08:31:33.375683\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi179\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-02-10T08:31:34.205 DEBUG:teuthology.orchestra.run.smithi179:grafana.a> sudo journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@grafana.a.service 2024-02-10T08:31:34.207 INFO:tasks.cephadm:Setting up client nodes... 2024-02-10T08:31:34.208 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-10T08:31:34.237 INFO:journalctl@ceph.grafana.a.smithi179.stdout:-- Logs begin at Sat 2024-02-10 08:18:15 UTC. -- 2024-02-10T08:31:34.826 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:34 smithi099 bash[64561]: audit 2024-02-10T08:31:33.375139+0000 mgr.y (mgr.14140) 159 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:34.826 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:34 smithi099 bash[64561]: cephadm 2024-02-10T08:31:33.375670+0000 mgr.y (mgr.14140) 160 : cephadm [INF] Saving service grafana spec with placement count:1 smithi179=a 2024-02-10T08:31:34.827 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:34 smithi099 bash[67896]: audit 2024-02-10T08:31:33.375139+0000 mgr.y (mgr.14140) 159 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:34.827 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:34 smithi099 bash[67896]: cephadm 2024-02-10T08:31:33.375670+0000 mgr.y (mgr.14140) 160 : cephadm [INF] Saving service grafana spec with placement count:1 smithi179=a 2024-02-10T08:31:34.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:34 smithi179 bash[64586]: audit 2024-02-10T08:31:33.375139+0000 mgr.y (mgr.14140) 159 : audit [DBG] from='client.34316 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi179=a", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:31:34.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:34 smithi179 bash[64586]: cephadm 2024-02-10T08:31:33.375670+0000 mgr.y (mgr.14140) 160 : cephadm [INF] Saving service grafana spec with placement count:1 smithi179=a 2024-02-10T08:31:35.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:35 smithi099 bash[64561]: cluster 2024-02-10T08:31:34.272669+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:35.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:35 smithi099 bash[64561]: audit 2024-02-10T08:31:35.292800+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}, {\"id\": \"e5be06d7-3236-42a8-9848-caf73d15c586\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707553882.0418468, \"finished_at\": 1707553892.809157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:35.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:35 smithi099 bash[64561]: audit 2024-02-10T08:31:35.295236+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}, {\"id\": \"e5be06d7-3236-42a8-9848-caf73d15c586\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707553882.0418468, \"finished_at\": 1707553892.809157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:35.681 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:35 smithi099 bash[67896]: cluster 2024-02-10T08:31:34.272669+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:35.681 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:35 smithi099 bash[67896]: audit 2024-02-10T08:31:35.292800+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}, {\"id\": \"e5be06d7-3236-42a8-9848-caf73d15c586\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707553882.0418468, \"finished_at\": 1707553892.809157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:35.681 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:35 smithi099 bash[67896]: audit 2024-02-10T08:31:35.295236+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}, {\"id\": \"e5be06d7-3236-42a8-9848-caf73d15c586\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707553882.0418468, \"finished_at\": 1707553892.809157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:35.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:35 smithi179 bash[64586]: cluster 2024-02-10T08:31:34.272669+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:35.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:35 smithi179 bash[64586]: audit 2024-02-10T08:31:35.292800+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}, {\"id\": \"e5be06d7-3236-42a8-9848-caf73d15c586\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707553882.0418468, \"finished_at\": 1707553892.809157}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-02-10T08:31:35.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:35 smithi179 bash[64586]: audit 2024-02-10T08:31:35.295236+0000 mon.a (mon.0) 510 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"45d60def-bcb9-4a5c-9761-feba06806525\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1707553847.3733723, \"finished_at\": 1707553857.513708}, {\"id\": \"c5718264-8293-4c20-9978-19cd1a0730fd\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1707553865.7703178, \"finished_at\": 1707553875.9422226}, {\"id\": \"e5be06d7-3236-42a8-9848-caf73d15c586\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1707553882.0418468, \"finished_at\": 1707553892.809157}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-02-10T08:31:36.418 INFO:teuthology.orchestra.run.smithi099.stdout:[client.0] 2024-02-10T08:31:36.419 INFO:teuthology.orchestra.run.smithi099.stdout: key = AQBoNMdlJIjHGBAARBmfAyIKUJ+YISgejuiPWQ== 2024-02-10T08:31:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:36 smithi099 bash[67896]: audit 2024-02-10T08:31:36.415319+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.99:0/388596235' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:36 smithi099 bash[67896]: audit 2024-02-10T08:31:36.415598+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:36 smithi099 bash[67896]: audit 2024-02-10T08:31:36.418537+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T08:31:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:36 smithi099 bash[64561]: audit 2024-02-10T08:31:36.415319+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.99:0/388596235' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:36 smithi099 bash[64561]: audit 2024-02-10T08:31:36.415598+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:36 smithi099 bash[64561]: audit 2024-02-10T08:31:36.418537+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T08:31:36.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:36 smithi179 bash[64586]: audit 2024-02-10T08:31:36.415319+0000 mon.c (mon.1) 12 : audit [INF] from='client.? 172.21.15.99:0/388596235' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:36.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:36 smithi179 bash[64586]: audit 2024-02-10T08:31:36.415598+0000 mon.a (mon.0) 511 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:36.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:36 smithi179 bash[64586]: audit 2024-02-10T08:31:36.418537+0000 mon.a (mon.0) 512 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-02-10T08:31:37.130 DEBUG:teuthology.orchestra.run.smithi099:> set -ex 2024-02-10T08:31:37.131 DEBUG:teuthology.orchestra.run.smithi099:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-02-10T08:31:37.131 DEBUG:teuthology.orchestra.run.smithi099:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-02-10T08:31:37.171 DEBUG:teuthology.orchestra.run.smithi179:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-02-10T08:31:37.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:37 smithi179 bash[64586]: cluster 2024-02-10T08:31:36.272949+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:37.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:37 smithi099 bash[64561]: cluster 2024-02-10T08:31:36.272949+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:37.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:37 smithi099 bash[67896]: cluster 2024-02-10T08:31:36.272949+0000 mgr.y (mgr.14140) 162 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:39.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:39 smithi179 bash[64586]: cluster 2024-02-10T08:31:38.273357+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:39.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:39 smithi099 bash[64561]: cluster 2024-02-10T08:31:38.273357+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:39.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:39 smithi099 bash[67896]: cluster 2024-02-10T08:31:38.273357+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:41.641 INFO:teuthology.orchestra.run.smithi179.stdout:[client.1] 2024-02-10T08:31:41.642 INFO:teuthology.orchestra.run.smithi179.stdout: key = AQBtNMdlHd4IJhAATHQ0pvEyIt5k+f9sbQ7VdA== 2024-02-10T08:31:41.812 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:41 smithi179 bash[64586]: cluster 2024-02-10T08:31:40.273652+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:41.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:41 smithi099 bash[64561]: cluster 2024-02-10T08:31:40.273652+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:41.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:41 smithi099 bash[67896]: cluster 2024-02-10T08:31:40.273652+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:42.502 DEBUG:teuthology.orchestra.run.smithi179:> set -ex 2024-02-10T08:31:42.502 DEBUG:teuthology.orchestra.run.smithi179:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-02-10T08:31:42.502 DEBUG:teuthology.orchestra.run.smithi179:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-02-10T08:31:42.544 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T08:31:42.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:42 smithi179 bash[64586]: audit 2024-02-10T08:31:41.637239+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.179:0/783256992' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:42.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:42 smithi179 bash[64586]: audit 2024-02-10T08:31:41.637962+0000 mon.a (mon.0) 513 : 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 2024-02-10T08:31:42.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:42 smithi179 bash[64586]: audit 2024-02-10T08:31:41.641659+0000 mon.a (mon.0) 514 : 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 2024-02-10T08:31:42.925 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:42 smithi099 bash[64561]: audit 2024-02-10T08:31:41.637239+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.179:0/783256992' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:42.925 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:42 smithi099 bash[64561]: audit 2024-02-10T08:31:41.637962+0000 mon.a (mon.0) 513 : 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 2024-02-10T08:31:42.925 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:42 smithi099 bash[64561]: audit 2024-02-10T08:31:41.641659+0000 mon.a (mon.0) 514 : 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 2024-02-10T08:31:42.925 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:42 smithi099 bash[67896]: audit 2024-02-10T08:31:41.637239+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.179:0/783256992' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-02-10T08:31:42.925 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:42 smithi099 bash[67896]: audit 2024-02-10T08:31:41.637962+0000 mon.a (mon.0) 513 : 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 2024-02-10T08:31:42.925 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:42 smithi099 bash[67896]: audit 2024-02-10T08:31:41.641659+0000 mon.a (mon.0) 514 : 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 2024-02-10T08:31:43.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:43 smithi099 bash[64561]: cluster 2024-02-10T08:31:42.274081+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:43.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:43 smithi099 bash[67896]: cluster 2024-02-10T08:31:42.274081+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:43.793 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:43 smithi179 bash[64586]: cluster 2024-02-10T08:31:42.274081+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:44.064 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 systemd[1]: Starting Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:31:44.390 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 podman[73956]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-prometheus.a" found: no such container 2024-02-10T08:31:44.390 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 systemd[1]: Started Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:31:44.507 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:31:44.507 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":52,"fsid":"0db3f732-c7ee-11ee-95b8-87774f69a715","created":"2024-02-10T08:26:48.509113+0000","modified":"2024-02-10T08:31:23.047400+0000","last_up_change":"2024-02-10T08:31:22.037212+0000","last_in_change":"2024-02-10T08:31:22.037212+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":"2024-02-10T08:26:59.803929+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":"33175d38-cd26-4f88-a415-e86eccd59cb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6803","nonce":530754317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6805","nonce":530754317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6808","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6809","nonce":530754317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6807","nonce":530754317}]},"public_addr":"172.21.15.99:6803/530754317","cluster_addr":"172.21.15.99:6805/530754317","heartbeat_back_addr":"172.21.15.99:6809/530754317","heartbeat_front_addr":"172.21.15.99:6807/530754317","state":["exists","up"]},{"osd":1,"uuid":"86170385-0304-44d2-b8e6-81e2fff2741e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6810","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6811","nonce":2160962012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6812","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6813","nonce":2160962012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6816","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6817","nonce":2160962012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6814","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6815","nonce":2160962012}]},"public_addr":"172.21.15.99:6811/2160962012","cluster_addr":"172.21.15.99:6813/2160962012","heartbeat_back_addr":"172.21.15.99:6817/2160962012","heartbeat_front_addr":"172.21.15.99:6815/2160962012","state":["exists","up"]},{"osd":2,"uuid":"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6818","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6819","nonce":4091045505}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6820","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6821","nonce":4091045505}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6824","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6825","nonce":4091045505}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6822","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6823","nonce":4091045505}]},"public_addr":"172.21.15.99:6819/4091045505","cluster_addr":"172.21.15.99:6821/4091045505","heartbeat_back_addr":"172.21.15.99:6825/4091045505","heartbeat_front_addr":"172.21.15.99:6823/4091045505","state":["exists","up"]},{"osd":3,"uuid":"6b1dc4d5-72bc-41c7-a084-430c78d012bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6826","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6827","nonce":1304172420}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6828","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6829","nonce":1304172420}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6832","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6833","nonce":1304172420}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6830","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6831","nonce":1304172420}]},"public_addr":"172.21.15.99:6827/1304172420","cluster_addr":"172.21.15.99:6829/1304172420","heartbeat_back_addr":"172.21.15.99:6833/1304172420","heartbeat_front_addr":"172.21.15.99:6831/1304172420","state":["exists","up"]},{"osd":4,"uuid":"7dcc5245-da80-44a6-8467-1ae133b3a179","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":31,"last_clean_end":34,"up_from":37,"up_thru":0,"down_at":35,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6801","nonce":1390064685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6803","nonce":1390064685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6807","nonce":1390064685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6805","nonce":1390064685}]},"public_addr":"172.21.15.179:6801/1390064685","cluster_addr":"172.21.15.179:6803/1390064685","heartbeat_back_addr":"172.21.15.179:6807/1390064685","heartbeat_front_addr":"172.21.15.179:6805/1390064685","state":["exists","up"]},{"osd":5,"uuid":"83b33518-fb68-49f2-ad4c-7123257cdd9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6809","nonce":3558231986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6811","nonce":3558231986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6815","nonce":3558231986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6813","nonce":3558231986}]},"public_addr":"172.21.15.179:6809/3558231986","cluster_addr":"172.21.15.179:6811/3558231986","heartbeat_back_addr":"172.21.15.179:6815/3558231986","heartbeat_front_addr":"172.21.15.179:6813/3558231986","state":["exists","up"]},{"osd":6,"uuid":"6026d0dc-f58f-481d-a918-4d34e8142a82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6817","nonce":255841905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6819","nonce":255841905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6823","nonce":255841905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6821","nonce":255841905}]},"public_addr":"172.21.15.179:6817/255841905","cluster_addr":"172.21.15.179:6819/255841905","heartbeat_back_addr":"172.21.15.179:6823/255841905","heartbeat_front_addr":"172.21.15.179:6821/255841905","state":["exists","up"]},{"osd":7,"uuid":"781db804-0570-43f3-9487-8377987b50af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":51,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6825","nonce":1968754661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6827","nonce":1968754661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6831","nonce":1968754661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6829","nonce":1968754661}]},"public_addr":"172.21.15.179:6825/1968754661","cluster_addr":"172.21.15.179:6827/1968754661","heartbeat_back_addr":"172.21.15.179:6831/1968754661","heartbeat_front_addr":"172.21.15.179:6829/1968754661","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:08.171927+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":"2024-02-10T08:29:26.829499+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:47.757454+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:06.950023+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":"2024-02-10T08:30:22.723802+0000","dead_epoch":35},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:45.623373+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:31:03.842198+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:31:20.045785+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.99:6800/1538034758":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2373939990":"2024-02-11T08:27:29.540619+0000","172.21.15.99:6801/1538034758":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2945913861":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2268600863":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/1218272857":"2024-02-11T08:27:07.153498+0000","172.21.15.99:6800/2467624850":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/1577662378":"2024-02-11T08:27:29.540619+0000","172.21.15.99:6801/2467624850":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/3522150101":"2024-02-11T08:27:07.153498+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":{}} 2024-02-10T08:31:44.871 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:44 smithi099 bash[64561]: audit 2024-02-10T08:31:44.104198+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:44.871 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:44 smithi099 bash[64561]: audit 2024-02-10T08:31:44.106903+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:44.871 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:44 smithi099 bash[64561]: audit 2024-02-10T08:31:44.107496+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:44.871 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:44 smithi099 bash[64561]: audit 2024-02-10T08:31:44.506401+0000 mon.a (mon.0) 518 : audit [DBG] from='client.? 172.21.15.99:0/3383393112' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:44.872 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:44 smithi099 bash[67896]: audit 2024-02-10T08:31:44.104198+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:44.872 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:44 smithi099 bash[67896]: audit 2024-02-10T08:31:44.106903+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:44.872 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:44 smithi099 bash[67896]: audit 2024-02-10T08:31:44.107496+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:44.872 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:44 smithi099 bash[67896]: audit 2024-02-10T08:31:44.506401+0000 mon.a (mon.0) 518 : audit [DBG] from='client.? 172.21.15.99:0/3383393112' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:44.992 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[64586]: audit 2024-02-10T08:31:44.104198+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:44.992 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[64586]: audit 2024-02-10T08:31:44.106903+0000 mon.a (mon.0) 516 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:19.032588\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:19.032662\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:19.032694\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:19.032723\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:19.032750\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:19.032778\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:44.992 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[64586]: audit 2024-02-10T08:31:44.107496+0000 mon.a (mon.0) 517 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:31:44.993 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[64586]: audit 2024-02-10T08:31:44.506401+0000 mon.a (mon.0) 518 : audit [DBG] from='client.? 172.21.15.99:0/3383393112' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.736Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.737Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.737Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.737Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi179 (none))" 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.737Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.737Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.738Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.739Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.740Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.740Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-02-10T08:31:44.993 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.743Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.743Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.802µs 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.743Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.743Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.743Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=28.049µs wal_replay_duration=274.646µs wbl_replay_duration=128ns total_replay_duration=325.003µs 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.744Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.744Z caller=main.go:1063 level=info msg="TSDB started" 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.744Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.745Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=601.221µs db_storage=887ns remote_storage=965ns web_handler=400ns query_engine=651ns scrape=370.359µs scrape_sd=28.77µs notify=833ns notify_sd=2.015µs rules=26.45µs tracing=5.302µs 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.745Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-02-10T08:31:44.994 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:31:44 smithi179 bash[73974]: ts=2024-02-10T08:31:44.745Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-02-10T08:31:45.263 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-02-10T08:26:59.803929+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': {}}}] 2024-02-10T08:31:45.263 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-02-10T08:31:45.848 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:45 smithi099 bash[64561]: cluster 2024-02-10T08:31:44.274368+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:45.848 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:45 smithi099 bash[67896]: cluster 2024-02-10T08:31:44.274368+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:46.027 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:45 smithi179 bash[64586]: cluster 2024-02-10T08:31:44.274368+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:46.867 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:46 smithi099 podman[76275]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-node-exporter.a" found: no such container 2024-02-10T08:31:46.867 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:46 smithi099 systemd[1]: Started Ceph node-exporter.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:31:46.867 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[67896]: audit 2024-02-10T08:31:46.239765+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_daemon_update\": \"2024-02-10T08:31:46.238899\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:46.868 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[67896]: audit 2024-02-10T08:31:46.242486+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_daemon_update\": \"2024-02-10T08:31:46.238899\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:46.868 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[67896]: audit 2024-02-10T08:31:46.243715+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-10T08:31:46.868 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[67896]: audit 2024-02-10T08:31:46.244155+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:46.868 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[64561]: audit 2024-02-10T08:31:46.239765+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_daemon_update\": \"2024-02-10T08:31:46.238899\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:46.868 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[64561]: audit 2024-02-10T08:31:46.242486+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_daemon_update\": \"2024-02-10T08:31:46.238899\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:46.868 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[64561]: audit 2024-02-10T08:31:46.243715+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-10T08:31:46.868 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[64561]: audit 2024-02-10T08:31:46.244155+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:46.977 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:46 smithi179 bash[64586]: audit 2024-02-10T08:31:46.239765+0000 mon.a (mon.0) 519 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_daemon_update\": \"2024-02-10T08:31:46.238899\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:46.977 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:46 smithi179 bash[64586]: audit 2024-02-10T08:31:46.242486+0000 mon.a (mon.0) 520 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}}, \"last_daemon_update\": \"2024-02-10T08:31:46.238899\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:46.977 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:46 smithi179 bash[64586]: audit 2024-02-10T08:31:46.243715+0000 mon.a (mon.0) 521 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-10T08:31:46.977 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:46 smithi179 bash[64586]: audit 2024-02-10T08:31:46.244155+0000 mon.a (mon.0) 522 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:47.222 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[76298]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-02-10T08:31:47.223 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:46 smithi099 bash[76298]: Trying to pull docker.io/prom/node-exporter:latest... 2024-02-10T08:31:47.227 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:47 smithi179 systemd[1]: Starting Ceph node-exporter.b for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:31:47.416 INFO:teuthology.orchestra.run.smithi099.stdout:pg_num: 1 2024-02-10T08:31:47.640 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:47 smithi179 podman[74383]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-node-exporter.b" found: no such container 2024-02-10T08:31:47.640 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:47 smithi179 systemd[1]: Started Ceph node-exporter.b for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:31:47.641 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[74399]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-02-10T08:31:47.641 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[74399]: Trying to pull docker.io/prom/node-exporter:latest... 2024-02-10T08:31:47.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: cephadm 2024-02-10T08:31:46.244533+0000 mgr.y (mgr.14140) 167 : cephadm [INF] Deploying daemon node-exporter.a on smithi099 2024-02-10T08:31:47.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: cluster 2024-02-10T08:31:46.274641+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:47.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: cephadm 2024-02-10T08:31:46.244533+0000 mgr.y (mgr.14140) 167 : cephadm [INF] Deploying daemon node-exporter.a on smithi099 2024-02-10T08:31:47.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: cluster 2024-02-10T08:31:46.274641+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:47.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: audit 2024-02-10T08:31:46.792978+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:31:47.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: audit 2024-02-10T08:31:46.792978+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:31:47.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: audit 2024-02-10T08:31:46.796827+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:31:47.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: audit 2024-02-10T08:31:46.797365+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-10T08:31:47.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: audit 2024-02-10T08:31:46.797869+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:47.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: cephadm 2024-02-10T08:31:46.798302+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon node-exporter.b on smithi179 2024-02-10T08:31:47.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: audit 2024-02-10T08:31:46.796827+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: audit 2024-02-10T08:31:46.797365+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: audit 2024-02-10T08:31:46.797869+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: cephadm 2024-02-10T08:31:46.798302+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon node-exporter.b on smithi179 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: audit 2024-02-10T08:31:47.288005+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: audit 2024-02-10T08:31:47.291146+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[64561]: audit 2024-02-10T08:31:47.416382+0000 mon.a (mon.0) 529 : audit [DBG] from='client.? 172.21.15.99:0/3843061943' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: audit 2024-02-10T08:31:47.288005+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: audit 2024-02-10T08:31:47.291146+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:47.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:47 smithi099 bash[67896]: audit 2024-02-10T08:31:47.416382+0000 mon.a (mon.0) 529 : audit [DBG] from='client.? 172.21.15.99:0/3843061943' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-10T08:31:48.138 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-02-10T08:31:48.138 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-02-10T08:31:48.139 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph mgr dump --format=json 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: cephadm 2024-02-10T08:31:46.244533+0000 mgr.y (mgr.14140) 167 : cephadm [INF] Deploying daemon node-exporter.a on smithi099 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: cluster 2024-02-10T08:31:46.274641+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v168: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: audit 2024-02-10T08:31:46.792978+0000 mon.a (mon.0) 523 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: audit 2024-02-10T08:31:46.796827+0000 mon.a (mon.0) 524 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: audit 2024-02-10T08:31:46.797365+0000 mon.a (mon.0) 525 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: audit 2024-02-10T08:31:46.797869+0000 mon.a (mon.0) 526 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: cephadm 2024-02-10T08:31:46.798302+0000 mgr.y (mgr.14140) 169 : cephadm [INF] Deploying daemon node-exporter.b on smithi179 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: audit 2024-02-10T08:31:47.288005+0000 mon.a (mon.0) 527 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: audit 2024-02-10T08:31:47.291146+0000 mon.a (mon.0) 528 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:31:48.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:47 smithi179 bash[64586]: audit 2024-02-10T08:31:47.416382+0000 mon.a (mon.0) 529 : audit [DBG] from='client.? 172.21.15.99:0/3843061943' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-02-10T08:31:48.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:48 smithi099 bash[64561]: cephadm 2024-02-10T08:31:47.293290+0000 mgr.y (mgr.14140) 170 : cephadm [INF] Deploying daemon alertmanager.a on smithi099 2024-02-10T08:31:48.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:48 smithi099 bash[67896]: cephadm 2024-02-10T08:31:47.293290+0000 mgr.y (mgr.14140) 170 : cephadm [INF] Deploying daemon alertmanager.a on smithi099 2024-02-10T08:31:49.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:48 smithi179 bash[64586]: cephadm 2024-02-10T08:31:47.293290+0000 mgr.y (mgr.14140) 170 : cephadm [INF] Deploying daemon alertmanager.a on smithi099 2024-02-10T08:31:49.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:49 smithi099 bash[64561]: cluster 2024-02-10T08:31:48.274908+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:49.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:49 smithi099 bash[67896]: cluster 2024-02-10T08:31:48.274908+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:50.112 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:31:50.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:49 smithi179 bash[64586]: cluster 2024-02-10T08:31:48.274908+0000 mgr.y (mgr.14140) 171 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:50 smithi099 bash[64561]: audit 2024-02-10T08:31:50.109125+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.99:0/1583034006' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T08:31:50.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:50 smithi099 bash[67896]: audit 2024-02-10T08:31:50.109125+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.99:0/1583034006' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T08:31:50.818 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6800","nonce":410035761},{"type":"v1","addr":"172.21.15.99:6801","nonce":410035761}]},"active_addr":"172.21.15.99:6801/410035761","active_change":"2024-02-10T08:27:29.540956+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":34109,"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://smithi099.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.99:0","nonce":1754251307}]},{"addrvec":[{"type":"v2","addr":"172.21.15.99:0","nonce":865064640}]},{"addrvec":[{"type":"v2","addr":"172.21.15.99:0","nonce":3171067154}]}]}} 2024-02-10T08:31:50.821 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-02-10T08:31:50.821 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-02-10T08:31:50.821 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T08:31:51.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:50 smithi179 bash[64586]: audit 2024-02-10T08:31:50.109125+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.99:0/1583034006' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-02-10T08:31:51.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:51 smithi099 bash[67896]: cluster 2024-02-10T08:31:50.275184+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:51.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:51 smithi099 bash[64561]: cluster 2024-02-10T08:31:50.275184+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:52.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:51 smithi179 bash[64586]: cluster 2024-02-10T08:31:50.275184+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v170: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:52.774 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:31:52.774 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":52,"fsid":"0db3f732-c7ee-11ee-95b8-87774f69a715","created":"2024-02-10T08:26:48.509113+0000","modified":"2024-02-10T08:31:23.047400+0000","last_up_change":"2024-02-10T08:31:22.037212+0000","last_in_change":"2024-02-10T08:31:22.037212+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":"2024-02-10T08:26:59.803929+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":"33175d38-cd26-4f88-a415-e86eccd59cb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6803","nonce":530754317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6805","nonce":530754317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6808","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6809","nonce":530754317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6807","nonce":530754317}]},"public_addr":"172.21.15.99:6803/530754317","cluster_addr":"172.21.15.99:6805/530754317","heartbeat_back_addr":"172.21.15.99:6809/530754317","heartbeat_front_addr":"172.21.15.99:6807/530754317","state":["exists","up"]},{"osd":1,"uuid":"86170385-0304-44d2-b8e6-81e2fff2741e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6810","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6811","nonce":2160962012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6812","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6813","nonce":2160962012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6816","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6817","nonce":2160962012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6814","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6815","nonce":2160962012}]},"public_addr":"172.21.15.99:6811/2160962012","cluster_addr":"172.21.15.99:6813/2160962012","heartbeat_back_addr":"172.21.15.99:6817/2160962012","heartbeat_front_addr":"172.21.15.99:6815/2160962012","state":["exists","up"]},{"osd":2,"uuid":"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6818","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6819","nonce":4091045505}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6820","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6821","nonce":4091045505}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6824","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6825","nonce":4091045505}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6822","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6823","nonce":4091045505}]},"public_addr":"172.21.15.99:6819/4091045505","cluster_addr":"172.21.15.99:6821/4091045505","heartbeat_back_addr":"172.21.15.99:6825/4091045505","heartbeat_front_addr":"172.21.15.99:6823/4091045505","state":["exists","up"]},{"osd":3,"uuid":"6b1dc4d5-72bc-41c7-a084-430c78d012bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6826","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6827","nonce":1304172420}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6828","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6829","nonce":1304172420}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6832","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6833","nonce":1304172420}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6830","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6831","nonce":1304172420}]},"public_addr":"172.21.15.99:6827/1304172420","cluster_addr":"172.21.15.99:6829/1304172420","heartbeat_back_addr":"172.21.15.99:6833/1304172420","heartbeat_front_addr":"172.21.15.99:6831/1304172420","state":["exists","up"]},{"osd":4,"uuid":"7dcc5245-da80-44a6-8467-1ae133b3a179","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":31,"last_clean_end":34,"up_from":37,"up_thru":0,"down_at":35,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6801","nonce":1390064685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6803","nonce":1390064685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6807","nonce":1390064685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6805","nonce":1390064685}]},"public_addr":"172.21.15.179:6801/1390064685","cluster_addr":"172.21.15.179:6803/1390064685","heartbeat_back_addr":"172.21.15.179:6807/1390064685","heartbeat_front_addr":"172.21.15.179:6805/1390064685","state":["exists","up"]},{"osd":5,"uuid":"83b33518-fb68-49f2-ad4c-7123257cdd9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6809","nonce":3558231986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6811","nonce":3558231986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6815","nonce":3558231986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6813","nonce":3558231986}]},"public_addr":"172.21.15.179:6809/3558231986","cluster_addr":"172.21.15.179:6811/3558231986","heartbeat_back_addr":"172.21.15.179:6815/3558231986","heartbeat_front_addr":"172.21.15.179:6813/3558231986","state":["exists","up"]},{"osd":6,"uuid":"6026d0dc-f58f-481d-a918-4d34e8142a82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6817","nonce":255841905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6819","nonce":255841905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6823","nonce":255841905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6821","nonce":255841905}]},"public_addr":"172.21.15.179:6817/255841905","cluster_addr":"172.21.15.179:6819/255841905","heartbeat_back_addr":"172.21.15.179:6823/255841905","heartbeat_front_addr":"172.21.15.179:6821/255841905","state":["exists","up"]},{"osd":7,"uuid":"781db804-0570-43f3-9487-8377987b50af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":51,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6825","nonce":1968754661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6827","nonce":1968754661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6831","nonce":1968754661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6829","nonce":1968754661}]},"public_addr":"172.21.15.179:6825/1968754661","cluster_addr":"172.21.15.179:6827/1968754661","heartbeat_back_addr":"172.21.15.179:6831/1968754661","heartbeat_front_addr":"172.21.15.179:6829/1968754661","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:08.171927+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":"2024-02-10T08:29:26.829499+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:47.757454+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:06.950023+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":"2024-02-10T08:30:22.723802+0000","dead_epoch":35},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:45.623373+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:31:03.842198+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:31:20.045785+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.99:6800/1538034758":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2373939990":"2024-02-11T08:27:29.540619+0000","172.21.15.99:6801/1538034758":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2945913861":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2268600863":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/1218272857":"2024-02-11T08:27:07.153498+0000","172.21.15.99:6800/2467624850":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/1577662378":"2024-02-11T08:27:29.540619+0000","172.21.15.99:6801/2467624850":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/3522150101":"2024-02-11T08:27:07.153498+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":{}} 2024-02-10T08:31:53.680 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:53 smithi099 bash[76298]: Getting image source signatures 2024-02-10T08:31:53.681 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:53 smithi099 bash[76298]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-02-10T08:31:53.681 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:53 smithi099 bash[76298]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-02-10T08:31:53.681 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:53 smithi099 bash[76298]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-02-10T08:31:53.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:53 smithi099 bash[67896]: cluster 2024-02-10T08:31:52.275643+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:53.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:53 smithi099 bash[67896]: audit 2024-02-10T08:31:52.772950+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.99:0/4114864976' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:53.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:53 smithi099 bash[64561]: cluster 2024-02-10T08:31:52.275643+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:53.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:53 smithi099 bash[64561]: audit 2024-02-10T08:31:52.772950+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.99:0/4114864976' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:54.012 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-02-10T08:31:54.012 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd dump --format=json 2024-02-10T08:31:54.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:53 smithi179 bash[64586]: cluster 2024-02-10T08:31:52.275643+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v171: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:54.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:53 smithi179 bash[64586]: audit 2024-02-10T08:31:52.772950+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.99:0/4114864976' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:54.141 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:53 smithi179 bash[74399]: Getting image source signatures 2024-02-10T08:31:54.141 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:53 smithi179 bash[74399]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-02-10T08:31:54.141 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:53 smithi179 bash[74399]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-02-10T08:31:54.141 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:53 smithi179 bash[74399]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-02-10T08:31:55.640 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:55 smithi179 bash[74399]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-02-10T08:31:55.641 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:55 smithi179 bash[74399]: Writing manifest to image destination 2024-02-10T08:31:55.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:55 smithi099 bash[64561]: cluster 2024-02-10T08:31:54.276020+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:55.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:55 smithi099 bash[67896]: cluster 2024-02-10T08:31:54.276020+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:56.071 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:55 smithi179 bash[64586]: cluster 2024-02-10T08:31:54.276020+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v172: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:56.390 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.978Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-02-10T08:31:56.390 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.979Z 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)" 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.979Z 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/.+)($|/) 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.979Z 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)$ 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z 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+$ 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=arp 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=bcache 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=bonding 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=btrfs 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=conntrack 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=cpu 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=diskstats 2024-02-10T08:31:56.391 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=dmi 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=edac 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=entropy 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=filefd 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=filesystem 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=hwmon 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=infiniband 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=ipvs 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=loadavg 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=mdadm 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=meminfo 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=netclass 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=netdev 2024-02-10T08:31:56.392 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=netstat 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=nfs 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=nfsd 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=nvme 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=os 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=pressure 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=rapl 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=schedstat 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=selinux 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=sockstat 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=softnet 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=stat 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=tapestats 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=textfile 2024-02-10T08:31:56.393 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-02-10T08:31:56.394 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=time 2024-02-10T08:31:56.394 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-02-10T08:31:56.394 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=uname 2024-02-10T08:31:56.394 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=vmstat 2024-02-10T08:31:56.394 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=xfs 2024-02-10T08:31:56.394 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=node_exporter.go:117 level=info collector=zfs 2024-02-10T08:31:56.394 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-02-10T08:31:56.394 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:31:56 smithi179 bash[74399]: ts=2024-02-10T08:31:55.980Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-02-10T08:31:57.278 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:31:57.278 INFO:teuthology.orchestra.run.smithi099.stdout:{"epoch":52,"fsid":"0db3f732-c7ee-11ee-95b8-87774f69a715","created":"2024-02-10T08:26:48.509113+0000","modified":"2024-02-10T08:31:23.047400+0000","last_up_change":"2024-02-10T08:31:22.037212+0000","last_in_change":"2024-02-10T08:31:22.037212+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":"2024-02-10T08:26:59.803929+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":"33175d38-cd26-4f88-a415-e86eccd59cb7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":10,"up_thru":50,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6802","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6803","nonce":530754317}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6804","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6805","nonce":530754317}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6808","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6809","nonce":530754317}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6806","nonce":530754317},{"type":"v1","addr":"172.21.15.99:6807","nonce":530754317}]},"public_addr":"172.21.15.99:6803/530754317","cluster_addr":"172.21.15.99:6805/530754317","heartbeat_back_addr":"172.21.15.99:6809/530754317","heartbeat_front_addr":"172.21.15.99:6807/530754317","state":["exists","up"]},{"osd":1,"uuid":"86170385-0304-44d2-b8e6-81e2fff2741e","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6810","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6811","nonce":2160962012}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6812","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6813","nonce":2160962012}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6816","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6817","nonce":2160962012}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6814","nonce":2160962012},{"type":"v1","addr":"172.21.15.99:6815","nonce":2160962012}]},"public_addr":"172.21.15.99:6811/2160962012","cluster_addr":"172.21.15.99:6813/2160962012","heartbeat_back_addr":"172.21.15.99:6817/2160962012","heartbeat_front_addr":"172.21.15.99:6815/2160962012","state":["exists","up"]},{"osd":2,"uuid":"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":21,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6818","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6819","nonce":4091045505}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6820","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6821","nonce":4091045505}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6824","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6825","nonce":4091045505}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6822","nonce":4091045505},{"type":"v1","addr":"172.21.15.99:6823","nonce":4091045505}]},"public_addr":"172.21.15.99:6819/4091045505","cluster_addr":"172.21.15.99:6821/4091045505","heartbeat_back_addr":"172.21.15.99:6825/4091045505","heartbeat_front_addr":"172.21.15.99:6823/4091045505","state":["exists","up"]},{"osd":3,"uuid":"6b1dc4d5-72bc-41c7-a084-430c78d012bf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6826","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6827","nonce":1304172420}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6828","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6829","nonce":1304172420}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6832","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6833","nonce":1304172420}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.99:6830","nonce":1304172420},{"type":"v1","addr":"172.21.15.99:6831","nonce":1304172420}]},"public_addr":"172.21.15.99:6827/1304172420","cluster_addr":"172.21.15.99:6829/1304172420","heartbeat_back_addr":"172.21.15.99:6833/1304172420","heartbeat_front_addr":"172.21.15.99:6831/1304172420","state":["exists","up"]},{"osd":4,"uuid":"7dcc5245-da80-44a6-8467-1ae133b3a179","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":31,"last_clean_end":34,"up_from":37,"up_thru":0,"down_at":35,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6800","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6801","nonce":1390064685}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6802","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6803","nonce":1390064685}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6806","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6807","nonce":1390064685}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6804","nonce":1390064685},{"type":"v1","addr":"172.21.15.179:6805","nonce":1390064685}]},"public_addr":"172.21.15.179:6801/1390064685","cluster_addr":"172.21.15.179:6803/1390064685","heartbeat_back_addr":"172.21.15.179:6807/1390064685","heartbeat_front_addr":"172.21.15.179:6805/1390064685","state":["exists","up"]},{"osd":5,"uuid":"83b33518-fb68-49f2-ad4c-7123257cdd9d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":41,"up_thru":41,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6808","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6809","nonce":3558231986}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6810","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6811","nonce":3558231986}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6814","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6815","nonce":3558231986}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6812","nonce":3558231986},{"type":"v1","addr":"172.21.15.179:6813","nonce":3558231986}]},"public_addr":"172.21.15.179:6809/3558231986","cluster_addr":"172.21.15.179:6811/3558231986","heartbeat_back_addr":"172.21.15.179:6815/3558231986","heartbeat_front_addr":"172.21.15.179:6813/3558231986","state":["exists","up"]},{"osd":6,"uuid":"6026d0dc-f58f-481d-a918-4d34e8142a82","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":46,"up_thru":46,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6816","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6817","nonce":255841905}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6818","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6819","nonce":255841905}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6822","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6823","nonce":255841905}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6820","nonce":255841905},{"type":"v1","addr":"172.21.15.179:6821","nonce":255841905}]},"public_addr":"172.21.15.179:6817/255841905","cluster_addr":"172.21.15.179:6819/255841905","heartbeat_back_addr":"172.21.15.179:6823/255841905","heartbeat_front_addr":"172.21.15.179:6821/255841905","state":["exists","up"]},{"osd":7,"uuid":"781db804-0570-43f3-9487-8377987b50af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":51,"up_thru":51,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6824","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6825","nonce":1968754661}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6826","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6827","nonce":1968754661}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6830","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6831","nonce":1968754661}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.179:6828","nonce":1968754661},{"type":"v1","addr":"172.21.15.179:6829","nonce":1968754661}]},"public_addr":"172.21.15.179:6825/1968754661","cluster_addr":"172.21.15.179:6827/1968754661","heartbeat_back_addr":"172.21.15.179:6831/1968754661","heartbeat_front_addr":"172.21.15.179:6829/1968754661","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:08.171927+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":"2024-02-10T08:29:26.829499+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:29:47.757454+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:06.950023+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":"2024-02-10T08:30:22.723802+0000","dead_epoch":35},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:30:45.623373+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:31:03.842198+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-02-10T08:31:20.045785+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.99:6800/1538034758":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2373939990":"2024-02-11T08:27:29.540619+0000","172.21.15.99:6801/1538034758":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2945913861":"2024-02-11T08:27:29.540619+0000","172.21.15.99:0/2268600863":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/1218272857":"2024-02-11T08:27:07.153498+0000","172.21.15.99:6800/2467624850":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/1577662378":"2024-02-11T08:27:29.540619+0000","172.21.15.99:6801/2467624850":"2024-02-11T08:27:07.153498+0000","172.21.15.99:0/3522150101":"2024-02-11T08:27:07.153498+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":{}} 2024-02-10T08:31:57.692 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:57 smithi099 bash[76298]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-02-10T08:31:57.692 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:57 smithi099 bash[76298]: Writing manifest to image destination 2024-02-10T08:31:57.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:57 smithi099 bash[67896]: cluster 2024-02-10T08:31:56.276273+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:57.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:57 smithi099 bash[67896]: audit 2024-02-10T08:31:57.277140+0000 mon.a (mon.0) 530 : audit [DBG] from='client.? 172.21.15.99:0/1064217361' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:57.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:57 smithi099 bash[64561]: cluster 2024-02-10T08:31:56.276273+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:57.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:57 smithi099 bash[64561]: audit 2024-02-10T08:31:57.277140+0000 mon.a (mon.0) 530 : audit [DBG] from='client.? 172.21.15.99:0/1064217361' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:58.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:57 smithi179 bash[64586]: cluster 2024-02-10T08:31:56.276273+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v173: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:58.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:57 smithi179 bash[64586]: audit 2024-02-10T08:31:57.277140+0000 mon.a (mon.0) 530 : audit [DBG] from='client.? 172.21.15.99:0/1064217361' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-02-10T08:31:58.572 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-02-10T08:31:59.088 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.741Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-02-10T08:31:59.088 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.741Z 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)" 2024-02-10T08:31:59.088 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.742Z 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+$ 2024-02-10T08:31:59.088 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.742Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.742Z 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/.+)($|/) 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.742Z 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)$ 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=arp 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=bcache 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=bonding 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=btrfs 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=conntrack 2024-02-10T08:31:59.089 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=cpu 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=diskstats 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=dmi 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=edac 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=entropy 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=filefd 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=filesystem 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=hwmon 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=infiniband 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=ipvs 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=loadavg 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=mdadm 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=meminfo 2024-02-10T08:31:59.090 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=netclass 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=netdev 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=netstat 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=nfs 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=nfsd 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=nvme 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=os 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=pressure 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=rapl 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=schedstat 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=selinux 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=sockstat 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=softnet 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=stat 2024-02-10T08:31:59.091 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=tapestats 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=textfile 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=time 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=uname 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=vmstat 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=xfs 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=node_exporter.go:117 level=info collector=zfs 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-02-10T08:31:59.092 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:31:58 smithi099 bash[76298]: ts=2024-02-10T08:31:58.743Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-02-10T08:31:59.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:31:59 smithi099 bash[64561]: cluster 2024-02-10T08:31:58.276544+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:31:59.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:31:59 smithi099 bash[67896]: cluster 2024-02-10T08:31:58.276544+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:00.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:31:59 smithi179 bash[64586]: cluster 2024-02-10T08:31:58.276544+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v174: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:01.971 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:01 smithi099 bash[64561]: cluster 2024-02-10T08:32:00.276849+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:01.971 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:01 smithi099 bash[67896]: cluster 2024-02-10T08:32:00.276849+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:02.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:01 smithi179 bash[64586]: cluster 2024-02-10T08:32:00.276849+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v175: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:03.035 INFO:teuthology.orchestra.run.smithi099.stdout:42949672998 2024-02-10T08:32:03.035 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-02-10T08:32:03.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:03 smithi099 bash[64561]: cluster 2024-02-10T08:32:02.277121+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:03.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:03 smithi099 bash[67896]: cluster 2024-02-10T08:32:02.277121+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:04.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:03 smithi179 bash[64586]: cluster 2024-02-10T08:32:02.277121+0000 mgr.y (mgr.14140) 178 : cluster [DBG] pgmap v176: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:05.223 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:04 smithi099 podman[77446]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-alertmanager.a" found: no such container 2024-02-10T08:32:05.223 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:04 smithi099 systemd[1]: Started Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:32:05.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[64561]: cluster 2024-02-10T08:32:04.277539+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:05.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[67896]: cluster 2024-02-10T08:32:04.277539+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:05.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[64561]: audit 2024-02-10T08:32:05.012434+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:05.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[64561]: audit 2024-02-10T08:32:05.015424+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:05.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[67896]: audit 2024-02-10T08:32:05.012434+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:05.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[67896]: audit 2024-02-10T08:32:05.015424+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:05.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[64561]: audit 2024-02-10T08:32:05.072650+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEC+u6/as2EKZgCPXNqQ+W3gwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAyMTAwODMyMDVaFw0z\nNDAyMDcwODMyMDVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrJGGy/DXRrbrHK3vnxOhg\nV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGbBQYf29Uy\nqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOqwbIGLXzg\nvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M07ICEG3JW\n05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8oyZxmDNB\njJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmbMLqczynj\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAAV+QjrEH7rHnGWYrLfqxeynB87o6GPx\nsY6161+H1MxmKhmyNH1FKSCOsGvX1J6buh2UzUjM7OdzlH+G5cVTnIh47PG2bIwk\n5xkP85RrRVutRb52qFNl/Dq4whtp2wqQXxZDq0PDtkLFh5H/g0WYlDxUQ4zuGKlr\n/Zw2lHHmBM0zLB3Osowa54f809ijjicbuQsX2I90WBh6TaaM3fNuQqEn2aXSycqF\nL5vIh7lHnV3A+NLEFN6v8kmI/iTYnHK5MS+NlaCv1Jskzopty8vYkRTYyEuHhERT\nRKKf1pYqDRK2u6lE6CK1IZhKvRPeHDoNJnYbrd/zD9D1uV424T1NjXk=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-02-10T08:32:05.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[64561]: audit 2024-02-10T08:32:05.075651+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEC+u6/as2EKZgCPXNqQ+W3gwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAyMTAwODMyMDVaFw0z\nNDAyMDcwODMyMDVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrJGGy/DXRrbrHK3vnxOhg\nV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGbBQYf29Uy\nqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOqwbIGLXzg\nvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M07ICEG3JW\n05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8oyZxmDNB\njJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmbMLqczynj\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAAV+QjrEH7rHnGWYrLfqxeynB87o6GPx\nsY6161+H1MxmKhmyNH1FKSCOsGvX1J6buh2UzUjM7OdzlH+G5cVTnIh47PG2bIwk\n5xkP85RrRVutRb52qFNl/Dq4whtp2wqQXxZDq0PDtkLFh5H/g0WYlDxUQ4zuGKlr\n/Zw2lHHmBM0zLB3Osowa54f809ijjicbuQsX2I90WBh6TaaM3fNuQqEn2aXSycqF\nL5vIh7lHnV3A+NLEFN6v8kmI/iTYnHK5MS+NlaCv1Jskzopty8vYkRTYyEuHhERT\nRKKf1pYqDRK2u6lE6CK1IZhKvRPeHDoNJnYbrd/zD9D1uV424T1NjXk=\n-----END CERTIFICATE-----\n"}]': finished 2024-02-10T08:32:05.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[64561]: audit 2024-02-10T08:32:05.076057+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCrJGGy/DXRrbrH\nK3vnxOhgV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGb\nBQYf29UyqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOq\nwbIGLXzgvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M0\n7ICEG3JW05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8\noyZxmDNBjJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmb\nMLqczynjAgMBAAECggEAB5VdHuk+GURxelHa87It+dbqoxutqC4LTTNeIZUgD2es\nGALNl45F0FG4OXIzV9QaZR3Q6BG5AYKhARV/5/l9wPjh7fhOTjUkIt5DjtoikOYJ\nj10TIb1aTVlThPkk9mb/E9T4JeF5s7RN18stcEijt/GeG5zwqYwnEl8hbz5r3lrL\nroofDcpekW/jewhb2+RxqZ8AB8CLKsxKiKFh4Y7C/P6MIXTxE8p0+BxparM3hjbI\nvhG3Mlh1StIyHpYx9LP7GzE5Ygo0ceWIKfjw7Ejm97eFcZp25VDqjJ8Yt5EjlcJz\nYdY5m000WbVoF77zNpuDZ2UK8oA02cL62px/0+3kwQKBgQDfTFcLVxUQC2YvSFS2\n24m1cYdIy/swoMMhSGfQiH4VpCoo/oVmJetxSg2RkBoPx0Vac6iuGQRjJytYrfjy\ngbOrOO0gEdq7H+qBEp49yfurGvbzEkSM6iPsX8nX8rGtslEtJgNTqifG/nyM3DD2\n88Lu3RXMFLP6RM01rzWak3MX/wKBgQDENKkoYmpEs4AwKv6z4jvnKSe0NOxqRHE4\nXbc+LlW7ksp3QdJtJyrTuzMvuE/qSh+h8fcarWHahrfGVNLHcmjsEzH5Jn8rBzp9\nl/Azp3NXb1tZDXzUNw5wqv8kx/FCmPcCTQ7TGVMXvEXrOnJTmue2tKgdqBYIodxH\nqQps3oqOHQKBgQC+oGE+4RyuEc0uWEVZxZmOOFkRoHHUVam/ZBycPanFt9v2GzKu\nvXh9woZK2gYlqixex5Yc6maAbxPmJL796BQF/BcS5ashTGHZxpcokKI0tFRVtian\nVctNI4kgvaNJcY0zSdxVNFG449BYQDHc4MRtPng5PQNYiBvX1LeiOnZq6QKBgEu/\n4Qb8Z/a6LmVqVAdy8pmeY/vI6vVkEyol1FcnYGYYmB5OxUTq+DficDKeQAw+LdRC\nLJqaEctic5UYrn/eBfAOwR5l5HbiRYyzmkL3BSrejS/maykrUGHjQroaj2Sc1dCH\nm4+YmWHyiDP2zqjEh20cdkNs34TZqMfp1WKO0INpAoGAKkZOJakBoNcNDCJaE5Si\nvEYg7tPQvW2lCEv1ydqIZVNvaQUGcUe8KbllKfwihdpMY/wB9cmFmra+23T8e1My\nxb/y/8lRH/NheMHpm0/JqAgXlvlz25Kk6SCBIEOAoffkVDA4HLsVmgKW24b9VIuw\nXJpxPtpeTBQasqD4VgwYtzw=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-02-10T08:32:05.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[64561]: audit 2024-02-10T08:32:05.078456+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCrJGGy/DXRrbrH\nK3vnxOhgV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGb\nBQYf29UyqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOq\nwbIGLXzgvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M0\n7ICEG3JW05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8\noyZxmDNBjJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmb\nMLqczynjAgMBAAECggEAB5VdHuk+GURxelHa87It+dbqoxutqC4LTTNeIZUgD2es\nGALNl45F0FG4OXIzV9QaZR3Q6BG5AYKhARV/5/l9wPjh7fhOTjUkIt5DjtoikOYJ\nj10TIb1aTVlThPkk9mb/E9T4JeF5s7RN18stcEijt/GeG5zwqYwnEl8hbz5r3lrL\nroofDcpekW/jewhb2+RxqZ8AB8CLKsxKiKFh4Y7C/P6MIXTxE8p0+BxparM3hjbI\nvhG3Mlh1StIyHpYx9LP7GzE5Ygo0ceWIKfjw7Ejm97eFcZp25VDqjJ8Yt5EjlcJz\nYdY5m000WbVoF77zNpuDZ2UK8oA02cL62px/0+3kwQKBgQDfTFcLVxUQC2YvSFS2\n24m1cYdIy/swoMMhSGfQiH4VpCoo/oVmJetxSg2RkBoPx0Vac6iuGQRjJytYrfjy\ngbOrOO0gEdq7H+qBEp49yfurGvbzEkSM6iPsX8nX8rGtslEtJgNTqifG/nyM3DD2\n88Lu3RXMFLP6RM01rzWak3MX/wKBgQDENKkoYmpEs4AwKv6z4jvnKSe0NOxqRHE4\nXbc+LlW7ksp3QdJtJyrTuzMvuE/qSh+h8fcarWHahrfGVNLHcmjsEzH5Jn8rBzp9\nl/Azp3NXb1tZDXzUNw5wqv8kx/FCmPcCTQ7TGVMXvEXrOnJTmue2tKgdqBYIodxH\nqQps3oqOHQKBgQC+oGE+4RyuEc0uWEVZxZmOOFkRoHHUVam/ZBycPanFt9v2GzKu\nvXh9woZK2gYlqixex5Yc6maAbxPmJL796BQF/BcS5ashTGHZxpcokKI0tFRVtian\nVctNI4kgvaNJcY0zSdxVNFG449BYQDHc4MRtPng5PQNYiBvX1LeiOnZq6QKBgEu/\n4Qb8Z/a6LmVqVAdy8pmeY/vI6vVkEyol1FcnYGYYmB5OxUTq+DficDKeQAw+LdRC\nLJqaEctic5UYrn/eBfAOwR5l5HbiRYyzmkL3BSrejS/maykrUGHjQroaj2Sc1dCH\nm4+YmWHyiDP2zqjEh20cdkNs34TZqMfp1WKO0INpAoGAKkZOJakBoNcNDCJaE5Si\nvEYg7tPQvW2lCEv1ydqIZVNvaQUGcUe8KbllKfwihdpMY/wB9cmFmra+23T8e1My\nxb/y/8lRH/NheMHpm0/JqAgXlvlz25Kk6SCBIEOAoffkVDA4HLsVmgKW24b9VIuw\nXJpxPtpeTBQasqD4VgwYtzw=\n-----END PRIVATE KEY-----\n"}]': finished 2024-02-10T08:32:05.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[67896]: audit 2024-02-10T08:32:05.072650+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEC+u6/as2EKZgCPXNqQ+W3gwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAyMTAwODMyMDVaFw0z\nNDAyMDcwODMyMDVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrJGGy/DXRrbrHK3vnxOhg\nV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGbBQYf29Uy\nqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOqwbIGLXzg\nvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M07ICEG3JW\n05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8oyZxmDNB\njJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmbMLqczynj\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAAV+QjrEH7rHnGWYrLfqxeynB87o6GPx\nsY6161+H1MxmKhmyNH1FKSCOsGvX1J6buh2UzUjM7OdzlH+G5cVTnIh47PG2bIwk\n5xkP85RrRVutRb52qFNl/Dq4whtp2wqQXxZDq0PDtkLFh5H/g0WYlDxUQ4zuGKlr\n/Zw2lHHmBM0zLB3Osowa54f809ijjicbuQsX2I90WBh6TaaM3fNuQqEn2aXSycqF\nL5vIh7lHnV3A+NLEFN6v8kmI/iTYnHK5MS+NlaCv1Jskzopty8vYkRTYyEuHhERT\nRKKf1pYqDRK2u6lE6CK1IZhKvRPeHDoNJnYbrd/zD9D1uV424T1NjXk=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-02-10T08:32:05.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[67896]: audit 2024-02-10T08:32:05.075651+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEC+u6/as2EKZgCPXNqQ+W3gwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAyMTAwODMyMDVaFw0z\nNDAyMDcwODMyMDVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrJGGy/DXRrbrHK3vnxOhg\nV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGbBQYf29Uy\nqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOqwbIGLXzg\nvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M07ICEG3JW\n05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8oyZxmDNB\njJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmbMLqczynj\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAAV+QjrEH7rHnGWYrLfqxeynB87o6GPx\nsY6161+H1MxmKhmyNH1FKSCOsGvX1J6buh2UzUjM7OdzlH+G5cVTnIh47PG2bIwk\n5xkP85RrRVutRb52qFNl/Dq4whtp2wqQXxZDq0PDtkLFh5H/g0WYlDxUQ4zuGKlr\n/Zw2lHHmBM0zLB3Osowa54f809ijjicbuQsX2I90WBh6TaaM3fNuQqEn2aXSycqF\nL5vIh7lHnV3A+NLEFN6v8kmI/iTYnHK5MS+NlaCv1Jskzopty8vYkRTYyEuHhERT\nRKKf1pYqDRK2u6lE6CK1IZhKvRPeHDoNJnYbrd/zD9D1uV424T1NjXk=\n-----END CERTIFICATE-----\n"}]': finished 2024-02-10T08:32:05.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[67896]: audit 2024-02-10T08:32:05.076057+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCrJGGy/DXRrbrH\nK3vnxOhgV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGb\nBQYf29UyqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOq\nwbIGLXzgvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M0\n7ICEG3JW05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8\noyZxmDNBjJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmb\nMLqczynjAgMBAAECggEAB5VdHuk+GURxelHa87It+dbqoxutqC4LTTNeIZUgD2es\nGALNl45F0FG4OXIzV9QaZR3Q6BG5AYKhARV/5/l9wPjh7fhOTjUkIt5DjtoikOYJ\nj10TIb1aTVlThPkk9mb/E9T4JeF5s7RN18stcEijt/GeG5zwqYwnEl8hbz5r3lrL\nroofDcpekW/jewhb2+RxqZ8AB8CLKsxKiKFh4Y7C/P6MIXTxE8p0+BxparM3hjbI\nvhG3Mlh1StIyHpYx9LP7GzE5Ygo0ceWIKfjw7Ejm97eFcZp25VDqjJ8Yt5EjlcJz\nYdY5m000WbVoF77zNpuDZ2UK8oA02cL62px/0+3kwQKBgQDfTFcLVxUQC2YvSFS2\n24m1cYdIy/swoMMhSGfQiH4VpCoo/oVmJetxSg2RkBoPx0Vac6iuGQRjJytYrfjy\ngbOrOO0gEdq7H+qBEp49yfurGvbzEkSM6iPsX8nX8rGtslEtJgNTqifG/nyM3DD2\n88Lu3RXMFLP6RM01rzWak3MX/wKBgQDENKkoYmpEs4AwKv6z4jvnKSe0NOxqRHE4\nXbc+LlW7ksp3QdJtJyrTuzMvuE/qSh+h8fcarWHahrfGVNLHcmjsEzH5Jn8rBzp9\nl/Azp3NXb1tZDXzUNw5wqv8kx/FCmPcCTQ7TGVMXvEXrOnJTmue2tKgdqBYIodxH\nqQps3oqOHQKBgQC+oGE+4RyuEc0uWEVZxZmOOFkRoHHUVam/ZBycPanFt9v2GzKu\nvXh9woZK2gYlqixex5Yc6maAbxPmJL796BQF/BcS5ashTGHZxpcokKI0tFRVtian\nVctNI4kgvaNJcY0zSdxVNFG449BYQDHc4MRtPng5PQNYiBvX1LeiOnZq6QKBgEu/\n4Qb8Z/a6LmVqVAdy8pmeY/vI6vVkEyol1FcnYGYYmB5OxUTq+DficDKeQAw+LdRC\nLJqaEctic5UYrn/eBfAOwR5l5HbiRYyzmkL3BSrejS/maykrUGHjQroaj2Sc1dCH\nm4+YmWHyiDP2zqjEh20cdkNs34TZqMfp1WKO0INpAoGAKkZOJakBoNcNDCJaE5Si\nvEYg7tPQvW2lCEv1ydqIZVNvaQUGcUe8KbllKfwihdpMY/wB9cmFmra+23T8e1My\nxb/y/8lRH/NheMHpm0/JqAgXlvlz25Kk6SCBIEOAoffkVDA4HLsVmgKW24b9VIuw\nXJpxPtpeTBQasqD4VgwYtzw=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-02-10T08:32:05.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:05 smithi099 bash[67896]: audit 2024-02-10T08:32:05.078456+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCrJGGy/DXRrbrH\nK3vnxOhgV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGb\nBQYf29UyqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOq\nwbIGLXzgvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M0\n7ICEG3JW05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8\noyZxmDNBjJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmb\nMLqczynjAgMBAAECggEAB5VdHuk+GURxelHa87It+dbqoxutqC4LTTNeIZUgD2es\nGALNl45F0FG4OXIzV9QaZR3Q6BG5AYKhARV/5/l9wPjh7fhOTjUkIt5DjtoikOYJ\nj10TIb1aTVlThPkk9mb/E9T4JeF5s7RN18stcEijt/GeG5zwqYwnEl8hbz5r3lrL\nroofDcpekW/jewhb2+RxqZ8AB8CLKsxKiKFh4Y7C/P6MIXTxE8p0+BxparM3hjbI\nvhG3Mlh1StIyHpYx9LP7GzE5Ygo0ceWIKfjw7Ejm97eFcZp25VDqjJ8Yt5EjlcJz\nYdY5m000WbVoF77zNpuDZ2UK8oA02cL62px/0+3kwQKBgQDfTFcLVxUQC2YvSFS2\n24m1cYdIy/swoMMhSGfQiH4VpCoo/oVmJetxSg2RkBoPx0Vac6iuGQRjJytYrfjy\ngbOrOO0gEdq7H+qBEp49yfurGvbzEkSM6iPsX8nX8rGtslEtJgNTqifG/nyM3DD2\n88Lu3RXMFLP6RM01rzWak3MX/wKBgQDENKkoYmpEs4AwKv6z4jvnKSe0NOxqRHE4\nXbc+LlW7ksp3QdJtJyrTuzMvuE/qSh+h8fcarWHahrfGVNLHcmjsEzH5Jn8rBzp9\nl/Azp3NXb1tZDXzUNw5wqv8kx/FCmPcCTQ7TGVMXvEXrOnJTmue2tKgdqBYIodxH\nqQps3oqOHQKBgQC+oGE+4RyuEc0uWEVZxZmOOFkRoHHUVam/ZBycPanFt9v2GzKu\nvXh9woZK2gYlqixex5Yc6maAbxPmJL796BQF/BcS5ashTGHZxpcokKI0tFRVtian\nVctNI4kgvaNJcY0zSdxVNFG449BYQDHc4MRtPng5PQNYiBvX1LeiOnZq6QKBgEu/\n4Qb8Z/a6LmVqVAdy8pmeY/vI6vVkEyol1FcnYGYYmB5OxUTq+DficDKeQAw+LdRC\nLJqaEctic5UYrn/eBfAOwR5l5HbiRYyzmkL3BSrejS/maykrUGHjQroaj2Sc1dCH\nm4+YmWHyiDP2zqjEh20cdkNs34TZqMfp1WKO0INpAoGAKkZOJakBoNcNDCJaE5Si\nvEYg7tPQvW2lCEv1ydqIZVNvaQUGcUe8KbllKfwihdpMY/wB9cmFmra+23T8e1My\nxb/y/8lRH/NheMHpm0/JqAgXlvlz25Kk6SCBIEOAoffkVDA4HLsVmgKW24b9VIuw\nXJpxPtpeTBQasqD4VgwYtzw=\n-----END PRIVATE KEY-----\n"}]': finished 2024-02-10T08:32:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:05 smithi179 bash[64586]: cluster 2024-02-10T08:32:04.277539+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:05 smithi179 bash[64586]: audit 2024-02-10T08:32:05.012434+0000 mon.a (mon.0) 531 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:05 smithi179 bash[64586]: audit 2024-02-10T08:32:05.015424+0000 mon.a (mon.0) 532 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:30:05.284104\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:30:05.284178\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:30:05.284208\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:30:05.284236\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:30:05.284262\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:30:05.284288\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:30:05.284315\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:05 smithi179 bash[64586]: audit 2024-02-10T08:32:05.072650+0000 mon.a (mon.0) 533 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEC+u6/as2EKZgCPXNqQ+W3gwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAyMTAwODMyMDVaFw0z\nNDAyMDcwODMyMDVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrJGGy/DXRrbrHK3vnxOhg\nV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGbBQYf29Uy\nqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOqwbIGLXzg\nvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M07ICEG3JW\n05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8oyZxmDNB\njJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmbMLqczynj\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAAV+QjrEH7rHnGWYrLfqxeynB87o6GPx\nsY6161+H1MxmKhmyNH1FKSCOsGvX1J6buh2UzUjM7OdzlH+G5cVTnIh47PG2bIwk\n5xkP85RrRVutRb52qFNl/Dq4whtp2wqQXxZDq0PDtkLFh5H/g0WYlDxUQ4zuGKlr\n/Zw2lHHmBM0zLB3Osowa54f809ijjicbuQsX2I90WBh6TaaM3fNuQqEn2aXSycqF\nL5vIh7lHnV3A+NLEFN6v8kmI/iTYnHK5MS+NlaCv1Jskzopty8vYkRTYyEuHhERT\nRKKf1pYqDRK2u6lE6CK1IZhKvRPeHDoNJnYbrd/zD9D1uV424T1NjXk=\n-----END CERTIFICATE-----\n"}]: dispatch 2024-02-10T08:32:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:05 smithi179 bash[64586]: audit 2024-02-10T08:32:05.075651+0000 mon.a (mon.0) 534 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxTCCAa0CEC+u6/as2EKZgCPXNqQ+W3gwDQYJKoZIhvcNAQENBQAwITENMAsG\nA1UECgwEQ2VwaDEQMA4GA1UEAwwHY2VwaGFkbTAeFw0yNDAyMTAwODMyMDVaFw0z\nNDAyMDcwODMyMDVaMCExDTALBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0w\nggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCrJGGy/DXRrbrHK3vnxOhg\nV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGbBQYf29Uy\nqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOqwbIGLXzg\nvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M07ICEG3JW\n05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8oyZxmDNB\njJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmbMLqczynj\nAgMBAAEwDQYJKoZIhvcNAQENBQADggEBAAV+QjrEH7rHnGWYrLfqxeynB87o6GPx\nsY6161+H1MxmKhmyNH1FKSCOsGvX1J6buh2UzUjM7OdzlH+G5cVTnIh47PG2bIwk\n5xkP85RrRVutRb52qFNl/Dq4whtp2wqQXxZDq0PDtkLFh5H/g0WYlDxUQ4zuGKlr\n/Zw2lHHmBM0zLB3Osowa54f809ijjicbuQsX2I90WBh6TaaM3fNuQqEn2aXSycqF\nL5vIh7lHnV3A+NLEFN6v8kmI/iTYnHK5MS+NlaCv1Jskzopty8vYkRTYyEuHhERT\nRKKf1pYqDRK2u6lE6CK1IZhKvRPeHDoNJnYbrd/zD9D1uV424T1NjXk=\n-----END CERTIFICATE-----\n"}]': finished 2024-02-10T08:32:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:05 smithi179 bash[64586]: audit 2024-02-10T08:32:05.076057+0000 mon.a (mon.0) 535 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCrJGGy/DXRrbrH\nK3vnxOhgV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGb\nBQYf29UyqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOq\nwbIGLXzgvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M0\n7ICEG3JW05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8\noyZxmDNBjJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmb\nMLqczynjAgMBAAECggEAB5VdHuk+GURxelHa87It+dbqoxutqC4LTTNeIZUgD2es\nGALNl45F0FG4OXIzV9QaZR3Q6BG5AYKhARV/5/l9wPjh7fhOTjUkIt5DjtoikOYJ\nj10TIb1aTVlThPkk9mb/E9T4JeF5s7RN18stcEijt/GeG5zwqYwnEl8hbz5r3lrL\nroofDcpekW/jewhb2+RxqZ8AB8CLKsxKiKFh4Y7C/P6MIXTxE8p0+BxparM3hjbI\nvhG3Mlh1StIyHpYx9LP7GzE5Ygo0ceWIKfjw7Ejm97eFcZp25VDqjJ8Yt5EjlcJz\nYdY5m000WbVoF77zNpuDZ2UK8oA02cL62px/0+3kwQKBgQDfTFcLVxUQC2YvSFS2\n24m1cYdIy/swoMMhSGfQiH4VpCoo/oVmJetxSg2RkBoPx0Vac6iuGQRjJytYrfjy\ngbOrOO0gEdq7H+qBEp49yfurGvbzEkSM6iPsX8nX8rGtslEtJgNTqifG/nyM3DD2\n88Lu3RXMFLP6RM01rzWak3MX/wKBgQDENKkoYmpEs4AwKv6z4jvnKSe0NOxqRHE4\nXbc+LlW7ksp3QdJtJyrTuzMvuE/qSh+h8fcarWHahrfGVNLHcmjsEzH5Jn8rBzp9\nl/Azp3NXb1tZDXzUNw5wqv8kx/FCmPcCTQ7TGVMXvEXrOnJTmue2tKgdqBYIodxH\nqQps3oqOHQKBgQC+oGE+4RyuEc0uWEVZxZmOOFkRoHHUVam/ZBycPanFt9v2GzKu\nvXh9woZK2gYlqixex5Yc6maAbxPmJL796BQF/BcS5ashTGHZxpcokKI0tFRVtian\nVctNI4kgvaNJcY0zSdxVNFG449BYQDHc4MRtPng5PQNYiBvX1LeiOnZq6QKBgEu/\n4Qb8Z/a6LmVqVAdy8pmeY/vI6vVkEyol1FcnYGYYmB5OxUTq+DficDKeQAw+LdRC\nLJqaEctic5UYrn/eBfAOwR5l5HbiRYyzmkL3BSrejS/maykrUGHjQroaj2Sc1dCH\nm4+YmWHyiDP2zqjEh20cdkNs34TZqMfp1WKO0INpAoGAKkZOJakBoNcNDCJaE5Si\nvEYg7tPQvW2lCEv1ydqIZVNvaQUGcUe8KbllKfwihdpMY/wB9cmFmra+23T8e1My\nxb/y/8lRH/NheMHpm0/JqAgXlvlz25Kk6SCBIEOAoffkVDA4HLsVmgKW24b9VIuw\nXJpxPtpeTBQasqD4VgwYtzw=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-02-10T08:32:06.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:05 smithi179 bash[64586]: audit 2024-02-10T08:32:05.078456+0000 mon.a (mon.0) 536 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQCrJGGy/DXRrbrH\nK3vnxOhgV9f66jSHBqdtMaj8wsoYqNwBUC91aNkWhr9lxHovM62YWWP08rIBBpGb\nBQYf29UyqBn+FNQk+dwIrKTFQx9MN+4j2LoTyg2jOpxpfbPLdNjBl0VdO+h6iPOq\nwbIGLXzgvCAyVx7loCSKxc0UcGgXKU+y4PWn/fPCSj6P36ktOcKELKphkodxf5M0\n7ICEG3JW05RDQi/AWgoB2ThjnxDC9uCdjemS4wkTZVHbVJbyhPLnp5yucQnGs6I8\noyZxmDNBjJTcwANQbkvmQg2Jbwd4PmmoGur0CUvx7DyZBZRkPYNE6SOGw5tntHmb\nMLqczynjAgMBAAECggEAB5VdHuk+GURxelHa87It+dbqoxutqC4LTTNeIZUgD2es\nGALNl45F0FG4OXIzV9QaZR3Q6BG5AYKhARV/5/l9wPjh7fhOTjUkIt5DjtoikOYJ\nj10TIb1aTVlThPkk9mb/E9T4JeF5s7RN18stcEijt/GeG5zwqYwnEl8hbz5r3lrL\nroofDcpekW/jewhb2+RxqZ8AB8CLKsxKiKFh4Y7C/P6MIXTxE8p0+BxparM3hjbI\nvhG3Mlh1StIyHpYx9LP7GzE5Ygo0ceWIKfjw7Ejm97eFcZp25VDqjJ8Yt5EjlcJz\nYdY5m000WbVoF77zNpuDZ2UK8oA02cL62px/0+3kwQKBgQDfTFcLVxUQC2YvSFS2\n24m1cYdIy/swoMMhSGfQiH4VpCoo/oVmJetxSg2RkBoPx0Vac6iuGQRjJytYrfjy\ngbOrOO0gEdq7H+qBEp49yfurGvbzEkSM6iPsX8nX8rGtslEtJgNTqifG/nyM3DD2\n88Lu3RXMFLP6RM01rzWak3MX/wKBgQDENKkoYmpEs4AwKv6z4jvnKSe0NOxqRHE4\nXbc+LlW7ksp3QdJtJyrTuzMvuE/qSh+h8fcarWHahrfGVNLHcmjsEzH5Jn8rBzp9\nl/Azp3NXb1tZDXzUNw5wqv8kx/FCmPcCTQ7TGVMXvEXrOnJTmue2tKgdqBYIodxH\nqQps3oqOHQKBgQC+oGE+4RyuEc0uWEVZxZmOOFkRoHHUVam/ZBycPanFt9v2GzKu\nvXh9woZK2gYlqixex5Yc6maAbxPmJL796BQF/BcS5ashTGHZxpcokKI0tFRVtian\nVctNI4kgvaNJcY0zSdxVNFG449BYQDHc4MRtPng5PQNYiBvX1LeiOnZq6QKBgEu/\n4Qb8Z/a6LmVqVAdy8pmeY/vI6vVkEyol1FcnYGYYmB5OxUTq+DficDKeQAw+LdRC\nLJqaEctic5UYrn/eBfAOwR5l5HbiRYyzmkL3BSrejS/maykrUGHjQroaj2Sc1dCH\nm4+YmWHyiDP2zqjEh20cdkNs34TZqMfp1WKO0INpAoGAKkZOJakBoNcNDCJaE5Si\nvEYg7tPQvW2lCEv1ydqIZVNvaQUGcUe8KbllKfwihdpMY/wB9cmFmra+23T8e1My\nxb/y/8lRH/NheMHpm0/JqAgXlvlz25Kk6SCBIEOAoffkVDA4HLsVmgKW24b9VIuw\nXJpxPtpeTBQasqD4VgwYtzw=\n-----END PRIVATE KEY-----\n"}]': finished 2024-02-10T08:32:06.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[77470]: ts=2024-02-10T08:32:05.963Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-02-10T08:32:06.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[77470]: ts=2024-02-10T08:32:05.963Z 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)" 2024-02-10T08:32:06.474 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[77470]: ts=2024-02-10T08:32:05.963Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.99 port=9094 2024-02-10T08:32:06.474 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[77470]: ts=2024-02-10T08:32:05.965Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-02-10T08:32:06.474 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[77470]: ts=2024-02-10T08:32:05.986Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-10T08:32:06.474 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[77470]: ts=2024-02-10T08:32:05.987Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-10T08:32:06.474 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[77470]: ts=2024-02-10T08:32:05.988Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-02-10T08:32:06.474 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[77470]: ts=2024-02-10T08:32:05.988Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-02-10T08:32:06.909 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[64561]: cephadm 2024-02-10T08:32:05.078872+0000 mgr.y (mgr.14140) 180 : cephadm [INF] Deploying daemon grafana.a on smithi179 2024-02-10T08:32:06.909 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:06 smithi099 bash[67896]: cephadm 2024-02-10T08:32:05.078872+0000 mgr.y (mgr.14140) 180 : cephadm [INF] Deploying daemon grafana.a on smithi179 2024-02-10T08:32:06.918 INFO:teuthology.orchestra.run.smithi099.stdout:68719476771 2024-02-10T08:32:06.919 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-02-10T08:32:07.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:06 smithi179 bash[64586]: cephadm 2024-02-10T08:32:05.078872+0000 mgr.y (mgr.14140) 180 : cephadm [INF] Deploying daemon grafana.a on smithi179 2024-02-10T08:32:07.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:07 smithi099 bash[64561]: cluster 2024-02-10T08:32:06.277867+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:07.974 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:07 smithi099 bash[77470]: ts=2024-02-10T08:32:07.966Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000843419s 2024-02-10T08:32:07.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:07 smithi099 bash[67896]: cluster 2024-02-10T08:32:06.277867+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:08.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:07 smithi179 bash[64586]: cluster 2024-02-10T08:32:06.277867+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:09.316 INFO:teuthology.orchestra.run.smithi099.stdout:90194313247 2024-02-10T08:32:09.316 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-02-10T08:32:09.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:09 smithi099 bash[64561]: cluster 2024-02-10T08:32:08.278159+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:09.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:09 smithi099 bash[67896]: cluster 2024-02-10T08:32:08.278159+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:10.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:09 smithi179 bash[64586]: cluster 2024-02-10T08:32:08.278159+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:11.604 INFO:teuthology.orchestra.run.smithi099.stdout:111669149723 2024-02-10T08:32:11.604 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-02-10T08:32:11.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:11 smithi099 bash[64561]: cluster 2024-02-10T08:32:10.278554+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:11.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:11 smithi099 bash[67896]: cluster 2024-02-10T08:32:10.278554+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:12.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:11 smithi179 bash[64586]: cluster 2024-02-10T08:32:10.278554+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:13 smithi099 bash[64561]: cluster 2024-02-10T08:32:12.278846+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:13.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:13 smithi099 bash[67896]: cluster 2024-02-10T08:32:12.278846+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:13.984 INFO:teuthology.orchestra.run.smithi099.stdout:158913789972 2024-02-10T08:32:13.985 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-02-10T08:32:14.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:13 smithi179 bash[64586]: cluster 2024-02-10T08:32:12.278846+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:16.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:15 smithi099 bash[64561]: cluster 2024-02-10T08:32:14.279244+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:16.115 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:15 smithi099 bash[67896]: cluster 2024-02-10T08:32:14.279244+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:16.116 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:15 smithi099 bash[77470]: ts=2024-02-10T08:32:15.969Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.004314224s 2024-02-10T08:32:16.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:15 smithi179 bash[64586]: cluster 2024-02-10T08:32:14.279244+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:16.506 INFO:teuthology.orchestra.run.smithi099.stdout:176093659156 2024-02-10T08:32:16.507 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-02-10T08:32:18.027 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:17 smithi099 bash[64561]: cluster 2024-02-10T08:32:16.279544+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:18.027 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:17 smithi099 bash[67896]: cluster 2024-02-10T08:32:16.279544+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:18.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:17 smithi179 bash[64586]: cluster 2024-02-10T08:32:16.279544+0000 mgr.y (mgr.14140) 186 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:18.963 INFO:teuthology.orchestra.run.smithi099.stdout:197568495632 2024-02-10T08:32:18.963 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-02-10T08:32:20.009 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:19 smithi179 bash[64586]: cluster 2024-02-10T08:32:18.279841+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:20.192 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:19 smithi099 bash[64561]: cluster 2024-02-10T08:32:18.279841+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:20.192 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:19 smithi099 bash[67896]: cluster 2024-02-10T08:32:18.279841+0000 mgr.y (mgr.14140) 187 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:21.343 INFO:teuthology.orchestra.run.smithi099.stdout:219043332110 2024-02-10T08:32:21.343 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-02-10T08:32:22.058 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:21 smithi179 bash[64586]: cluster 2024-02-10T08:32:20.280095+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:22.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:21 smithi099 bash[64561]: cluster 2024-02-10T08:32:20.280095+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:22.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:21 smithi099 bash[67896]: cluster 2024-02-10T08:32:20.280095+0000 mgr.y (mgr.14140) 188 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:22.640 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 podman[74680]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-grafana.a" found: no such container 2024-02-10T08:32:22.640 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 systemd[1]: Started Ceph grafana.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:32:22.950 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[64586]: audit 2024-02-10T08:32:22.387135+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:22.950 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[64586]: audit 2024-02-10T08:32:22.389860+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:22.950 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[64586]: audit 2024-02-10T08:32:22.390532+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:22.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:22 smithi099 bash[64561]: audit 2024-02-10T08:32:22.387135+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:22.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:22 smithi099 bash[64561]: audit 2024-02-10T08:32:22.389860+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:22.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:22 smithi099 bash[64561]: audit 2024-02-10T08:32:22.390532+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:22.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:22 smithi099 bash[67896]: audit 2024-02-10T08:32:22.387135+0000 mon.a (mon.0) 537 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:22.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:22 smithi099 bash[67896]: audit 2024-02-10T08:32:22.389860+0000 mon.a (mon.0) 538 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:31:46.238596\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:31:46.238670\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:31:46.238702\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:31:46.238731\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:31:46.238758\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:31:46.238786\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:31:46.238814\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:22.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:22 smithi099 bash[67896]: audit 2024-02-10T08:32:22.390532+0000 mon.a (mon.0) 539 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:23.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2024-02-10T08:32:23.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-02-10T08:32:23.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-02-10T08:32:23.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-02-10T08:32:23.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-02-10T08:32:23.391 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="App mode production" logger=settings 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-02-10T08:32:23.392 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-02-10T08:32:23.393 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-02-10T08:32:23.394 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-02-10T08:32:23.395 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-02-10T08:32:23.396 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-02-10T08:32:23.397 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-02-10T08:32:23.398 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-02-10T08:32:23.399 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-02-10T08:32:23.400 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-02-10T08:32:23.401 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-02-10T08:32:23.402 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-02-10T08:32:23.402 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-02-10T08:32:23.402 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-02-10T08:32:23.402 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-02-10T08:32:23.402 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-02-10T08:32:23.402 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-02-10T08:32:23.403 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-02-10T08:32:23.404 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-02-10T08:32:23.405 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-02-10T08:32:23.406 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-02-10T08:32:23.407 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-02-10T08:32:23.408 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing HooksService" logger=server 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-02-10T08:32:23.409 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing LoginService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing SearchService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing TracingService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-02-10T08:32:23.410 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-02-10T08:32:23.411 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-02-10T08:32:23.411 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-02-10T08:32:23.411 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+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 2024-02-10T08:32:23.411 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="Initializing Stream Manager" 2024-02-10T08:32:23.411 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:32:22 smithi179 bash[74695]: t=2024-02-10T08:32:22+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-02-10T08:32:23.411 INFO:teuthology.orchestra.run.smithi099.stdout:42949673002 2024-02-10T08:32:24.078 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:23 smithi099 bash[64561]: cluster 2024-02-10T08:32:22.280507+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:24.078 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:23 smithi099 bash[64561]: audit 2024-02-10T08:32:23.409518+0000 mon.a (mon.0) 540 : audit [DBG] from='client.? 172.21.15.99:0/3697839270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T08:32:24.079 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:23 smithi099 bash[67896]: cluster 2024-02-10T08:32:22.280507+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:24.079 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:23 smithi099 bash[67896]: audit 2024-02-10T08:32:23.409518+0000 mon.a (mon.0) 540 : audit [DBG] from='client.? 172.21.15.99:0/3697839270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T08:32:24.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:23 smithi179 bash[64586]: cluster 2024-02-10T08:32:22.280507+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v186: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:24.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:23 smithi179 bash[64586]: audit 2024-02-10T08:32:23.409518+0000 mon.a (mon.0) 540 : audit [DBG] from='client.? 172.21.15.99:0/3697839270' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-02-10T08:32:24.462 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949672998 got 42949673002 for osd.0 2024-02-10T08:32:24.462 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-02-10T08:32:26.090 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:25 smithi099 bash[64561]: cluster 2024-02-10T08:32:24.280744+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:26.091 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:25 smithi099 bash[67896]: cluster 2024-02-10T08:32:24.280744+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:26.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:25 smithi179 bash[64586]: cluster 2024-02-10T08:32:24.280744+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v187: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:26.666 INFO:teuthology.orchestra.run.smithi099.stdout:68719476774 2024-02-10T08:32:26.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:26 smithi099 bash[64561]: audit 2024-02-10T08:32:26.666294+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.99:0/1175575868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T08:32:26.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:26 smithi099 bash[67896]: audit 2024-02-10T08:32:26.666294+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.99:0/1175575868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T08:32:27.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:26 smithi179 bash[64586]: audit 2024-02-10T08:32:26.666294+0000 mon.a (mon.0) 541 : audit [DBG] from='client.? 172.21.15.99:0/1175575868' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-02-10T08:32:27.604 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476771 got 68719476774 for osd.1 2024-02-10T08:32:27.604 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-02-10T08:32:27.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:27 smithi099 bash[64561]: cluster 2024-02-10T08:32:26.280997+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:27.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:27 smithi099 bash[67896]: cluster 2024-02-10T08:32:26.280997+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:28.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:27 smithi179 bash[64586]: cluster 2024-02-10T08:32:26.280997+0000 mgr.y (mgr.14140) 191 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:30.100 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:29 smithi099 bash[64561]: cluster 2024-02-10T08:32:28.281320+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:30.100 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:29 smithi099 bash[67896]: cluster 2024-02-10T08:32:28.281320+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:30.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:29 smithi179 bash[64586]: cluster 2024-02-10T08:32:28.281320+0000 mgr.y (mgr.14140) 192 : cluster [DBG] pgmap v189: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:30.704 INFO:teuthology.orchestra.run.smithi099.stdout:90194313251 2024-02-10T08:32:31.042 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:30 smithi179 bash[64586]: audit 2024-02-10T08:32:30.386516+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"72a798d77a8f\", \"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\": \"2024-02-10T08:32:30.385541\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:05.172692\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_daemon_update\": \"2024-02-10T08:32:30.385658\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:31.043 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:30 smithi179 bash[64586]: audit 2024-02-10T08:32:30.389709+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"72a798d77a8f\", \"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\": \"2024-02-10T08:32:30.385541\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:05.172692\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_daemon_update\": \"2024-02-10T08:32:30.385658\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:31.043 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:30 smithi179 bash[64586]: audit 2024-02-10T08:32:30.390310+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:31.043 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:30 smithi179 bash[64586]: audit 2024-02-10T08:32:30.704258+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.99:0/2111820877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T08:32:31.062 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:30 smithi099 bash[64561]: audit 2024-02-10T08:32:30.386516+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"72a798d77a8f\", \"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\": \"2024-02-10T08:32:30.385541\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:05.172692\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_daemon_update\": \"2024-02-10T08:32:30.385658\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:31.062 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:30 smithi099 bash[64561]: audit 2024-02-10T08:32:30.389709+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"72a798d77a8f\", \"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\": \"2024-02-10T08:32:30.385541\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:05.172692\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_daemon_update\": \"2024-02-10T08:32:30.385658\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:31.062 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:30 smithi099 bash[64561]: audit 2024-02-10T08:32:30.390310+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:31.063 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:30 smithi099 bash[64561]: audit 2024-02-10T08:32:30.704258+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.99:0/2111820877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T08:32:31.063 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:30 smithi099 bash[67896]: audit 2024-02-10T08:32:30.386516+0000 mon.a (mon.0) 542 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"72a798d77a8f\", \"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\": \"2024-02-10T08:32:30.385541\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:05.172692\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_daemon_update\": \"2024-02-10T08:32:30.385658\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:31.063 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:30 smithi099 bash[67896]: audit 2024-02-10T08:32:30.389709+0000 mon.a (mon.0) 543 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"72a798d77a8f\", \"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\": \"2024-02-10T08:32:30.385541\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:05.172692\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:47.291707\"}}, \"last_daemon_update\": \"2024-02-10T08:32:30.385658\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:31.063 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:30 smithi099 bash[67896]: audit 2024-02-10T08:32:30.390310+0000 mon.a (mon.0) 544 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:31.063 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:30 smithi099 bash[67896]: audit 2024-02-10T08:32:30.704258+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.99:0/2111820877' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-02-10T08:32:31.472 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313247 got 90194313251 for osd.2 2024-02-10T08:32:31.472 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-02-10T08:32:32.051 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:31 smithi099 bash[64561]: cluster 2024-02-10T08:32:30.281671+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:32.052 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:31 smithi099 bash[67896]: cluster 2024-02-10T08:32:30.281671+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:32.097 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:31 smithi179 bash[64586]: cluster 2024-02-10T08:32:30.281671+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v190: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:33.403 INFO:teuthology.orchestra.run.smithi099.stdout:111669149727 2024-02-10T08:32:33.780 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:33 smithi179 bash[64586]: cluster 2024-02-10T08:32:32.282026+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:33.780 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:33 smithi179 bash[64586]: audit 2024-02-10T08:32:33.402675+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.99:0/3926977132' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T08:32:33.780 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:33 smithi179 bash[64586]: audit 2024-02-10T08:32:33.741345+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:33.740440\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:33.740592\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:33.780 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:33 smithi179 bash[64586]: audit 2024-02-10T08:32:33.744284+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:33.740440\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:33.740592\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:33 smithi099 bash[64561]: cluster 2024-02-10T08:32:32.282026+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:33 smithi099 bash[64561]: audit 2024-02-10T08:32:33.402675+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.99:0/3926977132' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T08:32:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:33 smithi099 bash[67896]: cluster 2024-02-10T08:32:32.282026+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:33 smithi099 bash[67896]: audit 2024-02-10T08:32:33.402675+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.99:0/3926977132' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-02-10T08:32:33.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:33 smithi099 bash[64561]: audit 2024-02-10T08:32:33.741345+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:33.740440\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:33.740592\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:33.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:33 smithi099 bash[64561]: audit 2024-02-10T08:32:33.744284+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:33.740440\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:33.740592\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:33.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:33 smithi099 bash[67896]: audit 2024-02-10T08:32:33.741345+0000 mon.a (mon.0) 545 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:33.740440\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:33.740592\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:33.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:33 smithi099 bash[67896]: audit 2024-02-10T08:32:33.744284+0000 mon.a (mon.0) 546 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"8587ef64bc9e\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:33.740440\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:31:44.189074\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:31:25.521116\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:33.740592\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:34.027 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149723 got 111669149727 for osd.3 2024-02-10T08:32:34.027 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-02-10T08:32:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:34 smithi099 bash[64561]: cephadm 2024-02-10T08:32:33.745807+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-10T08:32:34.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:34 smithi099 bash[64561]: cephadm 2024-02-10T08:32:33.747490+0000 mgr.y (mgr.14140) 196 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi099 2024-02-10T08:32:34.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:34 smithi099 bash[67896]: cephadm 2024-02-10T08:32:33.745807+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-10T08:32:34.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:34 smithi099 bash[67896]: cephadm 2024-02-10T08:32:33.747490+0000 mgr.y (mgr.14140) 196 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi099 2024-02-10T08:32:35.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:34 smithi179 bash[64586]: cephadm 2024-02-10T08:32:33.745807+0000 mgr.y (mgr.14140) 195 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-10T08:32:35.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:34 smithi179 bash[64586]: cephadm 2024-02-10T08:32:33.747490+0000 mgr.y (mgr.14140) 196 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi099 2024-02-10T08:32:35.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:35 smithi099 bash[64561]: cluster 2024-02-10T08:32:34.282335+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:35.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:35 smithi099 bash[67896]: cluster 2024-02-10T08:32:34.282335+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:36.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:35 smithi179 bash[64586]: cluster 2024-02-10T08:32:34.282335+0000 mgr.y (mgr.14140) 197 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:37.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:37 smithi099 bash[64561]: cluster 2024-02-10T08:32:36.282852+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:37.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:37 smithi099 bash[67896]: cluster 2024-02-10T08:32:36.282852+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:38.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:37 smithi179 bash[64586]: cluster 2024-02-10T08:32:36.282852+0000 mgr.y (mgr.14140) 198 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:38.309 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:38 smithi099 systemd[1]: Stopping Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:32:38.310 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:38 smithi099 bash[77470]: ts=2024-02-10T08:32:38.284Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-02-10T08:32:38.638 INFO:teuthology.orchestra.run.smithi099.stdout:158913789977 2024-02-10T08:32:38.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:38 smithi099 bash[64561]: audit 2024-02-10T08:32:38.638264+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.99:0/1421426797' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T08:32:38.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:38 smithi099 bash[67896]: audit 2024-02-10T08:32:38.638264+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.99:0/1421426797' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T08:32:39.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:38 smithi179 bash[64586]: audit 2024-02-10T08:32:38.638264+0000 mon.a (mon.0) 547 : audit [DBG] from='client.? 172.21.15.99:0/1421426797' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-02-10T08:32:39.309 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789972 got 158913789977 for osd.4 2024-02-10T08:32:39.310 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-02-10T08:32:39.723 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:39 smithi099 podman[79902]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-alertmanager.a 2024-02-10T08:32:39.723 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:39 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@alertmanager.a.service: Succeeded. 2024-02-10T08:32:39.723 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:39 smithi099 systemd[1]: Stopped Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:32:39.723 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:39 smithi099 systemd[1]: Starting Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:32:40.052 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:39 smithi099 bash[64561]: cluster 2024-02-10T08:32:38.283224+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:40.053 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:39 smithi099 podman[80050]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-alertmanager.a" found: no such container 2024-02-10T08:32:40.053 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:39 smithi099 systemd[1]: Started Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:32:40.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:39 smithi099 bash[67896]: cluster 2024-02-10T08:32:38.283224+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:40.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:39 smithi179 bash[64586]: cluster 2024-02-10T08:32:38.283224+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:41.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:40 smithi179 bash[64586]: audit 2024-02-10T08:32:39.812508+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:41.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:40 smithi179 bash[64586]: audit 2024-02-10T08:32:39.817431+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:41.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:40 smithi179 bash[64586]: cephadm 2024-02-10T08:32:39.818097+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-10T08:32:41.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:40 smithi179 bash[64586]: cephadm 2024-02-10T08:32:39.819774+0000 mgr.y (mgr.14140) 201 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi179 2024-02-10T08:32:41.215 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:40 smithi099 bash[64561]: audit 2024-02-10T08:32:39.812508+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:41.215 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:40 smithi099 bash[64561]: audit 2024-02-10T08:32:39.817431+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:41.215 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:40 smithi099 bash[64561]: cephadm 2024-02-10T08:32:39.818097+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-10T08:32:41.215 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:40 smithi099 bash[64561]: cephadm 2024-02-10T08:32:39.819774+0000 mgr.y (mgr.14140) 201 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi179 2024-02-10T08:32:41.215 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:40 smithi099 bash[67896]: audit 2024-02-10T08:32:39.812508+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:41.215 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:40 smithi099 bash[67896]: audit 2024-02-10T08:32:39.817431+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:30.385239\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:30.385342\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:30.385375\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:30.385404\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:30.385432\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:30.385460\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:30.385487\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:30.385514\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:41.215 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:40 smithi099 bash[67896]: cephadm 2024-02-10T08:32:39.818097+0000 mgr.y (mgr.14140) 200 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-10T08:32:41.215 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:40 smithi099 bash[67896]: cephadm 2024-02-10T08:32:39.819774+0000 mgr.y (mgr.14140) 201 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi179 2024-02-10T08:32:41.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[80076]: ts=2024-02-10T08:32:41.131Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-02-10T08:32:41.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[80076]: ts=2024-02-10T08:32:41.132Z 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)" 2024-02-10T08:32:41.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[80076]: ts=2024-02-10T08:32:41.132Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.99 port=9094 2024-02-10T08:32:41.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[80076]: ts=2024-02-10T08:32:41.134Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-02-10T08:32:41.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[80076]: ts=2024-02-10T08:32:41.156Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-10T08:32:41.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[80076]: ts=2024-02-10T08:32:41.156Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-10T08:32:41.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[80076]: ts=2024-02-10T08:32:41.157Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-02-10T08:32:41.474 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[80076]: ts=2024-02-10T08:32:41.157Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-02-10T08:32:41.825 INFO:teuthology.orchestra.run.smithi099.stdout:176093659161 2024-02-10T08:32:42.084 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:41 smithi179 bash[64586]: cluster 2024-02-10T08:32:40.283619+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:42.220 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[64561]: cluster 2024-02-10T08:32:40.283619+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:42.220 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:41 smithi099 bash[67896]: cluster 2024-02-10T08:32:40.283619+0000 mgr.y (mgr.14140) 202 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:42.495 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659156 got 176093659161 for osd.5 2024-02-10T08:32:42.495 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-02-10T08:32:43.034 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:42 smithi179 bash[64586]: audit 2024-02-10T08:32:41.825261+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.99:0/2383891342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T08:32:43.088 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:42 smithi099 bash[64561]: audit 2024-02-10T08:32:41.825261+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.99:0/2383891342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T08:32:43.088 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:42 smithi099 bash[67896]: audit 2024-02-10T08:32:41.825261+0000 mon.a (mon.0) 550 : audit [DBG] from='client.? 172.21.15.99:0/2383891342' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: Stopping Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.159Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.160Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-02-10T08:32:43.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.160Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-02-10T08:32:43.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[73974]: ts=2024-02-10T08:32:43.160Z caller=main.go:1183 level=info msg="See you next time!" 2024-02-10T08:32:43.472 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:43 smithi099 bash[80076]: ts=2024-02-10T08:32:43.134Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000622427s 2024-02-10T08:32:43.785 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 podman[75329]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-prometheus.a 2024-02-10T08:32:44.133 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:43 smithi099 bash[64561]: cluster 2024-02-10T08:32:42.283896+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:44.134 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:43 smithi099 bash[67896]: cluster 2024-02-10T08:32:42.283896+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:44.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:43 smithi179 bash[64586]: cluster 2024-02-10T08:32:42.283896+0000 mgr.y (mgr.14140) 203 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Succeeded. 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: Stopped Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Found left-over process 74017 (conmon) in control group while starting unit. Ignoring. 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Found left-over process 75349 (podman) in control group while starting unit. Ignoring. 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: Starting Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 podman[75369]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-prometheus.a" found: no such container 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Found left-over process 74017 (conmon) in control group while starting unit. Ignoring. 2024-02-10T08:32:44.141 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:32:44.142 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Found left-over process 75349 (podman) in control group while starting unit. Ignoring. 2024-02-10T08:32:44.142 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:32:44.142 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:43 smithi179 systemd[1]: Started Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:32:44.509 INFO:teuthology.orchestra.run.smithi099.stdout:197568495637 2024-02-10T08:32:44.831 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.347Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.347Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.347Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.347Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi179 (none))" 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.347Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.347Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.348Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.349Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.350Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.350Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.352Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-02-10T08:32:44.832 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.352Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=18.457µs 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.352Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.352Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.353Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.353Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=23.858µs wal_replay_duration=321.204µs wbl_replay_duration=144ns total_replay_duration=382.712µs 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.354Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.354Z caller=main.go:1063 level=info msg="TSDB started" 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.354Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.355Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=608.836µs db_storage=849ns remote_storage=1.269µs web_handler=381ns query_engine=599ns scrape=337.086µs scrape_sd=25.152µs notify=15.668µs notify_sd=5.161µs rules=23.017µs tracing=4.286µs 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.355Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-02-10T08:32:44.833 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[75383]: ts=2024-02-10T08:32:44.355Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-02-10T08:32:45.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[64586]: audit 2024-02-10T08:32:43.832160+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:45.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[64586]: audit 2024-02-10T08:32:43.834478+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:45.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[64586]: cephadm 2024-02-10T08:32:43.834819+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Setting dashboard grafana config to https://smithi179:3000 2024-02-10T08:32:45.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[64586]: audit 2024-02-10T08:32:43.834987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi179:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-02-10T08:32:45.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[64586]: audit 2024-02-10T08:32:43.841007+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi179:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-02-10T08:32:45.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[64586]: audit 2024-02-10T08:32:43.843189+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:45.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:44 smithi179 bash[64586]: audit 2024-02-10T08:32:44.509554+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.99:0/3447109982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T08:32:45.209 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[64561]: audit 2024-02-10T08:32:43.832160+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:45.210 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[67896]: audit 2024-02-10T08:32:43.832160+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:45.210 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[64561]: audit 2024-02-10T08:32:43.834478+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:45.210 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[64561]: cephadm 2024-02-10T08:32:43.834819+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Setting dashboard grafana config to https://smithi179:3000 2024-02-10T08:32:45.210 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[64561]: audit 2024-02-10T08:32:43.834987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi179:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-02-10T08:32:45.210 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[64561]: audit 2024-02-10T08:32:43.841007+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi179:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-02-10T08:32:45.210 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[64561]: audit 2024-02-10T08:32:43.843189+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:45.210 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[64561]: audit 2024-02-10T08:32:44.509554+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.99:0/3447109982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T08:32:45.211 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[67896]: audit 2024-02-10T08:32:43.834478+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:33.740217\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:33.740306\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:33.740336\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:33.740363\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:33.740388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:33.740414\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:33.740466\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:33.740509\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:45.211 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[67896]: cephadm 2024-02-10T08:32:43.834819+0000 mgr.y (mgr.14140) 204 : cephadm [INF] Setting dashboard grafana config to https://smithi179:3000 2024-02-10T08:32:45.211 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[67896]: audit 2024-02-10T08:32:43.834987+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi179:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-02-10T08:32:45.211 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[67896]: audit 2024-02-10T08:32:43.841007+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi179:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-02-10T08:32:45.211 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[67896]: audit 2024-02-10T08:32:43.843189+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:45.211 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:44 smithi099 bash[67896]: audit 2024-02-10T08:32:44.509554+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.99:0/3447109982' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-02-10T08:32:45.219 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495632 got 197568495637 for osd.6 2024-02-10T08:32:45.219 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-02-10T08:32:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:45 smithi099 bash[64561]: cluster 2024-02-10T08:32:44.284168+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:45.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:45 smithi099 bash[67896]: cluster 2024-02-10T08:32:44.284168+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:46.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:45 smithi179 bash[64586]: cluster 2024-02-10T08:32:44.284168+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:47.251 INFO:teuthology.orchestra.run.smithi099.stdout:219043332115 2024-02-10T08:32:48.103 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:47 smithi099 bash[67896]: cluster 2024-02-10T08:32:46.284411+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:48.103 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:47 smithi099 bash[67896]: audit 2024-02-10T08:32:47.251247+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.99:0/3542350574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T08:32:48.103 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:47 smithi099 bash[64561]: cluster 2024-02-10T08:32:46.284411+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:48.103 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:47 smithi099 bash[64561]: audit 2024-02-10T08:32:47.251247+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.99:0/3542350574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T08:32:48.115 INFO:tasks.cephadm.ceph_manager.ceph:need seq 219043332110 got 219043332115 for osd.7 2024-02-10T08:32:48.115 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-02-10T08:32:48.115 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T08:32:48.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:47 smithi179 bash[64586]: cluster 2024-02-10T08:32:46.284411+0000 mgr.y (mgr.14140) 206 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:48.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:47 smithi179 bash[64586]: audit 2024-02-10T08:32:47.251247+0000 mon.a (mon.0) 556 : audit [DBG] from='client.? 172.21.15.99:0/3542350574' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-02-10T08:32:50.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:49 smithi179 bash[64586]: cluster 2024-02-10T08:32:48.284690+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:50.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:49 smithi179 bash[64586]: audit 2024-02-10T08:32:49.547196+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:49.546060\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:49.546147\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:49.546180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:49.546216\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:49.546245\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:49.546279\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:49.546308\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:49.546340\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:32:49.546369\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:32:49.546449\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:50.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:49 smithi179 bash[64586]: audit 2024-02-10T08:32:49.550403+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:49.546060\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:49.546147\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:49.546180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:49.546216\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:49.546245\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:49.546279\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:49.546308\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:49.546340\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:32:49.546369\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:32:49.546449\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:50.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:49 smithi179 bash[64586]: audit 2024-02-10T08:32:49.551088+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:50.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:49 smithi099 bash[64561]: cluster 2024-02-10T08:32:48.284690+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:50.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:49 smithi099 bash[67896]: cluster 2024-02-10T08:32:48.284690+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:50.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:49 smithi099 bash[64561]: audit 2024-02-10T08:32:49.547196+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:49.546060\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:49.546147\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:49.546180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:49.546216\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:49.546245\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:49.546279\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:49.546308\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:49.546340\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:32:49.546369\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:32:49.546449\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:50.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:49 smithi099 bash[64561]: audit 2024-02-10T08:32:49.550403+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:49.546060\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:49.546147\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:49.546180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:49.546216\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:49.546245\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:49.546279\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:49.546308\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:49.546340\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:32:49.546369\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:32:49.546449\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:50.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:49 smithi099 bash[64561]: audit 2024-02-10T08:32:49.551088+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:50.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:49 smithi099 bash[67896]: audit 2024-02-10T08:32:49.547196+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:49.546060\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:49.546147\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:49.546180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:49.546216\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:49.546245\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:49.546279\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:49.546308\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:49.546340\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:32:49.546369\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:32:49.546449\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:32:50.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:49 smithi099 bash[67896]: audit 2024-02-10T08:32:49.550403+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:32:49.546060\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:32:49.546147\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:32:49.546180\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:32:49.546216\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:32:49.546245\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:32:49.546279\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:32:49.546308\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:32:49.546340\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:32:49.546369\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:32:49.546449\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:32:50.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:49 smithi099 bash[67896]: audit 2024-02-10T08:32:49.551088+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:50.921 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:32:50.922 INFO:teuthology.orchestra.run.smithi099.stderr:dumped all 2024-02-10T08:32:51.223 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:32:51 smithi099 bash[80076]: ts=2024-02-10T08:32:51.137Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.003303559s 2024-02-10T08:32:51.584 INFO:teuthology.orchestra.run.smithi099.stdout:{"pg_ready":true,"pg_map":{"version":200,"stamp":"2024-02-10T08:32:50.284822+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":5,"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":8392660,"kb_used_data":3988,"kb_used_omap":6,"kb_used_meta":8388601,"kb_avail":741568556,"statfs":{"total":767960285184,"available":759366201344,"internally_reserved":8589934592,"allocated":4083712,"data_stored":1619726,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6699,"internal_metadata":8589927893},"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.001792"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"52","state":"active+clean","last_fresh":"2024-02-10T08:31:23.057854+0000","last_change":"2024-02-10T08:31:23.057854+0000","last_active":"2024-02-10T08:31:23.057854+0000","last_peered":"2024-02-10T08:31:23.057854+0000","last_clean":"2024-02-10T08:31:23.057854+0000","last_became_active":"2024-02-10T08:31:23.055434+0000","last_became_peered":"2024-02-10T08:31:23.055434+0000","last_unstale":"2024-02-10T08:31:23.057854+0000","last_undegraded":"2024-02-10T08:31:23.057854+0000","last_fullsized":"2024-02-10T08:31:23.057854+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T08:26:59.803956+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T08:26:59.803956+0000","last_clean_scrub_stamp":"2024-02-10T08:26:59.803956+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":5,"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":5,"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":6699,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332116,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"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":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.39200000000000002}]},{"osd":1,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.42699999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.436}]},{"osd":2,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.38700000000000001},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.44500000000000001}]},{"osd":3,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.47699999999999998}]},{"osd":4,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.33100000000000002},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.36499999999999999}]},{"osd":5,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.39700000000000002},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.35399999999999998}]},{"osd":6,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.375},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.34000000000000002}]}]},{"osd":6,"up_from":46,"seq":197568495638,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049080,"kb_used_data":496,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696072,"statfs":{"total":95995035648,"available":94920777728,"internally_reserved":1073741824,"allocated":507904,"data_stored":202282,"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,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":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.44},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.48699999999999999}]},{"osd":1,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.38300000000000001}]},{"osd":2,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.41599999999999998},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.53000000000000003}]},{"osd":3,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.45200000000000001},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.46400000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.40100000000000002}]},{"osd":5,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.58499999999999996},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.37}]},{"osd":7,"last update":"Sat Feb 10 08:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.56200000000000006},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.43099999999999999}]}]},{"osd":1,"up_from":16,"seq":68719476780,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049080,"kb_used_data":496,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696072,"statfs":{"total":95995035648,"available":94920777728,"internally_reserved":1073741824,"allocated":507904,"data_stored":202282,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Feb 10 08:32:36 2024","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.307,"15min":0.28299999999999997},"min":{"1min":0.20000000000000001,"5min":0.186,"15min":0.186},"max":{"1min":1.046,"5min":1.046,"15min":1.046},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.32500000000000001,"5min":0.316,"15min":0.29499999999999998},"min":{"1min":0.19900000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.56599999999999995,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.312}]},{"osd":2,"last update":"Sat Feb 10 08:31:50 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.372,"15min":0.36899999999999999},"min":{"1min":0.23000000000000001,"5min":0.219,"15min":0.219},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.372,"5min":0.34699999999999998,"15min":0.34300000000000003},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.48499999999999999,"5min":0.629,"15min":0.629},"last":0.36299999999999999}]},{"osd":3,"last update":"Sat Feb 10 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.40799999999999997,"15min":0.41299999999999998},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.372,"5min":0.39100000000000001,"15min":0.39400000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.57399999999999995,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.30499999999999999}]},{"osd":4,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.55700000000000005,"15min":0.56000000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1.056,"5min":1.056,"15min":1.056},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.53200000000000003,"15min":0.53000000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"last":0.56100000000000005}]},{"osd":5,"last update":"Sat Feb 10 08:31:50 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.78600000000000003}]},{"osd":6,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.76200000000000001}]},{"osd":7,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.70299999999999996}]}]},{"osd":0,"up_from":10,"seq":42949673008,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Feb 10 08:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.28899999999999998,"5min":0.307,"15min":0.30099999999999999},"min":{"1min":0.21099999999999999,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.39700000000000002,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.33400000000000002,"5min":0.314,"15min":0.30199999999999999},"min":{"1min":0.20399999999999999,"5min":0.19,"15min":0.19},"max":{"1min":0.44800000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.35099999999999998}]},{"osd":2,"last update":"Sat Feb 10 08:31:52 2024","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.37,"5min":0.36599999999999999,"15min":0.36499999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.39400000000000002}]},{"osd":3,"last update":"Sat Feb 10 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.39700000000000002,"15min":0.40300000000000002},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.47299999999999998,"5min":0.627,"15min":0.627},"last":0.374},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.39500000000000002,"15min":0.40100000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.57099999999999995,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.36399999999999999}]},{"osd":4,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.54100000000000004,"15min":0.54200000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.38300000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.66100000000000003}]},{"osd":5,"last update":"Sat Feb 10 08:31:47 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.68100000000000005}]},{"osd":6,"last update":"Sat Feb 10 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.69399999999999995}]},{"osd":7,"last update":"Sat Feb 10 08:32:22 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.57199999999999995}]}]},{"osd":2,"up_from":21,"seq":90194313255,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Feb 10 08:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.32100000000000001,"15min":0.315},"min":{"1min":0.22500000000000001,"5min":0.18099999999999999,"15min":0.18099999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.222},{"interface":"front","average":{"1min":0.379,"5min":0.36599999999999999,"15min":0.36399999999999999},"min":{"1min":0.26500000000000001,"5min":0.222,"15min":0.222},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.29699999999999999}]},{"osd":1,"last update":"Sat Feb 10 08:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.33200000000000002,"15min":0.32800000000000001},"min":{"1min":0.23899999999999999,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.26100000000000001},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.33700000000000002,"15min":0.33600000000000002},"min":{"1min":0.23799999999999999,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.495,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.27500000000000002}]},{"osd":3,"last update":"Sat Feb 10 08:32:16 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.371,"15min":0.377},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.47399999999999998,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.26700000000000002},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.40600000000000003,"15min":0.41399999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.58099999999999996,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.28599999999999998}]},{"osd":4,"last update":"Sat Feb 10 08:31:45 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.49299999999999999},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67100000000000004,"5min":0.67100000000000004,"15min":0.67100000000000004},"last":0.38200000000000001}]},{"osd":5,"last update":"Sat Feb 10 08:31:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.42199999999999999},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.378}]},{"osd":6,"last update":"Sat Feb 10 08:32:07 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.44900000000000001}]},{"osd":7,"last update":"Sat Feb 10 08:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.44},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.41399999999999998}]}]},{"osd":3,"up_from":26,"seq":111669149731,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"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":"Sat Feb 10 08:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.35299999999999998,"15min":0.35399999999999998},"min":{"1min":0.25900000000000001,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.375,"15min":0.379},"min":{"1min":0.19900000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.28399999999999997}]},{"osd":1,"last update":"Sat Feb 10 08:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.40600000000000003,"15min":0.41199999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.39800000000000002,"15min":0.40100000000000002},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.29499999999999998}]},{"osd":2,"last update":"Sat Feb 10 08:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41499999999999998,"15min":0.41599999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.309},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.39600000000000002,"15min":0.40000000000000002},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.27500000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.51200000000000001,"15min":0.51800000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.503,"5min":0.54100000000000004,"15min":0.54700000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.65800000000000003}]},{"osd":5,"last update":"Sat Feb 10 08:31:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.54200000000000004}]},{"osd":6,"last update":"Sat Feb 10 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":3.5870000000000002,"5min":3.5870000000000002,"15min":3.5870000000000002},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.52900000000000003}]},{"osd":7,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.5}]}]},{"osd":4,"up_from":37,"seq":158913789980,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6699,"internal_metadata":1073735125},"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":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.48799999999999999,"15min":0.49199999999999999},"min":{"1min":0.36099999999999999,"5min":0.251,"15min":0.251},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.498},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.50900000000000001,"15min":0.51500000000000001},"min":{"1min":0.32100000000000001,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.432}]},{"osd":1,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.51700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.622,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.498,"15min":0.5},"min":{"1min":0.40999999999999998,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.60299999999999998,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.46999999999999997}]},{"osd":2,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.502,"15min":0.505},"min":{"1min":0.36399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.67400000000000004,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.50700000000000001,"15min":0.51100000000000001},"min":{"1min":0.33300000000000002,"5min":0.308,"15min":0.308},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.48999999999999999}]},{"osd":3,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.504,"15min":0.50700000000000001},"min":{"1min":0.36499999999999999,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.52900000000000003,"15min":0.53600000000000003},"min":{"1min":0.377,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.64500000000000002,"5min":0.753,"15min":0.753},"last":0.47999999999999998}]},{"osd":5,"last update":"Sat Feb 10 08:32:49 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.38900000000000001,"15min":0.38700000000000001},"min":{"1min":0.29599999999999999,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58799999999999997,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.318},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.36399999999999999,"15min":0.35499999999999998},"min":{"1min":0.26700000000000002,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.26700000000000002}]},{"osd":6,"last update":"Sat Feb 10 08:32:09 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.28000000000000003}]},{"osd":7,"last update":"Sat Feb 10 08:32:22 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.307},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.34000000000000002}]}]},{"osd":5,"up_from":41,"seq":176093659163,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049080,"kb_used_data":496,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696072,"statfs":{"total":95995035648,"available":94920777728,"internally_reserved":1073741824,"allocated":507904,"data_stored":202282,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.51100000000000001}]},{"osd":1,"last update":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.51500000000000001}]},{"osd":2,"last update":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.55000000000000004}]},{"osd":3,"last update":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.51900000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.432},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.442}]},{"osd":6,"last update":"Sat Feb 10 08:32:08 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.41699999999999998}]},{"osd":7,"last update":"Sat Feb 10 08:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.47799999999999998}]}]}]}} 2024-02-10T08:32:51.586 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph pg dump --format=json 2024-02-10T08:32:52.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:51 smithi179 bash[64586]: cluster 2024-02-10T08:32:50.284946+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:52.197 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:51 smithi099 bash[64561]: cluster 2024-02-10T08:32:50.284946+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:52.197 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:51 smithi099 bash[67896]: cluster 2024-02-10T08:32:50.284946+0000 mgr.y (mgr.14140) 208 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:53.136 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:52 smithi099 bash[64561]: audit 2024-02-10T08:32:50.918204+0000 mgr.y (mgr.14140) 209 : audit [DBG] from='client.24469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:32:53.136 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:52 smithi099 bash[67896]: audit 2024-02-10T08:32:50.918204+0000 mgr.y (mgr.14140) 209 : audit [DBG] from='client.24469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:32:53.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:52 smithi179 bash[64586]: audit 2024-02-10T08:32:50.918204+0000 mgr.y (mgr.14140) 209 : audit [DBG] from='client.24469 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:32:53.506 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:32:53.506 INFO:teuthology.orchestra.run.smithi099.stderr:dumped all 2024-02-10T08:32:54.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:53 smithi179 bash[64586]: cluster 2024-02-10T08:32:52.285397+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:54.145 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:53 smithi099 bash[64561]: cluster 2024-02-10T08:32:52.285397+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:54.145 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:53 smithi099 bash[67896]: cluster 2024-02-10T08:32:52.285397+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:54.155 INFO:teuthology.orchestra.run.smithi099.stdout:{"pg_ready":true,"pg_map":{"version":201,"stamp":"2024-02-10T08:32:52.285172+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":5,"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":8392660,"kb_used_data":3988,"kb_used_omap":6,"kb_used_meta":8388601,"kb_avail":741568556,"statfs":{"total":767960285184,"available":759366201344,"internally_reserved":8589934592,"allocated":4083712,"data_stored":1619726,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6699,"internal_metadata":8589927893},"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.001696"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"52","state":"active+clean","last_fresh":"2024-02-10T08:31:23.057854+0000","last_change":"2024-02-10T08:31:23.057854+0000","last_active":"2024-02-10T08:31:23.057854+0000","last_peered":"2024-02-10T08:31:23.057854+0000","last_clean":"2024-02-10T08:31:23.057854+0000","last_became_active":"2024-02-10T08:31:23.055434+0000","last_became_peered":"2024-02-10T08:31:23.055434+0000","last_unstale":"2024-02-10T08:31:23.057854+0000","last_undegraded":"2024-02-10T08:31:23.057854+0000","last_fullsized":"2024-02-10T08:31:23.057854+0000","mapping_epoch":51,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":52,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-02-10T08:26:59.803956+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-02-10T08:26:59.803956+0000","last_clean_scrub_stamp":"2024-02-10T08:26:59.803956+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":5,"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":5,"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":6699,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":51,"seq":219043332117,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"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":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.42899999999999999,"5min":0.42899999999999999,"15min":0.42899999999999999},"min":{"1min":0.315,"5min":0.315,"15min":0.315},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.28399999999999997,"5min":0.28399999999999997,"15min":0.28399999999999997},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.44800000000000001}]},{"osd":1,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.61599999999999999,"5min":0.61599999999999999,"15min":0.61599999999999999},"last":0.45500000000000002},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.55900000000000005,"5min":0.55900000000000005,"15min":0.55900000000000005},"last":0.432}]},{"osd":2,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.433,"5min":0.433,"15min":0.433},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.47699999999999998}]},{"osd":3,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.33100000000000002,"5min":0.33100000000000002,"15min":0.33100000000000002},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.439},{"interface":"front","average":{"1min":0.45100000000000001,"5min":0.45100000000000001,"15min":0.45100000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.42599999999999999}]},{"osd":4,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"last":0.35299999999999998},{"interface":"front","average":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.247,"5min":0.247,"15min":0.247},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.372}]},{"osd":5,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.372,"5min":0.372,"15min":0.372},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"last":0.39000000000000001}]},{"osd":6,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.29299999999999998,"5min":0.29299999999999998,"15min":0.29299999999999998},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.42299999999999999,"5min":0.42299999999999999,"15min":0.42299999999999999},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"last":0.33900000000000002}]}]},{"osd":6,"up_from":46,"seq":197568495639,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049080,"kb_used_data":496,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696072,"statfs":{"total":95995035648,"available":94920777728,"internally_reserved":1073741824,"allocated":507904,"data_stored":202282,"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,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":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.30099999999999999,"5min":0.30099999999999999,"15min":0.30099999999999999},"max":{"1min":0.95299999999999996,"5min":0.95299999999999996,"15min":0.95299999999999996},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.81000000000000005,"5min":0.81000000000000005,"15min":0.81000000000000005},"last":0.41399999999999998}]},{"osd":1,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.80400000000000005,"5min":0.80400000000000005,"15min":0.80400000000000005},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.92200000000000004,"5min":0.92200000000000004,"15min":0.92200000000000004},"last":0.52300000000000002}]},{"osd":2,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.47499999999999998,"5min":0.47499999999999998,"15min":0.47499999999999998},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.82099999999999995,"5min":0.82099999999999995,"15min":0.82099999999999995},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.48899999999999999,"5min":0.48899999999999999,"15min":0.48899999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.91300000000000003,"5min":0.91300000000000003,"15min":0.91300000000000003},"last":0.45500000000000002}]},{"osd":3,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.49299999999999999,"5min":0.49299999999999999,"15min":0.49299999999999999},"min":{"1min":0.33800000000000002,"5min":0.33800000000000002,"15min":0.33800000000000002},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.499},{"interface":"front","average":{"1min":0.498,"5min":0.498,"15min":0.498},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.46899999999999997}]},{"osd":4,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"last":0.48899999999999999},{"interface":"front","average":{"1min":0.39400000000000002,"5min":0.39400000000000002,"15min":0.39400000000000002},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.54400000000000004}]},{"osd":5,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.20300000000000001,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.56499999999999995},{"interface":"front","average":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"min":{"1min":0.25800000000000001,"5min":0.25800000000000001,"15min":0.25800000000000001},"max":{"1min":0.76300000000000001,"5min":0.76300000000000001,"15min":0.76300000000000001},"last":0.56999999999999995}]},{"osd":7,"last update":"Sat Feb 10 08:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.51700000000000002},{"interface":"front","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.59699999999999998}]}]},{"osd":1,"up_from":16,"seq":68719476780,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049080,"kb_used_data":496,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696072,"statfs":{"total":95995035648,"available":94920777728,"internally_reserved":1073741824,"allocated":507904,"data_stored":202282,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Feb 10 08:32:36 2024","interfaces":[{"interface":"back","average":{"1min":0.33800000000000002,"5min":0.307,"15min":0.28299999999999997},"min":{"1min":0.20000000000000001,"5min":0.186,"15min":0.186},"max":{"1min":1.046,"5min":1.046,"15min":1.046},"last":0.28199999999999997},{"interface":"front","average":{"1min":0.32500000000000001,"5min":0.316,"15min":0.29499999999999998},"min":{"1min":0.19900000000000001,"5min":0.19800000000000001,"15min":0.19800000000000001},"max":{"1min":0.56599999999999995,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.312}]},{"osd":2,"last update":"Sat Feb 10 08:31:50 2024","interfaces":[{"interface":"back","average":{"1min":0.38800000000000001,"5min":0.372,"15min":0.36899999999999999},"min":{"1min":0.23000000000000001,"5min":0.219,"15min":0.219},"max":{"1min":0.59499999999999997,"5min":0.59499999999999997,"15min":0.59499999999999997},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.372,"5min":0.34699999999999998,"15min":0.34300000000000003},"min":{"1min":0.20799999999999999,"5min":0.20799999999999999,"15min":0.20799999999999999},"max":{"1min":0.48499999999999999,"5min":0.629,"15min":0.629},"last":0.36299999999999999}]},{"osd":3,"last update":"Sat Feb 10 08:32:12 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.40799999999999997,"15min":0.41299999999999998},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.63500000000000001,"5min":0.63500000000000001,"15min":0.63500000000000001},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.372,"5min":0.39100000000000001,"15min":0.39400000000000002},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.57399999999999995,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.30499999999999999}]},{"osd":4,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.54000000000000004,"5min":0.55700000000000005,"15min":0.56000000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":1.056,"5min":1.056,"15min":1.056},"last":0.69499999999999995},{"interface":"front","average":{"1min":0.54300000000000004,"5min":0.53200000000000003,"15min":0.53000000000000003},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":1.0309999999999999,"5min":1.0309999999999999,"15min":1.0309999999999999},"last":0.56100000000000005}]},{"osd":5,"last update":"Sat Feb 10 08:31:50 2024","interfaces":[{"interface":"back","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.34899999999999998,"5min":0.34899999999999998,"15min":0.34899999999999998},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.77300000000000002},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.78600000000000003}]},{"osd":6,"last update":"Sat Feb 10 08:32:06 2024","interfaces":[{"interface":"back","average":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"min":{"1min":0.40200000000000002,"5min":0.40200000000000002,"15min":0.40200000000000002},"max":{"1min":0.78400000000000003,"5min":0.78400000000000003,"15min":0.78400000000000003},"last":0.61899999999999999},{"interface":"front","average":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.76200000000000001}]},{"osd":7,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.69399999999999995,"5min":0.69399999999999995,"15min":0.69399999999999995},"last":0.60299999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.754,"5min":0.754,"15min":0.754},"last":0.70299999999999996}]}]},{"osd":0,"up_from":10,"seq":42949673008,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Feb 10 08:32:35 2024","interfaces":[{"interface":"back","average":{"1min":0.28899999999999998,"5min":0.307,"15min":0.30099999999999999},"min":{"1min":0.21099999999999999,"5min":0.20300000000000001,"15min":0.20300000000000001},"max":{"1min":0.39700000000000002,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.33400000000000002,"5min":0.314,"15min":0.30199999999999999},"min":{"1min":0.20399999999999999,"5min":0.19,"15min":0.19},"max":{"1min":0.44800000000000001,"5min":0.51400000000000001,"15min":0.51400000000000001},"last":0.35099999999999998}]},{"osd":2,"last update":"Sat Feb 10 08:31:52 2024","interfaces":[{"interface":"back","average":{"1min":0.35799999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"min":{"1min":0.22500000000000001,"5min":0.22500000000000001,"15min":0.22500000000000001},"max":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"last":0.33700000000000002},{"interface":"front","average":{"1min":0.37,"5min":0.36599999999999999,"15min":0.36499999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"last":0.39400000000000002}]},{"osd":3,"last update":"Sat Feb 10 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":0.35699999999999998,"5min":0.39700000000000002,"15min":0.40300000000000002},"min":{"1min":0.26400000000000001,"5min":0.26400000000000001,"15min":0.26400000000000001},"max":{"1min":0.47299999999999998,"5min":0.627,"15min":0.627},"last":0.374},{"interface":"front","average":{"1min":0.35899999999999999,"5min":0.39500000000000002,"15min":0.40100000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.57099999999999995,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.36399999999999999}]},{"osd":4,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.54100000000000004,"15min":0.54200000000000004},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.65700000000000003},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.38300000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.66100000000000003}]},{"osd":5,"last update":"Sat Feb 10 08:31:47 2024","interfaces":[{"interface":"back","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.38700000000000001,"5min":0.38700000000000001,"15min":0.38700000000000001},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.66600000000000004,"5min":0.66600000000000004,"15min":0.66600000000000004},"last":0.68100000000000005}]},{"osd":6,"last update":"Sat Feb 10 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.69399999999999995}]},{"osd":7,"last update":"Sat Feb 10 08:32:22 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.57199999999999995}]}]},{"osd":2,"up_from":21,"seq":90194313256,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Feb 10 08:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.32100000000000001,"15min":0.315},"min":{"1min":0.22500000000000001,"5min":0.18099999999999999,"15min":0.18099999999999999},"max":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"last":0.27500000000000002},{"interface":"front","average":{"1min":0.379,"5min":0.36599999999999999,"15min":0.36399999999999999},"min":{"1min":0.26500000000000001,"5min":0.222,"15min":0.222},"max":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"last":0.22700000000000001}]},{"osd":1,"last update":"Sat Feb 10 08:31:53 2024","interfaces":[{"interface":"back","average":{"1min":0.35599999999999998,"5min":0.33200000000000002,"15min":0.32800000000000001},"min":{"1min":0.23899999999999999,"5min":0.22600000000000001,"15min":0.22600000000000001},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.216},{"interface":"front","average":{"1min":0.34100000000000003,"5min":0.33700000000000002,"15min":0.33600000000000002},"min":{"1min":0.23799999999999999,"5min":0.23200000000000001,"15min":0.23200000000000001},"max":{"1min":0.495,"5min":0.52000000000000002,"15min":0.52000000000000002},"last":0.26000000000000001}]},{"osd":3,"last update":"Sat Feb 10 08:32:16 2024","interfaces":[{"interface":"back","average":{"1min":0.33900000000000002,"5min":0.371,"15min":0.377},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.47399999999999998,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.19400000000000001},{"interface":"front","average":{"1min":0.35799999999999998,"5min":0.40600000000000003,"15min":0.41399999999999998},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.58099999999999996,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.247}]},{"osd":4,"last update":"Sat Feb 10 08:32:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.50800000000000001,"15min":0.50700000000000001},"min":{"1min":0.38700000000000001,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.65300000000000002,"5min":0.66500000000000004,"15min":0.66500000000000004},"last":0.314},{"interface":"front","average":{"1min":0.54600000000000004,"5min":0.52900000000000003,"15min":0.52600000000000002},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.32100000000000001}]},{"osd":5,"last update":"Sat Feb 10 08:31:50 2024","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.34200000000000003},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.65700000000000003,"5min":0.65700000000000003,"15min":0.65700000000000003},"last":0.36199999999999999}]},{"osd":6,"last update":"Sat Feb 10 08:32:07 2024","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.38100000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.35899999999999999,"5min":0.35899999999999999,"15min":0.35899999999999999},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.37}]},{"osd":7,"last update":"Sat Feb 10 08:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.52600000000000002,"5min":0.52600000000000002,"15min":0.52600000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.39300000000000002},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.42899999999999999}]}]},{"osd":3,"up_from":26,"seq":111669149731,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"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":"Sat Feb 10 08:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.34899999999999998,"5min":0.35299999999999998,"15min":0.35399999999999998},"min":{"1min":0.25900000000000001,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.26500000000000001},{"interface":"front","average":{"1min":0.34999999999999998,"5min":0.375,"15min":0.379},"min":{"1min":0.19900000000000001,"5min":0.19900000000000001,"15min":0.19900000000000001},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.28399999999999997}]},{"osd":1,"last update":"Sat Feb 10 08:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.371,"5min":0.40600000000000003,"15min":0.41199999999999998},"min":{"1min":0.22800000000000001,"5min":0.22800000000000001,"15min":0.22800000000000001},"max":{"1min":0.61299999999999999,"5min":0.61299999999999999,"15min":0.61299999999999999},"last":0.31900000000000001},{"interface":"front","average":{"1min":0.38,"5min":0.39800000000000002,"15min":0.40100000000000002},"min":{"1min":0.23400000000000001,"5min":0.23400000000000001,"15min":0.23400000000000001},"max":{"1min":0.627,"5min":0.627,"15min":0.627},"last":0.29499999999999998}]},{"osd":2,"last update":"Sat Feb 10 08:32:15 2024","interfaces":[{"interface":"back","average":{"1min":0.41099999999999998,"5min":0.41499999999999998,"15min":0.41599999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.65400000000000003,"5min":0.65400000000000003,"15min":0.65400000000000003},"last":0.309},{"interface":"front","average":{"1min":0.36799999999999999,"5min":0.39600000000000002,"15min":0.40000000000000002},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.60299999999999998,"5min":0.60299999999999998,"15min":0.60299999999999998},"last":0.27500000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.51200000000000001,"15min":0.51800000000000002},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.98799999999999999,"5min":0.98799999999999999,"15min":0.98799999999999999},"last":0.69599999999999995},{"interface":"front","average":{"1min":0.503,"5min":0.54100000000000004,"15min":0.54700000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":0.97499999999999998,"5min":0.97499999999999998,"15min":0.97499999999999998},"last":0.65800000000000003}]},{"osd":5,"last update":"Sat Feb 10 08:31:51 2024","interfaces":[{"interface":"back","average":{"1min":0.52900000000000003,"5min":0.52900000000000003,"15min":0.52900000000000003},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":0.81499999999999995,"5min":0.81499999999999995,"15min":0.81499999999999995},"last":0.67600000000000005},{"interface":"front","average":{"1min":0.56299999999999994,"5min":0.56299999999999994,"15min":0.56299999999999994},"min":{"1min":0.41599999999999998,"5min":0.41599999999999998,"15min":0.41599999999999998},"max":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"last":0.54200000000000004}]},{"osd":6,"last update":"Sat Feb 10 08:32:10 2024","interfaces":[{"interface":"back","average":{"1min":0.68000000000000005,"5min":0.68000000000000005,"15min":0.68000000000000005},"min":{"1min":0.39300000000000002,"5min":0.39300000000000002,"15min":0.39300000000000002},"max":{"1min":3.5870000000000002,"5min":3.5870000000000002,"15min":3.5870000000000002},"last":0.63800000000000001},{"interface":"front","average":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"min":{"1min":0.378,"5min":0.378,"15min":0.378},"max":{"1min":0.92300000000000004,"5min":0.92300000000000004,"15min":0.92300000000000004},"last":0.52900000000000003}]},{"osd":7,"last update":"Sat Feb 10 08:32:23 2024","interfaces":[{"interface":"back","average":{"1min":0.50800000000000001,"5min":0.50800000000000001,"15min":0.50800000000000001},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.83199999999999996,"5min":0.83199999999999996,"15min":0.83199999999999996},"last":0.71499999999999997},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.5}]}]},{"osd":4,"up_from":37,"seq":158913789980,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049084,"kb_used_data":500,"kb_used_omap":6,"kb_used_meta":1048569,"kb_avail":92696068,"statfs":{"total":95995035648,"available":94920773632,"internally_reserved":1073741824,"allocated":512000,"data_stored":202576,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6699,"internal_metadata":1073735125},"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":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.46400000000000002,"5min":0.48799999999999999,"15min":0.49199999999999999},"min":{"1min":0.36099999999999999,"5min":0.251,"15min":0.251},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.498},{"interface":"front","average":{"1min":0.47399999999999998,"5min":0.50900000000000001,"15min":0.51500000000000001},"min":{"1min":0.32100000000000001,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.432}]},{"osd":1,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.45900000000000002,"5min":0.51700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.622,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.45100000000000001},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.498,"15min":0.5},"min":{"1min":0.40999999999999998,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.60299999999999998,"5min":0.64500000000000002,"15min":0.64500000000000002},"last":0.46999999999999997}]},{"osd":2,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.502,"15min":0.505},"min":{"1min":0.36399999999999999,"5min":0.30399999999999999,"15min":0.30399999999999999},"max":{"1min":0.67400000000000004,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.41899999999999998},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.50700000000000001,"15min":0.51100000000000001},"min":{"1min":0.33300000000000002,"5min":0.308,"15min":0.308},"max":{"1min":0.66400000000000003,"5min":0.66400000000000003,"15min":0.66400000000000003},"last":0.48999999999999999}]},{"osd":3,"last update":"Sat Feb 10 08:32:42 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.504,"15min":0.50700000000000001},"min":{"1min":0.36499999999999999,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.46100000000000002},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.52900000000000003,"15min":0.53600000000000003},"min":{"1min":0.377,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.64500000000000002,"5min":0.753,"15min":0.753},"last":0.47999999999999998}]},{"osd":5,"last update":"Sat Feb 10 08:32:49 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.38900000000000001,"15min":0.38700000000000001},"min":{"1min":0.29599999999999999,"5min":0.26500000000000001,"15min":0.26500000000000001},"max":{"1min":0.58799999999999997,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.318},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.36399999999999999,"15min":0.35499999999999998},"min":{"1min":0.26700000000000002,"5min":0.23799999999999999,"15min":0.23799999999999999},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.26700000000000002}]},{"osd":6,"last update":"Sat Feb 10 08:32:09 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":1.3560000000000001,"5min":1.3560000000000001,"15min":1.3560000000000001},"last":0.29199999999999998},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.29899999999999999,"5min":0.29899999999999999,"15min":0.29899999999999999},"max":{"1min":0.751,"5min":0.751,"15min":0.751},"last":0.28000000000000003}]},{"osd":7,"last update":"Sat Feb 10 08:32:22 2024","interfaces":[{"interface":"back","average":{"1min":0.441,"5min":0.441,"15min":0.441},"min":{"1min":0.36499999999999999,"5min":0.36499999999999999,"15min":0.36499999999999999},"max":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"last":0.307},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.316,"5min":0.316,"15min":0.316},"max":{"1min":1.335,"5min":1.335,"15min":1.335},"last":0.34000000000000002}]}]},{"osd":5,"up_from":41,"seq":176093659163,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049080,"kb_used_data":496,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696072,"statfs":{"total":95995035648,"available":94920777728,"internally_reserved":1073741824,"allocated":507904,"data_stored":202282,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"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":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.56599999999999995},{"interface":"front","average":{"1min":0.47699999999999998,"5min":0.47699999999999998,"15min":0.47699999999999998},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.51100000000000001}]},{"osd":1,"last update":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.47899999999999998,"5min":0.47899999999999998,"15min":0.47899999999999998},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.51500000000000001}]},{"osd":2,"last update":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.34100000000000003,"5min":0.34100000000000003,"15min":0.34100000000000003},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.55000000000000004}]},{"osd":3,"last update":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.51200000000000001,"5min":0.51200000000000001,"15min":0.51200000000000001},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.53300000000000003},{"interface":"front","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"last":0.51900000000000002}]},{"osd":4,"last update":"Sat Feb 10 08:31:49 2024","interfaces":[{"interface":"back","average":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.59299999999999997,"5min":0.59299999999999997,"15min":0.59299999999999997},"last":0.432},{"interface":"front","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"last":0.442}]},{"osd":6,"last update":"Sat Feb 10 08:32:08 2024","interfaces":[{"interface":"back","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.69499999999999995,"5min":0.69499999999999995,"15min":0.69499999999999995},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.41899999999999998,"5min":0.41899999999999998,"15min":0.41899999999999998},"min":{"1min":0.23699999999999999,"5min":0.23699999999999999,"15min":0.23699999999999999},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.41699999999999998}]},{"osd":7,"last update":"Sat Feb 10 08:32:24 2024","interfaces":[{"interface":"back","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.47799999999999998}]}]}]}} 2024-02-10T08:32:54.157 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-02-10T08:32:54.157 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-02-10T08:32:54.157 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-02-10T08:32:54.157 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 -- ceph health --format=json 2024-02-10T08:32:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:54 smithi179 bash[64586]: audit 2024-02-10T08:32:53.503037+0000 mgr.y (mgr.14140) 211 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:32:55.179 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:54 smithi099 bash[64561]: audit 2024-02-10T08:32:53.503037+0000 mgr.y (mgr.14140) 211 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:32:55.180 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:54 smithi099 bash[67896]: audit 2024-02-10T08:32:53.503037+0000 mgr.y (mgr.14140) 211 : audit [DBG] from='client.24475 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-02-10T08:32:56.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:55 smithi179 bash[64586]: cluster 2024-02-10T08:32:54.285739+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:55 smithi099 bash[64561]: cluster 2024-02-10T08:32:54.285739+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:56.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:55 smithi099 bash[67896]: cluster 2024-02-10T08:32:54.285739+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:56.304 INFO:teuthology.orchestra.run.smithi099.stdout: 2024-02-10T08:32:56.901 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:56 smithi099 bash[64561]: audit 2024-02-10T08:32:56.304809+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.99:0/4160430061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T08:32:56.901 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:56 smithi099 bash[67896]: audit 2024-02-10T08:32:56.304809+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.99:0/4160430061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T08:32:56.912 INFO:teuthology.orchestra.run.smithi099.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-02-10T08:32:56.912 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-02-10T08:32:56.913 INFO:tasks.cephadm:Setup complete, yielding 2024-02-10T08:32:56.913 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T08:32:56.922 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi099.front.sepia.ceph.com 2024-02-10T08:32:56.923 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-02-10T08:32:57.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:56 smithi179 bash[64586]: audit 2024-02-10T08:32:56.304809+0000 mon.a (mon.0) 560 : audit [DBG] from='client.? 172.21.15.99:0/4160430061' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-02-10T08:32:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:57 smithi179 bash[64586]: cluster 2024-02-10T08:32:56.285997+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:57 smithi179 bash[64586]: audit 2024-02-10T08:32:57.374660+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:57.373395\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:57.373470\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:57.373501\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:57.373527\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:57.373553\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:57.373579\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:57.373634\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:57.373662\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:57.373688\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:57.373759\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:57 smithi179 bash[64586]: audit 2024-02-10T08:32:57.378183+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:57.373395\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:57.373470\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:57.373501\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:57.373527\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:57.373553\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:57.373579\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:57.373634\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:57.373662\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:57.373688\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:57.373759\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:58.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:57 smithi179 bash[64586]: audit 2024-02-10T08:32:57.379998+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:58.166 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:57 smithi099 bash[64561]: cluster 2024-02-10T08:32:56.285997+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:58.167 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:57 smithi099 bash[67896]: cluster 2024-02-10T08:32:56.285997+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:32:58.167 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:57 smithi099 bash[64561]: audit 2024-02-10T08:32:57.374660+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:57.373395\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:57.373470\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:57.373501\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:57.373527\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:57.373553\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:57.373579\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:57.373634\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:57.373662\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:57.373688\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:57.373759\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:58.167 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:57 smithi099 bash[64561]: audit 2024-02-10T08:32:57.378183+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:57.373395\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:57.373470\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:57.373501\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:57.373527\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:57.373553\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:57.373579\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:57.373634\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:57.373662\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:57.373688\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:57.373759\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:58.167 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:57 smithi099 bash[64561]: audit 2024-02-10T08:32:57.379998+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:58.168 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:57 smithi099 bash[67896]: audit 2024-02-10T08:32:57.374660+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:57.373395\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:57.373470\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:57.373501\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:57.373527\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:57.373553\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:57.373579\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:57.373634\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:57.373662\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:57.373688\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:57.373759\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:32:58.168 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:57 smithi099 bash[67896]: audit 2024-02-10T08:32:57.378183+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:32:57.373395\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:32:57.373470\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:32:57.373501\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:32:57.373527\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:32:57.373553\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:32:57.373579\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:32:57.373634\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:32:57.373662\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:32:57.373688\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:32:57.373759\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:32:58.168 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:57 smithi099 bash[67896]: audit 2024-02-10T08:32:57.379998+0000 mon.a (mon.0) 563 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:32:59.923 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:32:59.923 INFO:teuthology.orchestra.run.smithi099.stdout: "id": "c68c336c-204e-42a5-b8b3-a7dc870ef63f", 2024-02-10T08:32:59.923 INFO:teuthology.orchestra.run.smithi099.stdout: "name": "r", 2024-02-10T08:32:59.923 INFO:teuthology.orchestra.run.smithi099.stdout: "current_period": "be7b2ef6-3b8b-4a07-8311-b60457949438", 2024-02-10T08:32:59.923 INFO:teuthology.orchestra.run.smithi099.stdout: "epoch": 1 2024-02-10T08:32:59.923 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:33:00.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:59 smithi099 bash[64561]: cluster 2024-02-10T08:32:58.286290+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:00.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:59 smithi099 bash[64561]: cluster 2024-02-10T08:32:58.886904+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-10T08:33:00.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:32:59 smithi099 bash[64561]: audit 2024-02-10T08:32:58.888059+0000 mon.a (mon.0) 565 : audit [INF] from='client.? 172.21.15.99:0/2228375226' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-10T08:33:00.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:59 smithi099 bash[67896]: cluster 2024-02-10T08:32:58.286290+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:00.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:59 smithi099 bash[67896]: cluster 2024-02-10T08:32:58.886904+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-10T08:33:00.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:32:59 smithi099 bash[67896]: audit 2024-02-10T08:32:58.888059+0000 mon.a (mon.0) 565 : audit [INF] from='client.? 172.21.15.99:0/2228375226' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-10T08:33:00.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:59 smithi179 bash[64586]: cluster 2024-02-10T08:32:58.286290+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:00.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:59 smithi179 bash[64586]: cluster 2024-02-10T08:32:58.886904+0000 mon.a (mon.0) 564 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-02-10T08:33:00.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:32:59 smithi179 bash[64586]: audit 2024-02-10T08:32:58.888059+0000 mon.a (mon.0) 565 : audit [INF] from='client.? 172.21.15.99:0/2228375226' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-02-10T08:33:01.049 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-02-10T08:33:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:00 smithi099 bash[64561]: audit 2024-02-10T08:32:59.889242+0000 mon.a (mon.0) 566 : audit [INF] from='client.? 172.21.15.99:0/2228375226' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-10T08:33:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:00 smithi099 bash[64561]: cluster 2024-02-10T08:32:59.889393+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-10T08:33:01.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:00 smithi099 bash[64561]: cluster 2024-02-10T08:33:00.891769+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-10T08:33:01.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:00 smithi099 bash[67896]: audit 2024-02-10T08:32:59.889242+0000 mon.a (mon.0) 566 : audit [INF] from='client.? 172.21.15.99:0/2228375226' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-10T08:33:01.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:00 smithi099 bash[67896]: cluster 2024-02-10T08:32:59.889393+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-10T08:33:01.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:00 smithi099 bash[67896]: cluster 2024-02-10T08:33:00.891769+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-10T08:33:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:00 smithi179 bash[64586]: audit 2024-02-10T08:32:59.889242+0000 mon.a (mon.0) 566 : audit [INF] from='client.? 172.21.15.99:0/2228375226' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-02-10T08:33:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:00 smithi179 bash[64586]: cluster 2024-02-10T08:32:59.889393+0000 mon.a (mon.0) 567 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-02-10T08:33:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:00 smithi179 bash[64586]: cluster 2024-02-10T08:33:00.891769+0000 mon.a (mon.0) 568 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-02-10T08:33:02.180 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:01 smithi099 bash[64561]: cluster 2024-02-10T08:33:00.286732+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v207: 33 pgs: 10 creating+peering, 3 active+clean, 20 unknown; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:02.180 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:01 smithi099 bash[67896]: cluster 2024-02-10T08:33:00.286732+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v207: 33 pgs: 10 creating+peering, 3 active+clean, 20 unknown; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:02.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:01 smithi179 bash[64586]: cluster 2024-02-10T08:33:00.286732+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v207: 33 pgs: 10 creating+peering, 3 active+clean, 20 unknown; 0 B data, 4.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:03.019 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:02 smithi099 bash[64561]: audit 2024-02-10T08:33:02.384041+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:33:02.383260\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:03.019 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:02 smithi099 bash[64561]: audit 2024-02-10T08:33:02.387393+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:33:02.383260\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:03.020 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:02 smithi099 bash[64561]: audit 2024-02-10T08:33:02.387914+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:03.020 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:02 smithi099 bash[67896]: audit 2024-02-10T08:33:02.384041+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:33:02.383260\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:03.020 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:02 smithi099 bash[67896]: audit 2024-02-10T08:33:02.387393+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:33:02.383260\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:03.020 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:02 smithi099 bash[67896]: audit 2024-02-10T08:33:02.387914+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:03.066 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:02 smithi179 bash[64586]: audit 2024-02-10T08:33:02.384041+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:33:02.383260\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:03.067 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:02 smithi179 bash[64586]: audit 2024-02-10T08:33:02.387393+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}}, \"last_daemon_update\": \"2024-02-10T08:33:02.383260\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:03.067 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:02 smithi179 bash[64586]: audit 2024-02-10T08:33:02.387914+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:03.281 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "id": "6db7308e-4dbc-42a9-b142-4487482ae0b6", 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "name": "default", 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "api_name": "default", 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "is_master": "true", 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "endpoints": [], 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "hostnames": [], 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "hostnames_s3website": [], 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "master_zone": "", 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "zones": [], 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "placement_targets": [], 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "default_placement": "", 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "realm_id": "c68c336c-204e-42a5-b8b3-a7dc870ef63f", 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "sync_policy": { 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: "groups": [] 2024-02-10T08:33:03.282 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:03.283 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:33:03.885 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-02-10T08:33:04.028 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:03 smithi179 bash[64586]: cluster 2024-02-10T08:33:02.287063+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v209: 33 pgs: 10 creating+peering, 18 active+clean, 5 unknown; 323 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-10T08:33:04.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:03 smithi099 bash[64561]: cluster 2024-02-10T08:33:02.287063+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v209: 33 pgs: 10 creating+peering, 18 active+clean, 5 unknown; 323 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-10T08:33:04.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:03 smithi099 bash[67896]: cluster 2024-02-10T08:33:02.287063+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v209: 33 pgs: 10 creating+peering, 18 active+clean, 5 unknown; 323 B data, 4.1 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-02-10T08:33:05.361 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:05 smithi099 bash[64561]: cluster 2024-02-10T08:33:04.287362+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v210: 33 pgs: 4 creating+peering, 29 active+clean; 579 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-02-10T08:33:05.362 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:05 smithi099 bash[67896]: cluster 2024-02-10T08:33:04.287362+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v210: 33 pgs: 4 creating+peering, 29 active+clean; 579 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-02-10T08:33:05.436 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:05 smithi179 bash[64586]: cluster 2024-02-10T08:33:04.287362+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v210: 33 pgs: 4 creating+peering, 29 active+clean; 579 B data, 4.2 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2024-02-10T08:33:05.529 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:33:05.529 INFO:teuthology.orchestra.run.smithi099.stdout: "id": "9a080834-75ad-42ad-be51-f0636dc4fed8", 2024-02-10T08:33:05.529 INFO:teuthology.orchestra.run.smithi099.stdout: "name": "z", 2024-02-10T08:33:05.529 INFO:teuthology.orchestra.run.smithi099.stdout: "domain_root": "z.rgw.meta:root", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "control_pool": "z.rgw.control", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "gc_pool": "z.rgw.log:gc", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "lc_pool": "z.rgw.log:lc", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "log_pool": "z.rgw.log", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "roles_pool": "z.rgw.meta:roles", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "otp_pool": "z.rgw.otp", 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "system_key": { 2024-02-10T08:33:05.530 INFO:teuthology.orchestra.run.smithi099.stdout: "access_key": "", 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "secret_key": "" 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "placement_pools": [ 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: { 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "key": "default-placement", 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "val": { 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "index_pool": "z.rgw.buckets.index", 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "storage_classes": { 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "STANDARD": { 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "data_pool": "z.rgw.buckets.data" 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: "index_type": 0 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:05.531 INFO:teuthology.orchestra.run.smithi099.stdout: ], 2024-02-10T08:33:05.532 INFO:teuthology.orchestra.run.smithi099.stdout: "realm_id": "c68c336c-204e-42a5-b8b3-a7dc870ef63f" 2024-02-10T08:33:05.532 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:33:06.182 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-02-10T08:33:06.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:06 smithi099 bash[64561]: audit 2024-02-10T08:33:05.622359+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:33:05.621548\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:06.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:06 smithi099 bash[64561]: audit 2024-02-10T08:33:05.625477+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:33:05.621548\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:06.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:06 smithi099 bash[67896]: audit 2024-02-10T08:33:05.622359+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:33:05.621548\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:06.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:06 smithi099 bash[67896]: audit 2024-02-10T08:33:05.625477+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:33:05.621548\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:06.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:06 smithi179 bash[64586]: audit 2024-02-10T08:33:05.622359+0000 mon.a (mon.0) 572 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:33:05.621548\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:06.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:06 smithi179 bash[64586]: audit 2024-02-10T08:33:05.625477+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}}, \"last_daemon_update\": \"2024-02-10T08:33:05.621548\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:07.833 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:07 smithi099 bash[64561]: cluster 2024-02-10T08:33:06.287669+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v211: 33 pgs: 33 active+clean; 772 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 276 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-02-10T08:33:07.833 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:07 smithi099 bash[67896]: cluster 2024-02-10T08:33:06.287669+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v211: 33 pgs: 33 active+clean; 772 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 276 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-02-10T08:33:07.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:07 smithi179 bash[64586]: cluster 2024-02-10T08:33:06.287669+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v211: 33 pgs: 33 active+clean; 772 B data, 4.3 MiB used, 707 GiB / 715 GiB avail; 276 B/s rd, 1.6 KiB/s wr, 2 op/s 2024-02-10T08:33:09.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:09 smithi099 bash[64561]: cluster 2024-02-10T08:33:08.288145+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 818 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 243 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-10T08:33:09.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:09 smithi099 bash[64561]: cluster 2024-02-10T08:33:08.637651+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-10T08:33:09.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:09 smithi099 bash[64561]: audit 2024-02-10T08:33:08.641725+0000 mon.a (mon.0) 575 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-02-10T08:33:09.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:09 smithi099 bash[67896]: cluster 2024-02-10T08:33:08.288145+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 818 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 243 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-10T08:33:09.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:09 smithi099 bash[67896]: cluster 2024-02-10T08:33:08.637651+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-10T08:33:09.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:09 smithi099 bash[67896]: audit 2024-02-10T08:33:08.641725+0000 mon.a (mon.0) 575 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-02-10T08:33:10.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:09 smithi179 bash[64586]: cluster 2024-02-10T08:33:08.288145+0000 mgr.y (mgr.14140) 219 : cluster [DBG] pgmap v212: 33 pgs: 33 active+clean; 818 B data, 4.4 MiB used, 707 GiB / 715 GiB avail; 243 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-02-10T08:33:10.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:09 smithi179 bash[64586]: cluster 2024-02-10T08:33:08.637651+0000 mon.a (mon.0) 574 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-02-10T08:33:10.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:09 smithi179 bash[64586]: audit 2024-02-10T08:33:08.641725+0000 mon.a (mon.0) 575 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-02-10T08:33:10.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:10 smithi099 bash[64561]: audit 2024-02-10T08:33:09.640732+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-02-10T08:33:10.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:10 smithi099 bash[64561]: cluster 2024-02-10T08:33:09.640828+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-10T08:33:10.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:10 smithi099 bash[67896]: audit 2024-02-10T08:33:09.640732+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-02-10T08:33:10.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:10 smithi099 bash[67896]: cluster 2024-02-10T08:33:09.640828+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-10T08:33:11.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:10 smithi179 bash[64586]: audit 2024-02-10T08:33:09.640732+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-02-10T08:33:11.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:10 smithi179 bash[64586]: cluster 2024-02-10T08:33:09.640828+0000 mon.a (mon.0) 577 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-02-10T08:33:11.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:11 smithi099 bash[64561]: cluster 2024-02-10T08:33:10.288610+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v215: 65 pgs: 13 creating+peering, 13 unknown, 39 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-10T08:33:11.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:11 smithi099 bash[64561]: cluster 2024-02-10T08:33:10.662910+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-10T08:33:11.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:11 smithi099 bash[64561]: audit 2024-02-10T08:33:10.663883+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-02-10T08:33:11.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:11 smithi099 bash[67896]: cluster 2024-02-10T08:33:10.288610+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v215: 65 pgs: 13 creating+peering, 13 unknown, 39 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-10T08:33:11.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:11 smithi099 bash[67896]: cluster 2024-02-10T08:33:10.662910+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-10T08:33:11.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:11 smithi099 bash[67896]: audit 2024-02-10T08:33:10.663883+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-02-10T08:33:12.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:11 smithi179 bash[64586]: cluster 2024-02-10T08:33:10.288610+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v215: 65 pgs: 13 creating+peering, 13 unknown, 39 active+clean; 1.8 KiB data, 4.4 MiB used, 707 GiB / 715 GiB avail; 2.2 KiB/s rd, 1.6 KiB/s wr, 4 op/s 2024-02-10T08:33:12.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:11 smithi179 bash[64586]: cluster 2024-02-10T08:33:10.662910+0000 mon.a (mon.0) 578 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-02-10T08:33:12.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:11 smithi179 bash[64586]: audit 2024-02-10T08:33:10.663883+0000 mon.a (mon.0) 579 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-02-10T08:33:12.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:12 smithi099 bash[64561]: audit 2024-02-10T08:33:11.664480+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-02-10T08:33:12.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:12 smithi099 bash[64561]: cluster 2024-02-10T08:33:11.664692+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-10T08:33:12.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:12 smithi099 bash[67896]: audit 2024-02-10T08:33:11.664480+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-02-10T08:33:12.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:12 smithi099 bash[67896]: cluster 2024-02-10T08:33:11.664692+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-10T08:33:13.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:12 smithi179 bash[64586]: audit 2024-02-10T08:33:11.664480+0000 mon.a (mon.0) 580 : audit [INF] from='client.? 172.21.15.99:0/589071763' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-02-10T08:33:13.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:12 smithi179 bash[64586]: cluster 2024-02-10T08:33:11.664692+0000 mon.a (mon.0) 581 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-02-10T08:33:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:13 smithi099 bash[64561]: cluster 2024-02-10T08:33:12.288912+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v218: 97 pgs: 17 creating+peering, 33 unknown, 47 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 5 op/s 2024-02-10T08:33:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:13 smithi099 bash[64561]: cluster 2024-02-10T08:33:12.681176+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-10T08:33:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:13 smithi099 bash[64561]: audit 2024-02-10T08:33:12.682283+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T08:33:13.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:13 smithi099 bash[67896]: cluster 2024-02-10T08:33:12.288912+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v218: 97 pgs: 17 creating+peering, 33 unknown, 47 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 5 op/s 2024-02-10T08:33:13.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:13 smithi099 bash[67896]: cluster 2024-02-10T08:33:12.681176+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-10T08:33:13.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:13 smithi099 bash[67896]: audit 2024-02-10T08:33:12.682283+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T08:33:14.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:13 smithi179 bash[64586]: cluster 2024-02-10T08:33:12.288912+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v218: 97 pgs: 17 creating+peering, 33 unknown, 47 active+clean; 1.8 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 5.0 KiB/s rd, 767 B/s wr, 5 op/s 2024-02-10T08:33:14.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:13 smithi179 bash[64586]: cluster 2024-02-10T08:33:12.681176+0000 mon.a (mon.0) 582 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-02-10T08:33:14.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:13 smithi179 bash[64586]: audit 2024-02-10T08:33:12.682283+0000 mon.a (mon.0) 583 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[64561]: audit 2024-02-10T08:33:13.682614+0000 mon.a (mon.0) 584 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[64561]: cluster 2024-02-10T08:33:13.682813+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[64561]: audit 2024-02-10T08:33:13.688244+0000 mon.a (mon.0) 586 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[64561]: audit 2024-02-10T08:33:14.685778+0000 mon.a (mon.0) 587 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[64561]: cluster 2024-02-10T08:33:14.685835+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[64561]: audit 2024-02-10T08:33:14.686389+0000 mon.a (mon.0) 589 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[67896]: audit 2024-02-10T08:33:13.682614+0000 mon.a (mon.0) 584 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[67896]: cluster 2024-02-10T08:33:13.682813+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-10T08:33:14.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[67896]: audit 2024-02-10T08:33:13.688244+0000 mon.a (mon.0) 586 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T08:33:14.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[67896]: audit 2024-02-10T08:33:14.685778+0000 mon.a (mon.0) 587 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T08:33:14.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[67896]: cluster 2024-02-10T08:33:14.685835+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-10T08:33:14.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:14 smithi099 bash[67896]: audit 2024-02-10T08:33:14.686389+0000 mon.a (mon.0) 589 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-02-10T08:33:15.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:14 smithi179 bash[64586]: audit 2024-02-10T08:33:13.682614+0000 mon.a (mon.0) 584 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-02-10T08:33:15.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:14 smithi179 bash[64586]: cluster 2024-02-10T08:33:13.682813+0000 mon.a (mon.0) 585 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-02-10T08:33:15.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:14 smithi179 bash[64586]: audit 2024-02-10T08:33:13.688244+0000 mon.a (mon.0) 586 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-02-10T08:33:15.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:14 smithi179 bash[64586]: audit 2024-02-10T08:33:14.685778+0000 mon.a (mon.0) 587 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-02-10T08:33:15.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:14 smithi179 bash[64586]: cluster 2024-02-10T08:33:14.685835+0000 mon.a (mon.0) 588 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-02-10T08:33:15.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:14 smithi179 bash[64586]: audit 2024-02-10T08:33:14.686389+0000 mon.a (mon.0) 589 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "id": "a5ded05e-a553-4e00-9eba-e7bc5fb7b873", 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "epoch": 1, 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "predecessor_uuid": "be7b2ef6-3b8b-4a07-8311-b60457949438", 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "sync_status": [], 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "period_map": { 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "id": "a5ded05e-a553-4e00-9eba-e7bc5fb7b873", 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "zonegroups": [ 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: { 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "id": "6db7308e-4dbc-42a9-b142-4487482ae0b6", 2024-02-10T08:33:15.776 INFO:teuthology.orchestra.run.smithi099.stdout: "name": "default", 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "api_name": "default", 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "is_master": "true", 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "endpoints": [], 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "hostnames": [], 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "hostnames_s3website": [], 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "master_zone": "9a080834-75ad-42ad-be51-f0636dc4fed8", 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "zones": [ 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: { 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "id": "9a080834-75ad-42ad-be51-f0636dc4fed8", 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "name": "z", 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "endpoints": [], 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "log_meta": "false", 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "log_data": "false", 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "bucket_index_max_shards": 11, 2024-02-10T08:33:15.777 INFO:teuthology.orchestra.run.smithi099.stdout: "read_only": "false", 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "tier_type": "", 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "sync_from_all": "true", 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "sync_from": [], 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "redirect_zone": "" 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: ], 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "placement_targets": [ 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: { 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "name": "default-placement", 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "tags": [], 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "storage_classes": [ 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: "STANDARD" 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: ] 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:15.778 INFO:teuthology.orchestra.run.smithi099.stdout: ], 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: "default_placement": "default-placement", 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: "realm_id": "c68c336c-204e-42a5-b8b3-a7dc870ef63f", 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: "sync_policy": { 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: "groups": [] 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: ], 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: "short_zone_ids": [ 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: { 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: "key": "9a080834-75ad-42ad-be51-f0636dc4fed8", 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: "val": 1226461131 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: ] 2024-02-10T08:33:15.779 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "master_zonegroup": "6db7308e-4dbc-42a9-b142-4487482ae0b6", 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "master_zone": "9a080834-75ad-42ad-be51-f0636dc4fed8", 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "period_config": { 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "bucket_quota": { 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "enabled": false, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "check_on_raw": false, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "max_size": -1, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "max_size_kb": 0, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "max_objects": -1 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "user_quota": { 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "enabled": false, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "check_on_raw": false, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "max_size": -1, 2024-02-10T08:33:15.780 INFO:teuthology.orchestra.run.smithi099.stdout: "max_size_kb": 0, 2024-02-10T08:33:15.781 INFO:teuthology.orchestra.run.smithi099.stdout: "max_objects": -1 2024-02-10T08:33:15.781 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:33:15.781 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:33:15.781 INFO:teuthology.orchestra.run.smithi099.stdout: "realm_id": "c68c336c-204e-42a5-b8b3-a7dc870ef63f", 2024-02-10T08:33:15.781 INFO:teuthology.orchestra.run.smithi099.stdout: "realm_name": "r", 2024-02-10T08:33:15.781 INFO:teuthology.orchestra.run.smithi099.stdout: "realm_epoch": 2 2024-02-10T08:33:15.781 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:33:15.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:15 smithi099 bash[64561]: cluster 2024-02-10T08:33:14.289485+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v221: 129 pgs: 19 creating+peering, 44 unknown, 66 active+clean; 1.8 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-02-10T08:33:15.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:15 smithi099 bash[64561]: audit 2024-02-10T08:33:15.687148+0000 mon.a (mon.0) 590 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-02-10T08:33:15.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:15 smithi099 bash[64561]: cluster 2024-02-10T08:33:15.687206+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-10T08:33:15.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:15 smithi099 bash[67896]: cluster 2024-02-10T08:33:14.289485+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v221: 129 pgs: 19 creating+peering, 44 unknown, 66 active+clean; 1.8 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-02-10T08:33:15.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:15 smithi099 bash[67896]: audit 2024-02-10T08:33:15.687148+0000 mon.a (mon.0) 590 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-02-10T08:33:15.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:15 smithi099 bash[67896]: cluster 2024-02-10T08:33:15.687206+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-10T08:33:16.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:15 smithi179 bash[64586]: cluster 2024-02-10T08:33:14.289485+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v221: 129 pgs: 19 creating+peering, 44 unknown, 66 active+clean; 1.8 KiB data, 4.6 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-02-10T08:33:16.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:15 smithi179 bash[64586]: audit 2024-02-10T08:33:15.687148+0000 mon.a (mon.0) 590 : audit [INF] from='client.? 172.21.15.99:0/1025241572' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-02-10T08:33:16.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:15 smithi179 bash[64586]: cluster 2024-02-10T08:33:15.687206+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-02-10T08:33:16.565 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-02-10T08:33:17.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:17 smithi099 bash[64561]: cluster 2024-02-10T08:33:16.289849+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v224: 129 pgs: 5 creating+peering, 4 unknown, 120 active+clean; 2.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 1 op/s 2024-02-10T08:33:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:17 smithi099 bash[67896]: cluster 2024-02-10T08:33:16.289849+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v224: 129 pgs: 5 creating+peering, 4 unknown, 120 active+clean; 2.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 1 op/s 2024-02-10T08:33:18.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:17 smithi179 bash[64586]: cluster 2024-02-10T08:33:16.289849+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v224: 129 pgs: 5 creating+peering, 4 unknown, 120 active+clean; 2.7 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 255 B/s rd, 767 B/s wr, 1 op/s 2024-02-10T08:33:18.473 INFO:teuthology.orchestra.run.smithi099.stdout:Scheduled rgw update... 2024-02-10T08:33:18.819 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.469137+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-10T08:33:18.468819\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.471905+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-10T08:33:18.468819\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.473692+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.477046+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.477787+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.482957+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.483731+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.487991+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.488732+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.492914+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.493428+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:33:18.820 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[64561]: audit 2024-02-10T08:33:18.494175+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi099.wcvjcd", "key": "container_image"}]: dispatch 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.469137+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-10T08:33:18.468819\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.471905+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-10T08:33:18.468819\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.473692+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.477046+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.477787+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.482957+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.483731+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.487991+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.488732+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.492914+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.493428+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:33:18.821 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:18 smithi099 bash[67896]: audit 2024-02-10T08:33:18.494175+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi099.wcvjcd", "key": "container_image"}]: dispatch 2024-02-10T08:33:19.136 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 120' 2024-02-10T08:33:19.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.469137+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-10T08:33:18.468819\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-02-10T08:33:19.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.471905+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-02-10T08:33:18.468819\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-02-10T08:33:19.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.473692+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-02-10T08:33:19.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.477046+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-02-10T08:33:19.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.477787+0000 mon.a (mon.0) 596 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-02-10T08:33:19.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.482957+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-02-10T08:33:19.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.483731+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-02-10T08:33:19.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.487991+0000 mon.a (mon.0) 599 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-02-10T08:33:19.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.488732+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-10T08:33:19.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.492914+0000 mon.a (mon.0) 601 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-10T08:33:19.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.493428+0000 mon.a (mon.0) 602 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:33:19.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:18 smithi179 bash[64586]: audit 2024-02-10T08:33:18.494175+0000 mon.a (mon.0) 603 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi099.wcvjcd", "key": "container_image"}]: dispatch 2024-02-10T08:33:19.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:19 smithi099 bash[64561]: cluster 2024-02-10T08:33:18.290238+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v225: 129 pgs: 5 creating+peering, 124 active+clean; 4.2 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 547 B/s rd, 2.0 KiB/s wr, 6 op/s 2024-02-10T08:33:19.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:19 smithi099 bash[64561]: audit 2024-02-10T08:33:18.468323+0000 mgr.y (mgr.14140) 225 : audit [DBG] from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:19.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:19 smithi099 bash[64561]: cephadm 2024-02-10T08:33:18.468808+0000 mgr.y (mgr.14140) 226 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-02-10T08:33:19.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:19 smithi099 bash[64561]: cephadm 2024-02-10T08:33:18.493849+0000 mgr.y (mgr.14140) 227 : cephadm [INF] Deploying daemon rgw.r.z.smithi099.wcvjcd on smithi099 2024-02-10T08:33:19.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:19 smithi099 bash[67896]: cluster 2024-02-10T08:33:18.290238+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v225: 129 pgs: 5 creating+peering, 124 active+clean; 4.2 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 547 B/s rd, 2.0 KiB/s wr, 6 op/s 2024-02-10T08:33:19.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:19 smithi099 bash[67896]: audit 2024-02-10T08:33:18.468323+0000 mgr.y (mgr.14140) 225 : audit [DBG] from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:19.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:19 smithi099 bash[67896]: cephadm 2024-02-10T08:33:18.468808+0000 mgr.y (mgr.14140) 226 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-02-10T08:33:19.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:19 smithi099 bash[67896]: cephadm 2024-02-10T08:33:18.493849+0000 mgr.y (mgr.14140) 227 : cephadm [INF] Deploying daemon rgw.r.z.smithi099.wcvjcd on smithi099 2024-02-10T08:33:20.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:19 smithi179 bash[64586]: cluster 2024-02-10T08:33:18.290238+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v225: 129 pgs: 5 creating+peering, 124 active+clean; 4.2 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 547 B/s rd, 2.0 KiB/s wr, 6 op/s 2024-02-10T08:33:20.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:19 smithi179 bash[64586]: audit 2024-02-10T08:33:18.468323+0000 mgr.y (mgr.14140) 225 : audit [DBG] from='client.24547 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:33:20.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:19 smithi179 bash[64586]: cephadm 2024-02-10T08:33:18.468808+0000 mgr.y (mgr.14140) 226 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-02-10T08:33:20.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:19 smithi179 bash[64586]: cephadm 2024-02-10T08:33:18.493849+0000 mgr.y (mgr.14140) 227 : cephadm [INF] Deploying daemon rgw.r.z.smithi099.wcvjcd on smithi099 2024-02-10T08:33:21.942 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:21 smithi179 bash[64586]: cluster 2024-02-10T08:33:20.290930+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 5.9 KiB/s wr, 22 op/s 2024-02-10T08:33:21.943 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:21 smithi179 bash[64586]: audit 2024-02-10T08:33:21.353883+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:21.943 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:21 smithi179 bash[64586]: audit 2024-02-10T08:33:21.357641+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:21.943 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:21 smithi179 bash[64586]: audit 2024-02-10T08:33:21.358166+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-10T08:33:21.943 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:21 smithi179 bash[64586]: audit 2024-02-10T08:33:21.360985+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-10T08:33:21.943 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:21 smithi179 bash[64586]: audit 2024-02-10T08:33:21.361531+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:33:21.943 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:21 smithi179 bash[64586]: audit 2024-02-10T08:33:21.362179+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi179.txupur", "key": "container_image"}]: dispatch 2024-02-10T08:33:21.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[64561]: cluster 2024-02-10T08:33:20.290930+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 5.9 KiB/s wr, 22 op/s 2024-02-10T08:33:21.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[67896]: cluster 2024-02-10T08:33:20.290930+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 1.1 KiB/s rd, 5.9 KiB/s wr, 22 op/s 2024-02-10T08:33:21.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[64561]: audit 2024-02-10T08:33:21.353883+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:21.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[67896]: audit 2024-02-10T08:33:21.353883+0000 mon.a (mon.0) 604 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[64561]: audit 2024-02-10T08:33:21.357641+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[64561]: audit 2024-02-10T08:33:21.358166+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[64561]: audit 2024-02-10T08:33:21.360985+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[64561]: audit 2024-02-10T08:33:21.361531+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[64561]: audit 2024-02-10T08:33:21.362179+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi179.txupur", "key": "container_image"}]: dispatch 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[67896]: audit 2024-02-10T08:33:21.357641+0000 mon.a (mon.0) 605 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:02.382913\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:02.382989\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:02.383021\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:02.383049\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:02.383076\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:02.383102\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:02.383129\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:02.383157\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:02.383183\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[67896]: audit 2024-02-10T08:33:21.358166+0000 mon.a (mon.0) 606 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[67896]: audit 2024-02-10T08:33:21.360985+0000 mon.a (mon.0) 607 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[67896]: audit 2024-02-10T08:33:21.361531+0000 mon.a (mon.0) 608 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:33:21.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:21 smithi099 bash[67896]: audit 2024-02-10T08:33:21.362179+0000 mon.a (mon.0) 609 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi179.txupur", "key": "container_image"}]: dispatch 2024-02-10T08:33:22.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:22 smithi179 bash[64586]: cephadm 2024-02-10T08:33:21.361933+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Deploying daemon rgw.r.z.smithi179.txupur on smithi179 2024-02-10T08:33:23.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:22 smithi099 bash[64561]: cephadm 2024-02-10T08:33:21.361933+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Deploying daemon rgw.r.z.smithi179.txupur on smithi179 2024-02-10T08:33:23.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:22 smithi099 bash[67896]: cephadm 2024-02-10T08:33:21.361933+0000 mgr.y (mgr.14140) 229 : cephadm [INF] Deploying daemon rgw.r.z.smithi179.txupur on smithi179 2024-02-10T08:33:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:23 smithi179 bash[64586]: cluster 2024-02-10T08:33:22.291330+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-02-10T08:33:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:23 smithi179 bash[64586]: audit 2024-02-10T08:33:23.322391+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:23 smithi179 bash[64586]: audit 2024-02-10T08:33:23.326364+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:23 smithi179 bash[64586]: audit 2024-02-10T08:33:23.327021+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:23.986 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:23 smithi099 bash[64561]: cluster 2024-02-10T08:33:22.291330+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-02-10T08:33:23.987 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:23 smithi099 bash[67896]: cluster 2024-02-10T08:33:22.291330+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 6.9 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 895 B/s rd, 4.9 KiB/s wr, 18 op/s 2024-02-10T08:33:23.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:23 smithi099 bash[64561]: audit 2024-02-10T08:33:23.322391+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:23.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:23 smithi099 bash[64561]: audit 2024-02-10T08:33:23.326364+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:23.987 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:23 smithi099 bash[64561]: audit 2024-02-10T08:33:23.327021+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:23.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:23 smithi099 bash[67896]: audit 2024-02-10T08:33:23.322391+0000 mon.a (mon.0) 610 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:23.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:23 smithi099 bash[67896]: audit 2024-02-10T08:33:23.326364+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:05.621221\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:05.621295\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:05.621325\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:05.621352\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:05.621378\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:05.621404\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:05.621430\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:05.621455\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:05.621481\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:23.988 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:23 smithi099 bash[67896]: audit 2024-02-10T08:33:23.327021+0000 mon.a (mon.0) 612 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:25.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:25 smithi099 bash[64561]: cluster 2024-02-10T08:33:24.291755+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 4.3 KiB/s wr, 62 op/s 2024-02-10T08:33:25.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:25 smithi099 bash[67896]: cluster 2024-02-10T08:33:24.291755+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 4.3 KiB/s wr, 62 op/s 2024-02-10T08:33:26.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:25 smithi179 bash[64586]: cluster 2024-02-10T08:33:24.291755+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 5.5 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 4.3 KiB/s wr, 62 op/s 2024-02-10T08:33:26.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:26 smithi179 bash[64586]: audit 2024-02-10T08:33:25.899341+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:25.898158\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:25.898248\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:25.898278\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:25.898305\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:25.898331\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:25.898357\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:25.898383\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:25.898409\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:25.898435\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:25.898460\", \"created\": \"2024-02-10T08:33:21.320113\", \"started\": \"2024-02-10T08:33:21.583373\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_daemon_update\": \"2024-02-10T08:33:25.898527\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:26.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:26 smithi179 bash[64586]: audit 2024-02-10T08:33:25.902240+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:25.898158\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:25.898248\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:25.898278\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:25.898305\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:25.898331\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:25.898357\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:25.898383\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:25.898409\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:25.898435\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:25.898460\", \"created\": \"2024-02-10T08:33:21.320113\", \"started\": \"2024-02-10T08:33:21.583373\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_daemon_update\": \"2024-02-10T08:33:25.898527\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:26.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:26 smithi179 bash[64586]: audit 2024-02-10T08:33:25.902743+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:27.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:26 smithi099 bash[64561]: audit 2024-02-10T08:33:25.899341+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:25.898158\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:25.898248\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:25.898278\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:25.898305\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:25.898331\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:25.898357\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:25.898383\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:25.898409\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:25.898435\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:25.898460\", \"created\": \"2024-02-10T08:33:21.320113\", \"started\": \"2024-02-10T08:33:21.583373\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_daemon_update\": \"2024-02-10T08:33:25.898527\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:27.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:26 smithi099 bash[64561]: audit 2024-02-10T08:33:25.902240+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:25.898158\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:25.898248\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:25.898278\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:25.898305\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:25.898331\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:25.898357\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:25.898383\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:25.898409\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:25.898435\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:25.898460\", \"created\": \"2024-02-10T08:33:21.320113\", \"started\": \"2024-02-10T08:33:21.583373\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_daemon_update\": \"2024-02-10T08:33:25.898527\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:27.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:26 smithi099 bash[64561]: audit 2024-02-10T08:33:25.902743+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:27.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:26 smithi099 bash[67896]: audit 2024-02-10T08:33:25.899341+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:25.898158\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:25.898248\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:25.898278\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:25.898305\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:25.898331\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:25.898357\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:25.898383\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:25.898409\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:25.898435\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:25.898460\", \"created\": \"2024-02-10T08:33:21.320113\", \"started\": \"2024-02-10T08:33:21.583373\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_daemon_update\": \"2024-02-10T08:33:25.898527\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]: dispatch 2024-02-10T08:33:27.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:26 smithi099 bash[67896]: audit 2024-02-10T08:33:25.902240+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"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\": \"2024-02-10T08:33:25.898158\", \"created\": \"2024-02-10T08:26:48.107829\", \"started\": \"2024-02-10T08:26:53.651915\"}, \"mgr.y\": {\"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"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\": \"2024-02-10T08:33:25.898248\", \"created\": \"2024-02-10T08:26:55.332669\", \"started\": \"2024-02-10T08:26:55.363745\"}, \"mon.c\": {\"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"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\": \"2024-02-10T08:33:25.898278\", \"created\": \"2024-02-10T08:28:14.865904\", \"started\": \"2024-02-10T08:28:14.896423\"}, \"osd.0\": {\"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"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\": \"2024-02-10T08:33:25.898305\", \"created\": \"2024-02-10T08:29:03.310834\", \"started\": \"2024-02-10T08:29:05.392463\"}, \"osd.1\": {\"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"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\": \"2024-02-10T08:33:25.898331\", \"created\": \"2024-02-10T08:29:22.549409\", \"started\": \"2024-02-10T08:29:24.285078\"}, \"osd.2\": {\"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"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\": \"2024-02-10T08:33:25.898357\", \"created\": \"2024-02-10T08:29:42.542967\", \"started\": \"2024-02-10T08:29:45.314901\"}, \"osd.3\": {\"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"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\": \"2024-02-10T08:33:25.898383\", \"created\": \"2024-02-10T08:30:02.212530\", \"started\": \"2024-02-10T08:30:04.513382\"}, \"node-exporter.a\": {\"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": \"2024-02-10T08:33:25.898409\", \"created\": \"2024-02-10T08:31:46.757213\", \"started\": \"2024-02-10T08:31:57.773319\"}, \"alertmanager.a\": {\"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": \"2024-02-10T08:33:25.898435\", \"created\": \"2024-02-10T08:32:04.979809\", \"started\": \"2024-02-10T08:32:39.912737\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:25.898460\", \"created\": \"2024-02-10T08:33:21.320113\", \"started\": \"2024-02-10T08:33:21.583373\"}}, \"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\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270\"}}, \"last_daemon_update\": \"2024-02-10T08:33:25.898527\", \"last_device_update\": \"2024-02-10T08:30:08.555470\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.99\"]}, \"last_host_check\": \"2024-02-10T08:27:22.966389\"}"}]': finished 2024-02-10T08:33:27.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:26 smithi099 bash[67896]: audit 2024-02-10T08:33:25.902743+0000 mon.a (mon.0) 615 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:33:28.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:27 smithi179 bash[64586]: cluster 2024-02-10T08:33:26.292462+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 77 KiB/s rd, 3.9 KiB/s wr, 151 op/s 2024-02-10T08:33:28.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:27 smithi099 bash[64561]: cluster 2024-02-10T08:33:26.292462+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 77 KiB/s rd, 3.9 KiB/s wr, 151 op/s 2024-02-10T08:33:28.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:27 smithi099 bash[67896]: cluster 2024-02-10T08:33:26.292462+0000 mgr.y (mgr.14140) 232 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 77 KiB/s rd, 3.9 KiB/s wr, 151 op/s 2024-02-10T08:33:30.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:29 smithi099 bash[64561]: cluster 2024-02-10T08:33:28.292888+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 85 KiB/s rd, 3.2 KiB/s wr, 165 op/s 2024-02-10T08:33:30.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:29 smithi099 bash[67896]: cluster 2024-02-10T08:33:28.292888+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 85 KiB/s rd, 3.2 KiB/s wr, 165 op/s 2024-02-10T08:33:30.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:29 smithi099 bash[64561]: audit 2024-02-10T08:33:29.533159+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:29.531853\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:33:29.532189\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:30.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:29 smithi099 bash[67896]: audit 2024-02-10T08:33:29.533159+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:29.531853\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:33:29.532189\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:30.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:29 smithi099 bash[67896]: audit 2024-02-10T08:33:29.536615+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:29.531853\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:33:29.532189\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:30.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:29 smithi099 bash[64561]: audit 2024-02-10T08:33:29.536615+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:29.531853\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:33:29.532189\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:30.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:29 smithi179 bash[64586]: cluster 2024-02-10T08:33:28.292888+0000 mgr.y (mgr.14140) 233 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 85 KiB/s rd, 3.2 KiB/s wr, 165 op/s 2024-02-10T08:33:30.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:29 smithi179 bash[64586]: audit 2024-02-10T08:33:29.533159+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:29.531853\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:33:29.532189\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:33:30.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:29 smithi179 bash[64586]: audit 2024-02-10T08:33:29.536615+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"0ab2eb7a0eca\", \"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\": \"2024-02-10T08:33:29.531853\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:28:47.267928\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:45.450052\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:33:29.532189\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:33:32.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:31 smithi099 bash[64561]: cluster 2024-02-10T08:33:30.293687+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.5 KiB/s wr, 175 op/s 2024-02-10T08:33:32.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:31 smithi099 bash[67896]: cluster 2024-02-10T08:33:30.293687+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.5 KiB/s wr, 175 op/s 2024-02-10T08:33:32.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:31 smithi179 bash[64586]: cluster 2024-02-10T08:33:30.293687+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 2.5 KiB/s wr, 175 op/s 2024-02-10T08:33:34.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:33 smithi099 bash[64561]: cluster 2024-02-10T08:33:32.294173+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-02-10T08:33:34.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:33 smithi099 bash[67896]: cluster 2024-02-10T08:33:32.294173+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-02-10T08:33:34.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:33 smithi179 bash[64586]: cluster 2024-02-10T08:33:32.294173+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-02-10T08:33:36.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:35 smithi099 bash[64561]: cluster 2024-02-10T08:33:34.294698+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-02-10T08:33:36.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:35 smithi099 bash[67896]: cluster 2024-02-10T08:33:34.294698+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-02-10T08:33:36.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:35 smithi179 bash[64586]: cluster 2024-02-10T08:33:34.294698+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-02-10T08:33:37.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:36 smithi099 bash[64561]: cluster 2024-02-10T08:33:36.295257+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 129 op/s 2024-02-10T08:33:37.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:36 smithi099 bash[67896]: cluster 2024-02-10T08:33:36.295257+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 129 op/s 2024-02-10T08:33:37.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:36 smithi179 bash[64586]: cluster 2024-02-10T08:33:36.295257+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 73 KiB/s rd, 0 B/s wr, 129 op/s 2024-02-10T08:33:39.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:39 smithi179 bash[64586]: cluster 2024-02-10T08:33:38.295864+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 44 op/s 2024-02-10T08:33:39.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:39 smithi099 bash[64561]: cluster 2024-02-10T08:33:38.295864+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 44 op/s 2024-02-10T08:33:39.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:39 smithi099 bash[67896]: cluster 2024-02-10T08:33:38.295864+0000 mgr.y (mgr.14140) 238 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 26 KiB/s rd, 0 B/s wr, 44 op/s 2024-02-10T08:33:41.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:41 smithi179 bash[64586]: cluster 2024-02-10T08:33:40.296739+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 8.1 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-10T08:33:41.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:41 smithi099 bash[64561]: cluster 2024-02-10T08:33:40.296739+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 8.1 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-10T08:33:41.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:41 smithi099 bash[67896]: cluster 2024-02-10T08:33:40.296739+0000 mgr.y (mgr.14140) 239 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail; 8.1 KiB/s rd, 0 B/s wr, 12 op/s 2024-02-10T08:33:43.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:43 smithi179 bash[64586]: cluster 2024-02-10T08:33:42.297244+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:43.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:43 smithi099 bash[64561]: cluster 2024-02-10T08:33:42.297244+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:43.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:43 smithi099 bash[67896]: cluster 2024-02-10T08:33:42.297244+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:45.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:45 smithi179 bash[64586]: cluster 2024-02-10T08:33:44.297853+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:45.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:45 smithi099 bash[67896]: cluster 2024-02-10T08:33:44.297853+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:45.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:45 smithi099 bash[64561]: cluster 2024-02-10T08:33:44.297853+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:47.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:47 smithi179 bash[64586]: cluster 2024-02-10T08:33:46.298385+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:47.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:47 smithi099 bash[64561]: cluster 2024-02-10T08:33:46.298385+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:47.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:47 smithi099 bash[67896]: cluster 2024-02-10T08:33:46.298385+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:49.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:49 smithi179 bash[64586]: cluster 2024-02-10T08:33:48.298870+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:49.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:49 smithi099 bash[64561]: cluster 2024-02-10T08:33:48.298870+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:49.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:49 smithi099 bash[67896]: cluster 2024-02-10T08:33:48.298870+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:51.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:51 smithi179 bash[64586]: cluster 2024-02-10T08:33:50.299444+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:51 smithi099 bash[64561]: cluster 2024-02-10T08:33:50.299444+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:51.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:51 smithi099 bash[67896]: cluster 2024-02-10T08:33:50.299444+0000 mgr.y (mgr.14140) 244 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:53.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:53 smithi179 bash[64586]: cluster 2024-02-10T08:33:52.299929+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:53.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:53 smithi099 bash[64561]: cluster 2024-02-10T08:33:52.299929+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:53.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:53 smithi099 bash[67896]: cluster 2024-02-10T08:33:52.299929+0000 mgr.y (mgr.14140) 245 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:55.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:55 smithi099 bash[64561]: cluster 2024-02-10T08:33:54.300645+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:55.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:55 smithi099 bash[67896]: cluster 2024-02-10T08:33:54.300645+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:55.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:55 smithi179 bash[64586]: cluster 2024-02-10T08:33:54.300645+0000 mgr.y (mgr.14140) 246 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:57.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:57 smithi099 bash[64561]: cluster 2024-02-10T08:33:56.301233+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:57.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:57 smithi099 bash[67896]: cluster 2024-02-10T08:33:56.301233+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:57.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:57 smithi179 bash[64586]: cluster 2024-02-10T08:33:56.301233+0000 mgr.y (mgr.14140) 247 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:59.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:33:59 smithi099 bash[64561]: cluster 2024-02-10T08:33:58.301767+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:59.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:33:59 smithi099 bash[67896]: cluster 2024-02-10T08:33:58.301767+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:33:59.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:33:59 smithi179 bash[64586]: cluster 2024-02-10T08:33:58.301767+0000 mgr.y (mgr.14140) 248 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:01.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:01 smithi099 bash[64561]: cluster 2024-02-10T08:34:00.302382+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:01.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:01 smithi099 bash[67896]: cluster 2024-02-10T08:34:00.302382+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:01.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:01 smithi179 bash[64586]: cluster 2024-02-10T08:34:00.302382+0000 mgr.y (mgr.14140) 249 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:03.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:03 smithi099 bash[64561]: cluster 2024-02-10T08:34:02.302952+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:03.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:03 smithi099 bash[67896]: cluster 2024-02-10T08:34:02.302952+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:03.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:03 smithi179 bash[64586]: cluster 2024-02-10T08:34:02.302952+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:05.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:05 smithi099 bash[64561]: cluster 2024-02-10T08:34:04.303434+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:05.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:05 smithi099 bash[67896]: cluster 2024-02-10T08:34:04.303434+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:05.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:05 smithi179 bash[64586]: cluster 2024-02-10T08:34:04.303434+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:07.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:07 smithi099 bash[67896]: cluster 2024-02-10T08:34:06.304201+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:07 smithi099 bash[64561]: cluster 2024-02-10T08:34:06.304201+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:07.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:07 smithi179 bash[64586]: cluster 2024-02-10T08:34:06.304201+0000 mgr.y (mgr.14140) 252 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:09.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:09 smithi099 bash[64561]: cluster 2024-02-10T08:34:08.304797+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:09.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:09 smithi099 bash[67896]: cluster 2024-02-10T08:34:08.304797+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:09.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:09 smithi179 bash[64586]: cluster 2024-02-10T08:34:08.304797+0000 mgr.y (mgr.14140) 253 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:11.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:11 smithi099 bash[67896]: cluster 2024-02-10T08:34:10.305551+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:11 smithi099 bash[64561]: cluster 2024-02-10T08:34:10.305551+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:11.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:11 smithi179 bash[64586]: cluster 2024-02-10T08:34:10.305551+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:13.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:13 smithi099 bash[64561]: cluster 2024-02-10T08:34:12.306157+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:13.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:13 smithi099 bash[67896]: cluster 2024-02-10T08:34:12.306157+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:13.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:13 smithi179 bash[64586]: cluster 2024-02-10T08:34:12.306157+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:15.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:15 smithi099 bash[64561]: cluster 2024-02-10T08:34:14.306627+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:15.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:15 smithi099 bash[67896]: cluster 2024-02-10T08:34:14.306627+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:15.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:15 smithi179 bash[64586]: cluster 2024-02-10T08:34:14.306627+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:17.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:17 smithi099 bash[64561]: cluster 2024-02-10T08:34:16.307435+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:17.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:17 smithi099 bash[67896]: cluster 2024-02-10T08:34:16.307435+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:17.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:17 smithi179 bash[64586]: cluster 2024-02-10T08:34:16.307435+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:19.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:19 smithi099 bash[64561]: cluster 2024-02-10T08:34:18.308095+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:19.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:19 smithi099 bash[67896]: cluster 2024-02-10T08:34:18.308095+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:19.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:19 smithi179 bash[64586]: cluster 2024-02-10T08:34:18.308095+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:21.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:21 smithi099 bash[64561]: cluster 2024-02-10T08:34:20.308734+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:21.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:21 smithi099 bash[67896]: cluster 2024-02-10T08:34:20.308734+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:21.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:21 smithi179 bash[64586]: cluster 2024-02-10T08:34:20.308734+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:23.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:23 smithi099 bash[64561]: cluster 2024-02-10T08:34:22.309385+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:23.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:23 smithi099 bash[67896]: cluster 2024-02-10T08:34:22.309385+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:23.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:23 smithi179 bash[64586]: cluster 2024-02-10T08:34:22.309385+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:25.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:25 smithi099 bash[64561]: cluster 2024-02-10T08:34:24.310055+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:25.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:25 smithi099 bash[67896]: cluster 2024-02-10T08:34:24.310055+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:25.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:25 smithi179 bash[64586]: cluster 2024-02-10T08:34:24.310055+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:27.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:27 smithi099 bash[64561]: cluster 2024-02-10T08:34:26.310688+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:27.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:27 smithi099 bash[67896]: cluster 2024-02-10T08:34:26.310688+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:27.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:27 smithi179 bash[64586]: cluster 2024-02-10T08:34:26.310688+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:29.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:29 smithi099 bash[64561]: cluster 2024-02-10T08:34:28.311149+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:29.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:29 smithi099 bash[67896]: cluster 2024-02-10T08:34:28.311149+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:29.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:29 smithi179 bash[64586]: cluster 2024-02-10T08:34:28.311149+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:31.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:31 smithi179 bash[64586]: cluster 2024-02-10T08:34:30.312004+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:31.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:31 smithi099 bash[64561]: cluster 2024-02-10T08:34:30.312004+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:31.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:31 smithi099 bash[67896]: cluster 2024-02-10T08:34:30.312004+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:33.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:33 smithi179 bash[64586]: cluster 2024-02-10T08:34:32.312714+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:33 smithi099 bash[64561]: cluster 2024-02-10T08:34:32.312714+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:33 smithi099 bash[67896]: cluster 2024-02-10T08:34:32.312714+0000 mgr.y (mgr.14140) 265 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:35.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:35 smithi179 bash[64586]: cluster 2024-02-10T08:34:34.313170+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:35.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:35 smithi099 bash[64561]: cluster 2024-02-10T08:34:34.313170+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:35.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:35 smithi099 bash[67896]: cluster 2024-02-10T08:34:34.313170+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:37.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:37 smithi179 bash[64586]: cluster 2024-02-10T08:34:36.313912+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:37.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:37 smithi099 bash[64561]: cluster 2024-02-10T08:34:36.313912+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:37.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:37 smithi099 bash[67896]: cluster 2024-02-10T08:34:36.313912+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:39.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:39 smithi179 bash[64586]: cluster 2024-02-10T08:34:38.314277+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:39.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:39 smithi099 bash[64561]: cluster 2024-02-10T08:34:38.314277+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:39.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:39 smithi099 bash[67896]: cluster 2024-02-10T08:34:38.314277+0000 mgr.y (mgr.14140) 268 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:41.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:41 smithi179 bash[64586]: cluster 2024-02-10T08:34:40.315043+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:41.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:41 smithi099 bash[64561]: cluster 2024-02-10T08:34:40.315043+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:41.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:41 smithi099 bash[67896]: cluster 2024-02-10T08:34:40.315043+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:43.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:43 smithi179 bash[64586]: cluster 2024-02-10T08:34:42.315626+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:43.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:43 smithi099 bash[64561]: cluster 2024-02-10T08:34:42.315626+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:43.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:43 smithi099 bash[67896]: cluster 2024-02-10T08:34:42.315626+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:45.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:45 smithi179 bash[64586]: cluster 2024-02-10T08:34:44.316050+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:45.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:45 smithi099 bash[64561]: cluster 2024-02-10T08:34:44.316050+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:45.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:45 smithi099 bash[67896]: cluster 2024-02-10T08:34:44.316050+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:47.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:47 smithi179 bash[64586]: cluster 2024-02-10T08:34:46.316745+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:47.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:47 smithi099 bash[64561]: cluster 2024-02-10T08:34:46.316745+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:47.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:47 smithi099 bash[67896]: cluster 2024-02-10T08:34:46.316745+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:49.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:49 smithi179 bash[64586]: cluster 2024-02-10T08:34:48.317129+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:49.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:49 smithi099 bash[64561]: cluster 2024-02-10T08:34:48.317129+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:49.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:49 smithi099 bash[67896]: cluster 2024-02-10T08:34:48.317129+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:51.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:51 smithi179 bash[64586]: cluster 2024-02-10T08:34:50.317970+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:51 smithi099 bash[64561]: cluster 2024-02-10T08:34:50.317970+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:51.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:51 smithi099 bash[67896]: cluster 2024-02-10T08:34:50.317970+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:53.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:53 smithi179 bash[64586]: cluster 2024-02-10T08:34:52.318648+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:53.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:53 smithi099 bash[64561]: cluster 2024-02-10T08:34:52.318648+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:53.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:53 smithi099 bash[67896]: cluster 2024-02-10T08:34:52.318648+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:55.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:55 smithi179 bash[64586]: cluster 2024-02-10T08:34:54.319096+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:55.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:55 smithi099 bash[64561]: cluster 2024-02-10T08:34:54.319096+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:55.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:55 smithi099 bash[67896]: cluster 2024-02-10T08:34:54.319096+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:57.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:57 smithi179 bash[64586]: cluster 2024-02-10T08:34:56.319573+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:57.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:57 smithi099 bash[64561]: cluster 2024-02-10T08:34:56.319573+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:57.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:57 smithi099 bash[67896]: cluster 2024-02-10T08:34:56.319573+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:59.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:34:59 smithi179 bash[64586]: cluster 2024-02-10T08:34:58.320023+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:59.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:34:59 smithi099 bash[64561]: cluster 2024-02-10T08:34:58.320023+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:34:59.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:34:59 smithi099 bash[67896]: cluster 2024-02-10T08:34:58.320023+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:01.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:01 smithi179 bash[64586]: cluster 2024-02-10T08:35:00.320846+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:01.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:01 smithi099 bash[64561]: cluster 2024-02-10T08:35:00.320846+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:01.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:01 smithi099 bash[67896]: cluster 2024-02-10T08:35:00.320846+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:03.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:03 smithi179 bash[64586]: cluster 2024-02-10T08:35:02.321319+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:03.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:03 smithi099 bash[64561]: cluster 2024-02-10T08:35:02.321319+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:03.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:03 smithi099 bash[67896]: cluster 2024-02-10T08:35:02.321319+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:05.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:05 smithi179 bash[64586]: cluster 2024-02-10T08:35:04.321742+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:05.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:05 smithi099 bash[64561]: cluster 2024-02-10T08:35:04.321742+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:05.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:05 smithi099 bash[67896]: cluster 2024-02-10T08:35:04.321742+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:07.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:07 smithi179 bash[64586]: cluster 2024-02-10T08:35:06.322254+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:07.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:07 smithi099 bash[67896]: cluster 2024-02-10T08:35:06.322254+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:07 smithi099 bash[64561]: cluster 2024-02-10T08:35:06.322254+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:09.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:09 smithi179 bash[64586]: cluster 2024-02-10T08:35:08.322751+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:09.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:09 smithi099 bash[64561]: cluster 2024-02-10T08:35:08.322751+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:09.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:09 smithi099 bash[67896]: cluster 2024-02-10T08:35:08.322751+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:11.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:11 smithi179 bash[64586]: cluster 2024-02-10T08:35:10.323502+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:11 smithi099 bash[64561]: cluster 2024-02-10T08:35:10.323502+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:11.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:11 smithi099 bash[67896]: cluster 2024-02-10T08:35:10.323502+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:13.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:13 smithi179 bash[64586]: cluster 2024-02-10T08:35:12.324149+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:13.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:13 smithi099 bash[64561]: cluster 2024-02-10T08:35:12.324149+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:13.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:13 smithi099 bash[67896]: cluster 2024-02-10T08:35:12.324149+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:15.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:15 smithi179 bash[64586]: cluster 2024-02-10T08:35:14.324694+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:15 smithi099 bash[64561]: cluster 2024-02-10T08:35:14.324694+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:15.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:15 smithi099 bash[67896]: cluster 2024-02-10T08:35:14.324694+0000 mgr.y (mgr.14140) 286 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:17.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:17 smithi179 bash[64586]: cluster 2024-02-10T08:35:16.325310+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:17.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:17 smithi099 bash[64561]: cluster 2024-02-10T08:35:16.325310+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:17.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:17 smithi099 bash[67896]: cluster 2024-02-10T08:35:16.325310+0000 mgr.y (mgr.14140) 287 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:19.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:19 smithi179 bash[64586]: cluster 2024-02-10T08:35:18.325804+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:19.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:19 smithi099 bash[64561]: cluster 2024-02-10T08:35:18.325804+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:19.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:19 smithi099 bash[67896]: cluster 2024-02-10T08:35:18.325804+0000 mgr.y (mgr.14140) 288 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:21.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:21 smithi179 bash[64586]: cluster 2024-02-10T08:35:20.326339+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:21.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:21 smithi099 bash[64561]: cluster 2024-02-10T08:35:20.326339+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:21.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:21 smithi099 bash[67896]: cluster 2024-02-10T08:35:20.326339+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:22.618 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-02-10T08:35:23.594 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:23 smithi099 bash[64561]: cluster 2024-02-10T08:35:22.326925+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:23.594 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:23 smithi099 bash[67896]: cluster 2024-02-10T08:35:22.326925+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:23.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:23 smithi179 bash[64586]: cluster 2024-02-10T08:35:22.326925+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:25.293 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-02-10T08:35:25.636 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:25 smithi099 bash[64561]: cluster 2024-02-10T08:35:24.327361+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:25.636 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:25 smithi099 bash[64561]: audit 2024-02-10T08:35:24.666429+0000 mon.a (mon.0) 618 : audit [INF] from='client.? 172.21.15.99:0/276118165' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-02-10T08:35:25.637 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:25 smithi099 bash[64561]: audit 2024-02-10T08:35:24.670018+0000 mon.a (mon.0) 619 : audit [INF] from='client.? 172.21.15.99:0/276118165' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-02-10T08:35:25.637 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:25 smithi099 bash[67896]: cluster 2024-02-10T08:35:24.327361+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:25.637 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:25 smithi099 bash[67896]: audit 2024-02-10T08:35:24.666429+0000 mon.a (mon.0) 618 : audit [INF] from='client.? 172.21.15.99:0/276118165' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-02-10T08:35:25.637 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:25 smithi099 bash[67896]: audit 2024-02-10T08:35:24.670018+0000 mon.a (mon.0) 619 : audit [INF] from='client.? 172.21.15.99:0/276118165' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-02-10T08:35:25.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:25 smithi179 bash[64586]: cluster 2024-02-10T08:35:24.327361+0000 mgr.y (mgr.14140) 291 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:25.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:25 smithi179 bash[64586]: audit 2024-02-10T08:35:24.666429+0000 mon.a (mon.0) 618 : audit [INF] from='client.? 172.21.15.99:0/276118165' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-02-10T08:35:25.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:25 smithi179 bash[64586]: audit 2024-02-10T08:35:24.670018+0000 mon.a (mon.0) 619 : audit [INF] from='client.? 172.21.15.99:0/276118165' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-02-10T08:35:27.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:27 smithi099 bash[64561]: cluster 2024-02-10T08:35:26.327943+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:27.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:27 smithi099 bash[64561]: audit 2024-02-10T08:35:27.153665+0000 mon.a (mon.0) 620 : audit [INF] from='client.? 172.21.15.99:0/3177207774' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-02-10T08:35:27.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:27 smithi099 bash[64561]: audit 2024-02-10T08:35:27.156921+0000 mon.a (mon.0) 621 : audit [INF] from='client.? 172.21.15.99:0/3177207774' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-02-10T08:35:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:27 smithi099 bash[67896]: cluster 2024-02-10T08:35:26.327943+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:27 smithi099 bash[67896]: audit 2024-02-10T08:35:27.153665+0000 mon.a (mon.0) 620 : audit [INF] from='client.? 172.21.15.99:0/3177207774' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-02-10T08:35:27.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:27 smithi099 bash[67896]: audit 2024-02-10T08:35:27.156921+0000 mon.a (mon.0) 621 : audit [INF] from='client.? 172.21.15.99:0/3177207774' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-02-10T08:35:27.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:27 smithi179 bash[64586]: cluster 2024-02-10T08:35:26.327943+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:27.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:27 smithi179 bash[64586]: audit 2024-02-10T08:35:27.153665+0000 mon.a (mon.0) 620 : audit [INF] from='client.? 172.21.15.99:0/3177207774' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-02-10T08:35:27.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:27 smithi179 bash[64586]: audit 2024-02-10T08:35:27.156921+0000 mon.a (mon.0) 621 : audit [INF] from='client.? 172.21.15.99:0/3177207774' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-02-10T08:35:27.881 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-02-10T08:35:29.581 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:29 smithi099 bash[64561]: cluster 2024-02-10T08:35:28.328343+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:29.581 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:29 smithi099 bash[67896]: cluster 2024-02-10T08:35:28.328343+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:29.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:29 smithi179 bash[64586]: cluster 2024-02-10T08:35:28.328343+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:29.966 INFO:teuthology.orchestra.run.smithi099.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:35:30.550 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:30 smithi099 bash[64561]: audit 2024-02-10T08:35:29.961690+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\"}"}]: dispatch 2024-02-10T08:35:30.551 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:30 smithi099 bash[64561]: audit 2024-02-10T08:35:29.964456+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\"}"}]': finished 2024-02-10T08:35:30.551 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:30 smithi099 bash[67896]: audit 2024-02-10T08:35:29.961690+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\"}"}]: dispatch 2024-02-10T08:35:30.551 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:30 smithi099 bash[67896]: audit 2024-02-10T08:35:29.964456+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\"}"}]': finished 2024-02-10T08:35:30.561 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-02-10T08:35:30.571 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi099.front.sepia.ceph.com 2024-02-10T08:35:30.571 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- 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' 2024-02-10T08:35:30.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:30 smithi179 bash[64586]: audit 2024-02-10T08:35:29.961690+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\"}"}]: dispatch 2024-02-10T08:35:30.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:30 smithi179 bash[64586]: audit 2024-02-10T08:35:29.964456+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\"}"}]': finished 2024-02-10T08:35:31.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:31 smithi179 bash[64586]: audit 2024-02-10T08:35:29.960882+0000 mgr.y (mgr.14140) 294 : audit [DBG] from='client.24604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:31 smithi179 bash[64586]: cephadm 2024-02-10T08:35:29.966538+0000 mgr.y (mgr.14140) 295 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:35:31.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:31 smithi179 bash[64586]: cluster 2024-02-10T08:35:30.328843+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:31.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:31 smithi099 bash[64561]: audit 2024-02-10T08:35:29.960882+0000 mgr.y (mgr.14140) 294 : audit [DBG] from='client.24604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:31 smithi099 bash[64561]: cephadm 2024-02-10T08:35:29.966538+0000 mgr.y (mgr.14140) 295 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:35:31.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:31 smithi099 bash[64561]: cluster 2024-02-10T08:35:30.328843+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:31.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:31 smithi099 bash[67896]: audit 2024-02-10T08:35:29.960882+0000 mgr.y (mgr.14140) 294 : audit [DBG] from='client.24604 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:31.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:31 smithi099 bash[67896]: cephadm 2024-02-10T08:35:29.966538+0000 mgr.y (mgr.14140) 295 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:35:31.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:31 smithi099 bash[67896]: cluster 2024-02-10T08:35:30.328843+0000 mgr.y (mgr.14140) 296 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:32.677 INFO:teuthology.orchestra.run.smithi099.stdout:true 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.a smithi099 running (2m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d f351afd51364 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.a smithi179 running (3m) 2m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1215b5d6a0ff 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.x smithi179 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab2eb7a0eca 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.y smithi099 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdd1eeda74ab 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:mon.a smithi099 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 45626c14b7f8 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:mon.b smithi179 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 42fa464025e4 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:mon.c smithi099 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 87539d277a32 2024-02-10T08:35:33.327 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.a smithi099 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 d3765b06c9d9 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.b smithi179 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 d30851658b8a 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi099 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 275a4c69a139 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 27a80ff99135 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi099 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8328eabaac48 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6901820efc3d 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi179 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 40b4077a032d 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi179 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 321aaea056f0 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi179 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3b8bf30b9814 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi179 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5c7fd88920d2 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.a smithi179 running (2m) 2m ago 3m docker.io/prom/prometheus:latest 2a72b385beaf 860eb08f86a1 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi099.wcvjcd smithi099 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 01bfcbedd222 2024-02-10T08:35:33.328 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi179.txupur smithi179 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6abfee6cb5f5 2024-02-10T08:35:33.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:33 smithi179 bash[64586]: cluster 2024-02-10T08:35:32.329253+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:33.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:33 smithi179 bash[64586]: audit 2024-02-10T08:35:32.665502+0000 mgr.y (mgr.14140) 298 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout: "mon": { 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr": { 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout: "osd": { 2024-02-10T08:35:33.694 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout: "mds": {}, 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout: "rgw": { 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout: "overall": { 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:35:33.695 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:35:33.722 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:33 smithi099 bash[67896]: cluster 2024-02-10T08:35:32.329253+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:33.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:33 smithi099 bash[67896]: audit 2024-02-10T08:35:32.665502+0000 mgr.y (mgr.14140) 298 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:33.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:33 smithi099 bash[64561]: cluster 2024-02-10T08:35:32.329253+0000 mgr.y (mgr.14140) 297 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:33.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:33 smithi099 bash[64561]: audit 2024-02-10T08:35:32.665502+0000 mgr.y (mgr.14140) 298 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:34.002 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:35:34.002 INFO:teuthology.orchestra.run.smithi099.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T08:35:34.003 INFO:teuthology.orchestra.run.smithi099.stdout: "in_progress": true, 2024-02-10T08:35:34.003 INFO:teuthology.orchestra.run.smithi099.stdout: "services_complete": [], 2024-02-10T08:35:34.003 INFO:teuthology.orchestra.run.smithi099.stdout: "message": "" 2024-02-10T08:35:34.003 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:35:34.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:34 smithi179 bash[64586]: audit 2024-02-10T08:35:33.004739+0000 mgr.y (mgr.14140) 299 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:34.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:34 smithi179 bash[64586]: audit 2024-02-10T08:35:33.320511+0000 mgr.y (mgr.14140) 300 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:34.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:34 smithi179 bash[64586]: audit 2024-02-10T08:35:33.694057+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.99:0/600133354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:34.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:34 smithi099 bash[64561]: audit 2024-02-10T08:35:33.004739+0000 mgr.y (mgr.14140) 299 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:34 smithi099 bash[64561]: audit 2024-02-10T08:35:33.320511+0000 mgr.y (mgr.14140) 300 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:34 smithi099 bash[64561]: audit 2024-02-10T08:35:33.694057+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.99:0/600133354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:34.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:34 smithi099 bash[67896]: audit 2024-02-10T08:35:33.004739+0000 mgr.y (mgr.14140) 299 : audit [DBG] from='client.24616 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:34.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:34 smithi099 bash[67896]: audit 2024-02-10T08:35:33.320511+0000 mgr.y (mgr.14140) 300 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:34.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:34 smithi099 bash[67896]: audit 2024-02-10T08:35:33.694057+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.99:0/600133354' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:35:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:35 smithi179 bash[64586]: audit 2024-02-10T08:35:34.002301+0000 mgr.y (mgr.14140) 301 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:35 smithi179 bash[64586]: cluster 2024-02-10T08:35:34.329652+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:35.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:35 smithi099 bash[64561]: audit 2024-02-10T08:35:34.002301+0000 mgr.y (mgr.14140) 301 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:35.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:35 smithi099 bash[64561]: cluster 2024-02-10T08:35:34.329652+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:35.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:35 smithi099 bash[67896]: audit 2024-02-10T08:35:34.002301+0000 mgr.y (mgr.14140) 301 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:35:35.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:35 smithi099 bash[67896]: cluster 2024-02-10T08:35:34.329652+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:37.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:37 smithi179 bash[64586]: cluster 2024-02-10T08:35:36.330286+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:37.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:37 smithi099 bash[64561]: cluster 2024-02-10T08:35:36.330286+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:37 smithi099 bash[67896]: cluster 2024-02-10T08:35:36.330286+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:39.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:39 smithi179 bash[64586]: cluster 2024-02-10T08:35:38.330705+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:39.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:39 smithi099 bash[64561]: cluster 2024-02-10T08:35:38.330705+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:39.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:39 smithi099 bash[67896]: cluster 2024-02-10T08:35:38.330705+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:41.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:41 smithi179 bash[64586]: cluster 2024-02-10T08:35:40.331247+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:41.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:41 smithi099 bash[64561]: cluster 2024-02-10T08:35:40.331247+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:41.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:41 smithi099 bash[67896]: cluster 2024-02-10T08:35:40.331247+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:43.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:43 smithi179 bash[64586]: cluster 2024-02-10T08:35:42.331673+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:43.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:43 smithi099 bash[64561]: cluster 2024-02-10T08:35:42.331673+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:43.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:43 smithi099 bash[67896]: cluster 2024-02-10T08:35:42.331673+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:45.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:45 smithi179 bash[64586]: cluster 2024-02-10T08:35:44.332346+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:45.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:45 smithi099 bash[64561]: cluster 2024-02-10T08:35:44.332346+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:45.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:45 smithi099 bash[67896]: cluster 2024-02-10T08:35:44.332346+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:47.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:47 smithi179 bash[64586]: cluster 2024-02-10T08:35:46.333131+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:47.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:47 smithi099 bash[64561]: cluster 2024-02-10T08:35:46.333131+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:47.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:47 smithi099 bash[67896]: cluster 2024-02-10T08:35:46.333131+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:49.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:49 smithi099 bash[64561]: cluster 2024-02-10T08:35:48.333455+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:49.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:49 smithi099 bash[67896]: cluster 2024-02-10T08:35:48.333455+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:49.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:49 smithi179 bash[64586]: cluster 2024-02-10T08:35:48.333455+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:51 smithi099 bash[64561]: cluster 2024-02-10T08:35:50.333930+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:51.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:51 smithi099 bash[67896]: cluster 2024-02-10T08:35:50.333930+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:51.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:51 smithi179 bash[64586]: cluster 2024-02-10T08:35:50.333930+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:53.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:53 smithi099 bash[64561]: cluster 2024-02-10T08:35:52.334415+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:53.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:53 smithi099 bash[67896]: cluster 2024-02-10T08:35:52.334415+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:53.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:53 smithi179 bash[64586]: cluster 2024-02-10T08:35:52.334415+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:55.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:55 smithi179 bash[64586]: cluster 2024-02-10T08:35:54.334914+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:55.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:55 smithi099 bash[64561]: cluster 2024-02-10T08:35:54.334914+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:55.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:55 smithi099 bash[67896]: cluster 2024-02-10T08:35:54.334914+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:57.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:57 smithi179 bash[64586]: cluster 2024-02-10T08:35:56.335414+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:57.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:57 smithi099 bash[64561]: cluster 2024-02-10T08:35:56.335414+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:57.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:57 smithi099 bash[67896]: cluster 2024-02-10T08:35:56.335414+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:59.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:35:59 smithi099 bash[64561]: cluster 2024-02-10T08:35:58.335808+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:59.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:35:59 smithi099 bash[67896]: cluster 2024-02-10T08:35:58.335808+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:35:59.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:35:59 smithi179 bash[64586]: cluster 2024-02-10T08:35:58.335808+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:01 smithi099 bash[64561]: cluster 2024-02-10T08:36:00.336368+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:01.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:01 smithi099 bash[67896]: cluster 2024-02-10T08:36:00.336368+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:01.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:01 smithi179 bash[64586]: cluster 2024-02-10T08:36:00.336368+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:02 smithi099 bash[64561]: audit 2024-02-10T08:36:02.108062+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_version\": \"ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)\"}"}]: dispatch 2024-02-10T08:36:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:02 smithi099 bash[64561]: audit 2024-02-10T08:36:02.110937+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_version\": \"ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)\"}"}]': finished 2024-02-10T08:36:02.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:02 smithi099 bash[64561]: audit 2024-02-10T08:36:02.111402+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:02.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:02 smithi099 bash[67896]: audit 2024-02-10T08:36:02.108062+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_version\": \"ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)\"}"}]: dispatch 2024-02-10T08:36:02.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:02 smithi099 bash[67896]: audit 2024-02-10T08:36:02.110937+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_version\": \"ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)\"}"}]': finished 2024-02-10T08:36:02.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:02 smithi099 bash[67896]: audit 2024-02-10T08:36:02.111402+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:02.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:02 smithi179 bash[64586]: audit 2024-02-10T08:36:02.108062+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_version\": \"ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)\"}"}]: dispatch 2024-02-10T08:36:02.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:02 smithi179 bash[64586]: audit 2024-02-10T08:36:02.110937+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_version\": \"ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)\"}"}]': finished 2024-02-10T08:36:02.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:02 smithi179 bash[64586]: audit 2024-02-10T08:36:02.111402+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[64561]: cephadm 2024-02-10T08:36:02.111216+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 with id 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[64561]: cephadm 2024-02-10T08:36:02.112103+0000 mgr.y (mgr.14140) 317 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[64561]: cephadm 2024-02-10T08:36:02.112421+0000 mgr.y (mgr.14140) 318 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[64561]: cephadm 2024-02-10T08:36:02.317527+0000 mgr.y (mgr.14140) 319 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 on smithi179 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[64561]: cluster 2024-02-10T08:36:02.336866+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[67896]: cephadm 2024-02-10T08:36:02.111216+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 with id 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[67896]: cephadm 2024-02-10T08:36:02.112103+0000 mgr.y (mgr.14140) 317 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[67896]: cephadm 2024-02-10T08:36:02.112421+0000 mgr.y (mgr.14140) 318 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-10T08:36:03.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[67896]: cephadm 2024-02-10T08:36:02.317527+0000 mgr.y (mgr.14140) 319 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 on smithi179 2024-02-10T08:36:03.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:03 smithi099 bash[67896]: cluster 2024-02-10T08:36:02.336866+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:03.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:03 smithi179 bash[64586]: cephadm 2024-02-10T08:36:02.111216+0000 mgr.y (mgr.14140) 316 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 with id 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-10T08:36:03.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:03 smithi179 bash[64586]: cephadm 2024-02-10T08:36:02.112103+0000 mgr.y (mgr.14140) 317 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-10T08:36:03.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:03 smithi179 bash[64586]: cephadm 2024-02-10T08:36:02.112421+0000 mgr.y (mgr.14140) 318 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-10T08:36:03.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:03 smithi179 bash[64586]: cephadm 2024-02-10T08:36:02.317527+0000 mgr.y (mgr.14140) 319 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 on smithi179 2024-02-10T08:36:03.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:03 smithi179 bash[64586]: cluster 2024-02-10T08:36:02.336866+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:04.296 INFO:teuthology.orchestra.run.smithi099.stdout:true 2024-02-10T08:36:04.826 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T08:36:04.826 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.a smithi099 running (3m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d f351afd51364 2024-02-10T08:36:04.826 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.a smithi179 running (3m) 2m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1215b5d6a0ff 2024-02-10T08:36:04.826 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.x smithi179 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab2eb7a0eca 2024-02-10T08:36:04.826 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.y smithi099 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdd1eeda74ab 2024-02-10T08:36:04.826 INFO:teuthology.orchestra.run.smithi099.stdout:mon.a smithi099 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 45626c14b7f8 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:mon.b smithi179 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 42fa464025e4 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:mon.c smithi099 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 87539d277a32 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.a smithi099 running (4m) 2m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 d3765b06c9d9 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.b smithi179 running (4m) 2m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 d30851658b8a 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi099 running (6m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 275a4c69a139 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 27a80ff99135 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi099 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8328eabaac48 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6901820efc3d 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi179 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 40b4077a032d 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi179 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 321aaea056f0 2024-02-10T08:36:04.827 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi179 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3b8bf30b9814 2024-02-10T08:36:04.828 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi179 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5c7fd88920d2 2024-02-10T08:36:04.828 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.a smithi179 running (3m) 2m ago 4m docker.io/prom/prometheus:latest 2a72b385beaf 860eb08f86a1 2024-02-10T08:36:04.828 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi099.wcvjcd smithi099 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 01bfcbedd222 2024-02-10T08:36:04.828 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi179.txupur smithi179 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6abfee6cb5f5 2024-02-10T08:36:05.119 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:36:05.119 INFO:teuthology.orchestra.run.smithi099.stdout: "mon": { 2024-02-10T08:36:05.119 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-10T08:36:05.119 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:36:05.119 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr": { 2024-02-10T08:36:05.119 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:36:05.119 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: "osd": { 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: "mds": {}, 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: "rgw": { 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: "overall": { 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:36:05.120 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:36:05.388 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:36:05.389 INFO:teuthology.orchestra.run.smithi099.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T08:36:05.389 INFO:teuthology.orchestra.run.smithi099.stdout: "in_progress": true, 2024-02-10T08:36:05.389 INFO:teuthology.orchestra.run.smithi099.stdout: "services_complete": [], 2024-02-10T08:36:05.389 INFO:teuthology.orchestra.run.smithi099.stdout: "message": "" 2024-02-10T08:36:05.389 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:36:05.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:05 smithi179 bash[64586]: audit 2024-02-10T08:36:04.285536+0000 mgr.y (mgr.14140) 321 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:05 smithi179 bash[64586]: cluster 2024-02-10T08:36:04.337286+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:05.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:05 smithi179 bash[64586]: audit 2024-02-10T08:36:04.557153+0000 mgr.y (mgr.14140) 323 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:05 smithi179 bash[64586]: audit 2024-02-10T08:36:04.822929+0000 mgr.y (mgr.14140) 324 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:05 smithi179 bash[64586]: audit 2024-02-10T08:36:05.118819+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.99:0/29302420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:05.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[64561]: audit 2024-02-10T08:36:04.285536+0000 mgr.y (mgr.14140) 321 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[64561]: cluster 2024-02-10T08:36:04.337286+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:05.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[64561]: audit 2024-02-10T08:36:04.557153+0000 mgr.y (mgr.14140) 323 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[64561]: audit 2024-02-10T08:36:04.822929+0000 mgr.y (mgr.14140) 324 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[64561]: audit 2024-02-10T08:36:05.118819+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.99:0/29302420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:05.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[67896]: audit 2024-02-10T08:36:04.285536+0000 mgr.y (mgr.14140) 321 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[67896]: cluster 2024-02-10T08:36:04.337286+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:05.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[67896]: audit 2024-02-10T08:36:04.557153+0000 mgr.y (mgr.14140) 323 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[67896]: audit 2024-02-10T08:36:04.822929+0000 mgr.y (mgr.14140) 324 : audit [DBG] from='client.24649 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:05.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:05 smithi099 bash[67896]: audit 2024-02-10T08:36:05.118819+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.99:0/29302420' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:06.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:06 smithi179 bash[64586]: audit 2024-02-10T08:36:05.387933+0000 mgr.y (mgr.14140) 325 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:06.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:06 smithi099 bash[64561]: audit 2024-02-10T08:36:05.387933+0000 mgr.y (mgr.14140) 325 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:06.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:06 smithi099 bash[67896]: audit 2024-02-10T08:36:05.387933+0000 mgr.y (mgr.14140) 325 : audit [DBG] from='client.24661 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:07 smithi099 bash[64561]: cluster 2024-02-10T08:36:06.337960+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:07.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:07 smithi099 bash[67896]: cluster 2024-02-10T08:36:06.337960+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:07.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:07 smithi179 bash[64586]: cluster 2024-02-10T08:36:06.337960+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:09.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:09 smithi099 bash[64561]: cluster 2024-02-10T08:36:08.338654+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:09.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:09 smithi099 bash[67896]: cluster 2024-02-10T08:36:08.338654+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:09.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:09 smithi179 bash[64586]: cluster 2024-02-10T08:36:08.338654+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:11 smithi099 bash[64561]: cluster 2024-02-10T08:36:10.339337+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:11.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:11 smithi099 bash[67896]: cluster 2024-02-10T08:36:10.339337+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:11.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:11 smithi179 bash[64586]: cluster 2024-02-10T08:36:10.339337+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:13.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:13 smithi099 bash[64561]: cluster 2024-02-10T08:36:12.339988+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:13.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:13 smithi099 bash[67896]: cluster 2024-02-10T08:36:12.339988+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:13.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:13 smithi179 bash[64586]: cluster 2024-02-10T08:36:12.339988+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:15.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:15 smithi179 bash[64586]: cluster 2024-02-10T08:36:14.340512+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:15.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:15 smithi099 bash[64561]: cluster 2024-02-10T08:36:14.340512+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:15.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:15 smithi099 bash[67896]: cluster 2024-02-10T08:36:14.340512+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:17.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:17 smithi099 bash[64561]: cluster 2024-02-10T08:36:16.341123+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:17.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:17 smithi099 bash[67896]: cluster 2024-02-10T08:36:16.341123+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:17.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:17 smithi179 bash[64586]: cluster 2024-02-10T08:36:16.341123+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:19.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:19 smithi099 bash[64561]: cluster 2024-02-10T08:36:18.341557+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:19.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:19 smithi099 bash[67896]: cluster 2024-02-10T08:36:18.341557+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:19.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:19 smithi179 bash[64586]: cluster 2024-02-10T08:36:18.341557+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:21.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:21 smithi099 bash[64561]: cluster 2024-02-10T08:36:20.342365+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:21.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:21 smithi099 bash[67896]: cluster 2024-02-10T08:36:20.342365+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:21.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:21 smithi179 bash[64586]: cluster 2024-02-10T08:36:20.342365+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:23.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:23 smithi099 bash[64561]: cluster 2024-02-10T08:36:22.343053+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:23.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:23 smithi099 bash[67896]: cluster 2024-02-10T08:36:22.343053+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:23.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:23 smithi179 bash[64586]: cluster 2024-02-10T08:36:22.343053+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:25.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:25 smithi179 bash[64586]: cluster 2024-02-10T08:36:24.343754+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:25.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:25 smithi099 bash[64561]: cluster 2024-02-10T08:36:24.343754+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:25.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:25 smithi099 bash[67896]: cluster 2024-02-10T08:36:24.343754+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:27.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:27 smithi099 bash[64561]: cluster 2024-02-10T08:36:26.344470+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:27.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:27 smithi099 bash[67896]: cluster 2024-02-10T08:36:26.344470+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:27.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:27 smithi179 bash[64586]: cluster 2024-02-10T08:36:26.344470+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:29.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:29 smithi179 bash[64586]: cluster 2024-02-10T08:36:28.345080+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:29.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:29 smithi179 bash[64586]: audit 2024-02-10T08:36:29.397596+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "who": "mgr.x"}]: dispatch 2024-02-10T08:36:29.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:29 smithi179 bash[64586]: audit 2024-02-10T08:36:29.401676+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "who": "mgr.x"}]': finished 2024-02-10T08:36:29.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:29 smithi099 bash[64561]: cluster 2024-02-10T08:36:28.345080+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:29.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:29 smithi099 bash[64561]: audit 2024-02-10T08:36:29.397596+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "who": "mgr.x"}]: dispatch 2024-02-10T08:36:29.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:29 smithi099 bash[64561]: audit 2024-02-10T08:36:29.401676+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "who": "mgr.x"}]': finished 2024-02-10T08:36:29.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:29 smithi099 bash[67896]: cluster 2024-02-10T08:36:28.345080+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:29.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:29 smithi099 bash[67896]: audit 2024-02-10T08:36:29.397596+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "who": "mgr.x"}]: dispatch 2024-02-10T08:36:29.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:29 smithi099 bash[67896]: audit 2024-02-10T08:36:29.401676+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", "who": "mgr.x"}]': finished 2024-02-10T08:36:30.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:30 smithi179 bash[64586]: cephadm 2024-02-10T08:36:29.397218+0000 mgr.y (mgr.14140) 338 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-02-10T08:36:30.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:30 smithi179 bash[64586]: cephadm 2024-02-10T08:36:29.397270+0000 mgr.y (mgr.14140) 339 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-02-10T08:36:30.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:30 smithi179 bash[64586]: audit 2024-02-10T08:36:29.403014+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-02-10T08:36:30.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:30 smithi179 bash[64586]: audit 2024-02-10T08:36:29.403751+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:30.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:30 smithi179 bash[64586]: cephadm 2024-02-10T08:36:29.404247+0000 mgr.y (mgr.14140) 340 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:36:30.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:30 smithi179 bash[64586]: audit 2024-02-10T08:36:29.404603+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-10T08:36:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[64561]: cephadm 2024-02-10T08:36:29.397218+0000 mgr.y (mgr.14140) 338 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-02-10T08:36:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[64561]: cephadm 2024-02-10T08:36:29.397270+0000 mgr.y (mgr.14140) 339 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-02-10T08:36:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[64561]: audit 2024-02-10T08:36:29.403014+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-02-10T08:36:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[64561]: audit 2024-02-10T08:36:29.403751+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[64561]: cephadm 2024-02-10T08:36:29.404247+0000 mgr.y (mgr.14140) 340 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:36:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[64561]: audit 2024-02-10T08:36:29.404603+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-10T08:36:30.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[67896]: cephadm 2024-02-10T08:36:29.397218+0000 mgr.y (mgr.14140) 338 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-02-10T08:36:30.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[67896]: cephadm 2024-02-10T08:36:29.397270+0000 mgr.y (mgr.14140) 339 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-02-10T08:36:30.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[67896]: audit 2024-02-10T08:36:29.403014+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-02-10T08:36:30.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[67896]: audit 2024-02-10T08:36:29.403751+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:36:30.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[67896]: cephadm 2024-02-10T08:36:29.404247+0000 mgr.y (mgr.14140) 340 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:36:30.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:30 smithi099 bash[67896]: audit 2024-02-10T08:36:29.404603+0000 mon.a (mon.0) 631 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-02-10T08:36:31.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:30 smithi179 systemd[1]: Stopping Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:36:31.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:31 smithi099 bash[64561]: cluster 2024-02-10T08:36:30.345651+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:31.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:31 smithi099 bash[67896]: cluster 2024-02-10T08:36:30.345651+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:31.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:31 smithi179 bash[64586]: cluster 2024-02-10T08:36:30.345651+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:33.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:33 smithi099 bash[64561]: cluster 2024-02-10T08:36:32.346176+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:33.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:33 smithi099 bash[67896]: cluster 2024-02-10T08:36:32.346176+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:33.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:33 smithi179 bash[64586]: cluster 2024-02-10T08:36:32.346176+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:35 smithi179 bash[64586]: cluster 2024-02-10T08:36:34.346851+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:35.679 INFO:teuthology.orchestra.run.smithi099.stdout:true 2024-02-10T08:36:35.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:35 smithi099 bash[64561]: cluster 2024-02-10T08:36:34.346851+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:35.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:35 smithi099 bash[67896]: cluster 2024-02-10T08:36:34.346851+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:36.204 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-02-10T08:36:36.204 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.a smithi099 running (3m) 3m ago 4m docker.io/prom/alertmanager:latest 9f27df16978d f351afd51364 2024-02-10T08:36:36.204 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.a smithi179 running (4m) 3m ago 4m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 1215b5d6a0ff 2024-02-10T08:36:36.204 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.x smithi179 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 0ab2eb7a0eca 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.y smithi099 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 cdd1eeda74ab 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:mon.a smithi099 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 45626c14b7f8 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:mon.b smithi179 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 42fa464025e4 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:mon.c smithi099 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 87539d277a32 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.a smithi099 running (4m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 d3765b06c9d9 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.b smithi179 running (4m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 d30851658b8a 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi099 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 275a4c69a139 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 27a80ff99135 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi099 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8328eabaac48 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6901820efc3d 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi179 running (5m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 40b4077a032d 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi179 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 321aaea056f0 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi179 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3b8bf30b9814 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi179 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5c7fd88920d2 2024-02-10T08:36:36.205 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.a smithi179 running (3m) 3m ago 4m docker.io/prom/prometheus:latest 2a72b385beaf 860eb08f86a1 2024-02-10T08:36:36.206 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi099.wcvjcd smithi099 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 01bfcbedd222 2024-02-10T08:36:36.206 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi179.txupur smithi179 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6abfee6cb5f5 2024-02-10T08:36:36.495 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:36:36.495 INFO:teuthology.orchestra.run.smithi099.stdout: "mon": { 2024-02-10T08:36:36.495 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr": { 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "osd": { 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "mds": {}, 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "rgw": { 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "overall": { 2024-02-10T08:36:36.496 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-02-10T08:36:36.497 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:36:36.497 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:36:36.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:36 smithi179 bash[64586]: audit 2024-02-10T08:36:35.668020+0000 mgr.y (mgr.14140) 344 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:36.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:36 smithi179 bash[64586]: audit 2024-02-10T08:36:35.938136+0000 mgr.y (mgr.14140) 345 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:36.722 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:36 smithi099 bash[67896]: audit 2024-02-10T08:36:35.668020+0000 mgr.y (mgr.14140) 344 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:36 smithi099 bash[67896]: audit 2024-02-10T08:36:35.938136+0000 mgr.y (mgr.14140) 345 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:36 smithi099 bash[64561]: audit 2024-02-10T08:36:35.668020+0000 mgr.y (mgr.14140) 344 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:36 smithi099 bash[64561]: audit 2024-02-10T08:36:35.938136+0000 mgr.y (mgr.14140) 345 : audit [DBG] from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:36.764 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:36:36.765 INFO:teuthology.orchestra.run.smithi099.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T08:36:36.765 INFO:teuthology.orchestra.run.smithi099.stdout: "in_progress": true, 2024-02-10T08:36:36.765 INFO:teuthology.orchestra.run.smithi099.stdout: "services_complete": [], 2024-02-10T08:36:36.765 INFO:teuthology.orchestra.run.smithi099.stdout: "message": "" 2024-02-10T08:36:36.765 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:36:37.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:37 smithi179 bash[64586]: audit 2024-02-10T08:36:36.201134+0000 mgr.y (mgr.14140) 346 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:37.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:37 smithi179 bash[64586]: cluster 2024-02-10T08:36:36.347477+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:37.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:37 smithi179 bash[64586]: audit 2024-02-10T08:36:36.495620+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.99:0/23351591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:37.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:37 smithi179 bash[64586]: audit 2024-02-10T08:36:36.764448+0000 mgr.y (mgr.14140) 348 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:37.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:37 smithi099 bash[64561]: audit 2024-02-10T08:36:36.201134+0000 mgr.y (mgr.14140) 346 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:37.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:37 smithi099 bash[64561]: cluster 2024-02-10T08:36:36.347477+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:37.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:37 smithi099 bash[64561]: audit 2024-02-10T08:36:36.495620+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.99:0/23351591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:37.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:37 smithi099 bash[64561]: audit 2024-02-10T08:36:36.764448+0000 mgr.y (mgr.14140) 348 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:37 smithi099 bash[67896]: audit 2024-02-10T08:36:36.201134+0000 mgr.y (mgr.14140) 346 : audit [DBG] from='client.24679 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:37 smithi099 bash[67896]: cluster 2024-02-10T08:36:36.347477+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:37 smithi099 bash[67896]: audit 2024-02-10T08:36:36.495620+0000 mon.a (mon.0) 632 : audit [DBG] from='client.? 172.21.15.99:0/23351591' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:36:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:37 smithi099 bash[67896]: audit 2024-02-10T08:36:36.764448+0000 mgr.y (mgr.14140) 348 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:36:39.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:39 smithi179 bash[64586]: cluster 2024-02-10T08:36:38.348062+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:39 smithi099 bash[64561]: cluster 2024-02-10T08:36:38.348062+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:39.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:39 smithi099 bash[67896]: cluster 2024-02-10T08:36:38.348062+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:41.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:40 smithi179 podman[77862]: time="2024-02-10T08:36:40Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-02-10T08:36:41.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:41 smithi099 bash[64561]: cluster 2024-02-10T08:36:40.348815+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:41.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:41 smithi099 bash[67896]: cluster 2024-02-10T08:36:40.348815+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:41.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:41 smithi179 bash[64586]: cluster 2024-02-10T08:36:40.348815+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:43.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:43 smithi179 bash[64586]: cluster 2024-02-10T08:36:42.349361+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:43.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:43 smithi099 bash[64561]: cluster 2024-02-10T08:36:42.349361+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:43.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:43 smithi099 bash[67896]: cluster 2024-02-10T08:36:42.349361+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:45.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:45 smithi179 bash[64586]: cluster 2024-02-10T08:36:44.349889+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:45.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:45 smithi099 bash[64561]: cluster 2024-02-10T08:36:44.349889+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:45.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:45 smithi099 bash[67896]: cluster 2024-02-10T08:36:44.349889+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:46.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:45 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.x.service: Stopping timed out. Terminating. 2024-02-10T08:36:46.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:46 smithi179 podman[77862]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.x 2024-02-10T08:36:47.705 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:47 smithi179 bash[64586]: cluster 2024-02-10T08:36:46.350483+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:47.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:47 smithi099 bash[64561]: cluster 2024-02-10T08:36:46.350483+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:47.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:47 smithi099 bash[67896]: cluster 2024-02-10T08:36:46.350483+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:48.141 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:47 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-02-10T08:36:48.141 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:47 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.x.service: Failed with result 'timeout'. 2024-02-10T08:36:48.141 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:47 smithi179 systemd[1]: Stopped Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:36:48.141 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:47 smithi179 systemd[1]: Starting Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:36:48.141 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:47 smithi179 podman[77941]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.x" found: no such container 2024-02-10T08:36:48.141 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:47 smithi179 systemd[1]: Started Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:36:48.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:48 smithi179 bash[64586]: audit 2024-02-10T08:36:47.909478+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:36:48.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:48 smithi179 bash[64586]: audit 2024-02-10T08:36:47.913105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:36:48.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:48 smithi179 bash[64586]: audit 2024-02-10T08:36:47.913923+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:36:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:48 smithi099 bash[67896]: audit 2024-02-10T08:36:47.909478+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:36:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:48 smithi099 bash[67896]: audit 2024-02-10T08:36:47.913105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:36:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:48 smithi099 bash[67896]: audit 2024-02-10T08:36:47.913923+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:36:48.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:48 smithi099 bash[64561]: audit 2024-02-10T08:36:47.909478+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:36:48.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:48 smithi099 bash[64561]: audit 2024-02-10T08:36:47.913105+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:33:29.531760\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:33:29.531888\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:33:29.531919\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:33:29.531949\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:33:29.531979\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532008\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:33:29.532039\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:33:29.532069\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:33:29.532098\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:36:48.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:48 smithi099 bash[64561]: audit 2024-02-10T08:36:47.913923+0000 mon.a (mon.0) 635 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-02-10T08:36:48.961 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:48 smithi179 bash[77959]: debug 2024-02-10T08:36:48.661+0000 7fcb6d0ee700 1 -- 172.21.15.179:0/786105345 <== mon.2 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55baa8bfa4e0 con 0x55baa8bcec00 2024-02-10T08:36:48.961 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:48 smithi179 bash[77959]: debug 2024-02-10T08:36:48.781+0000 7fcb7d6ea680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T08:36:48.961 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:48 smithi179 bash[77959]: debug 2024-02-10T08:36:48.862+0000 7fcb7d6ea680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T08:36:49.638 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:49 smithi179 bash[77959]: debug 2024-02-10T08:36:49.241+0000 7fcb7d6ea680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T08:36:50.222 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:49 smithi099 bash[64561]: cluster 2024-02-10T08:36:48.350978+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:50.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:49 smithi099 bash[67896]: cluster 2024-02-10T08:36:48.350978+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:50.376 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:49 smithi179 bash[64586]: cluster 2024-02-10T08:36:48.350978+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:50.376 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:50 smithi179 bash[77959]: debug 2024-02-10T08:36:50.057+0000 7fcb7d6ea680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T08:36:50.376 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:50 smithi179 bash[77959]: debug 2024-02-10T08:36:50.156+0000 7fcb7d6ea680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T08:36:50.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:50 smithi179 bash[77959]: debug 2024-02-10T08:36:50.375+0000 7fcb7d6ea680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T08:36:51.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:51 smithi179 bash[77959]: debug 2024-02-10T08:36:51.362+0000 7fcb7d6ea680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T08:36:51.672 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:51 smithi179 bash[77959]: debug 2024-02-10T08:36:51.494+0000 7fcb7d6ea680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:36:51.672 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:51 smithi179 bash[77959]: debug 2024-02-10T08:36:51.574+0000 7fcb7d6ea680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T08:36:52.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:51 smithi179 bash[64586]: cluster 2024-02-10T08:36:50.351773+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:52.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:51 smithi179 bash[77959]: debug 2024-02-10T08:36:51.671+0000 7fcb7d6ea680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T08:36:52.141 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:51 smithi179 bash[77959]: debug 2024-02-10T08:36:51.872+0000 7fcb7d6ea680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T08:36:52.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:51 smithi099 bash[64561]: cluster 2024-02-10T08:36:50.351773+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:52.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:51 smithi099 bash[67896]: cluster 2024-02-10T08:36:50.351773+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:52.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:52 smithi179 bash[77959]: debug 2024-02-10T08:36:52.162+0000 7fcb7d6ea680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T08:36:52.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:52 smithi179 bash[77959]: debug 2024-02-10T08:36:52.262+0000 7fcb7d6ea680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T08:36:53.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[67896]: audit 2024-02-10T08:36:52.421458+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:36:52.420200\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420291\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:36:47.906927\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:36:52.420326\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:36:52.420358\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:36:52.420388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:36:52.420417\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420448\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:36:52.420478\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:36:52.420508\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420537\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:36:52.420638\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:36:53.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[64561]: audit 2024-02-10T08:36:52.421458+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:36:52.420200\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420291\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:36:47.906927\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:36:52.420326\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:36:52.420358\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:36:52.420388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:36:52.420417\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420448\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:36:52.420478\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:36:52.420508\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420537\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:36:52.420638\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:36:53.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[64561]: audit 2024-02-10T08:36:52.425360+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:36:52.420200\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420291\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:36:47.906927\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:36:52.420326\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:36:52.420358\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:36:52.420388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:36:52.420417\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420448\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:36:52.420478\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:36:52.420508\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420537\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:36:52.420638\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:36:53.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[64561]: audit 2024-02-10T08:36:52.427708+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:53.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[64561]: audit 2024-02-10T08:36:52.430891+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-02-10T08:36:53.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[64561]: cluster 2024-02-10T08:36:52.434777+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-10T08:36:53.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[64561]: cluster 2024-02-10T08:36:52.654726+0000 mon.a (mon.0) 641 : cluster [DBG] Standby manager daemon y started 2024-02-10T08:36:53.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[67896]: audit 2024-02-10T08:36:52.425360+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:36:52.420200\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420291\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:36:47.906927\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:36:52.420326\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:36:52.420358\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:36:52.420388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:36:52.420417\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420448\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:36:52.420478\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:36:52.420508\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420537\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:36:52.420638\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:36:53.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[67896]: audit 2024-02-10T08:36:52.427708+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:53.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[67896]: audit 2024-02-10T08:36:52.430891+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-02-10T08:36:53.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[67896]: cluster 2024-02-10T08:36:52.434777+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-10T08:36:53.225 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:52 smithi099 bash[67896]: cluster 2024-02-10T08:36:52.654726+0000 mon.a (mon.0) 641 : cluster [DBG] Standby manager daemon y started 2024-02-10T08:36:53.347 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[77959]: debug 2024-02-10T08:36:53.001+0000 7fcb7d6ea680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T08:36:53.348 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[77959]: debug 2024-02-10T08:36:53.084+0000 7fcb7d6ea680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T08:36:53.348 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[77959]: debug 2024-02-10T08:36:53.174+0000 7fcb7d6ea680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T08:36:53.348 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[77959]: debug 2024-02-10T08:36:53.346+0000 7fcb7d6ea680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T08:36:53.348 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:52 smithi179 bash[64586]: audit 2024-02-10T08:36:52.421458+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:36:52.420200\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420291\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:36:47.906927\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:36:52.420326\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:36:52.420358\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:36:52.420388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:36:52.420417\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420448\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:36:52.420478\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:36:52.420508\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420537\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:36:52.420638\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]: dispatch 2024-02-10T08:36:53.348 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:52 smithi179 bash[64586]: audit 2024-02-10T08:36:52.425360+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"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\": \"2024-02-10T08:36:52.420200\", \"created\": \"2024-02-10T08:28:28.862343\", \"started\": \"2024-02-10T08:28:28.891967\"}, \"mgr.x\": {\"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420291\", \"created\": \"2024-02-10T08:28:47.234942\", \"started\": \"2024-02-10T08:36:47.906927\"}, \"osd.4\": {\"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"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\": \"2024-02-10T08:36:52.420326\", \"created\": \"2024-02-10T08:30:17.013978\", \"started\": \"2024-02-10T08:30:37.920070\"}, \"osd.5\": {\"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"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\": \"2024-02-10T08:36:52.420358\", \"created\": \"2024-02-10T08:30:39.376488\", \"started\": \"2024-02-10T08:30:42.257278\"}, \"osd.6\": {\"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"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\": \"2024-02-10T08:36:52.420388\", \"created\": \"2024-02-10T08:30:57.470092\", \"started\": \"2024-02-10T08:31:01.362339\"}, \"osd.7\": {\"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"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\": \"2024-02-10T08:36:52.420417\", \"created\": \"2024-02-10T08:31:15.903687\", \"started\": \"2024-02-10T08:31:17.614221\"}, \"prometheus.a\": {\"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420448\", \"created\": \"2024-02-10T08:31:44.070069\", \"started\": \"2024-02-10T08:32:43.926837\"}, \"node-exporter.b\": {\"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": \"2024-02-10T08:36:52.420478\", \"created\": \"2024-02-10T08:31:47.257999\", \"started\": \"2024-02-10T08:31:55.581316\"}, \"grafana.a\": {\"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": \"2024-02-10T08:36:52.420508\", \"created\": \"2024-02-10T08:32:22.354231\", \"started\": \"2024-02-10T08:32:22.463393\"}, \"rgw.r.z.smithi179.txupur\": {\"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-02-10T08:36:52.420537\", \"created\": \"2024-02-10T08:33:23.289896\", \"started\": \"2024-02-10T08:33:23.324367\"}}, \"devices\": [{\"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}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372\"}}, \"last_daemon_update\": \"2024-02-10T08:36:52.420638\", \"last_device_update\": \"2024-02-10T08:31:22.259668\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.179\"]}, \"last_host_check\": \"2024-02-10T08:28:01.540772\"}"}]': finished 2024-02-10T08:36:53.349 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:52 smithi179 bash[64586]: audit 2024-02-10T08:36:52.427708+0000 mon.a (mon.0) 638 : audit [DBG] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:36:53.349 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:52 smithi179 bash[64586]: audit 2024-02-10T08:36:52.430891+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-02-10T08:36:53.349 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:52 smithi179 bash[64586]: cluster 2024-02-10T08:36:52.434777+0000 mon.a (mon.0) 640 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-02-10T08:36:53.349 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:52 smithi179 bash[64586]: cluster 2024-02-10T08:36:52.654726+0000 mon.a (mon.0) 641 : cluster [DBG] Standby manager daemon y started 2024-02-10T08:36:53.723 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64793]: debug 2024-02-10T08:36:53.429+0000 7f4091620700 -1 mgr handle_mgr_map I was active but no longer am 2024-02-10T08:36:53.723 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64793]: ignoring --setuser ceph since I am not root 2024-02-10T08:36:53.723 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64793]: ignoring --setgroup ceph since I am not root 2024-02-10T08:36:53.880 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[77959]: debug 2024-02-10T08:36:53.613+0000 7fcb7d6ea680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T08:36:53.880 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[77959]: debug 2024-02-10T08:36:53.744+0000 7fcb7d6ea680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T08:36:54.134 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[77959]: debug 2024-02-10T08:36:53.879+0000 7fcb7d6ea680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:36:54.134 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[77959]: debug 2024-02-10T08:36:54.050+0000 7fcb7d6ea680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T08:36:54.134 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[64586]: cluster 2024-02-10T08:36:52.352338+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:54.134 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[64586]: cephadm 2024-02-10T08:36:52.427444+0000 mgr.y (mgr.14140) 357 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 with id 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-10T08:36:54.134 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[64586]: cephadm 2024-02-10T08:36:52.428498+0000 mgr.y (mgr.14140) 358 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-10T08:36:54.134 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[64586]: cephadm 2024-02-10T08:36:52.428620+0000 mgr.y (mgr.14140) 359 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-10T08:36:54.134 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[64586]: cephadm 2024-02-10T08:36:52.430443+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-02-10T08:36:54.135 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[64586]: audit 2024-02-10T08:36:53.433381+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-02-10T08:36:54.135 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:53 smithi179 bash[64586]: cluster 2024-02-10T08:36:53.433442+0000 mon.a (mon.0) 643 : cluster [DBG] mgrmap e15: x(active, starting, since 1.00214s), standbys: y 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64561]: cluster 2024-02-10T08:36:52.352338+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64561]: cephadm 2024-02-10T08:36:52.427444+0000 mgr.y (mgr.14140) 357 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 with id 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64561]: cephadm 2024-02-10T08:36:52.428498+0000 mgr.y (mgr.14140) 358 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64561]: cephadm 2024-02-10T08:36:52.428620+0000 mgr.y (mgr.14140) 359 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64561]: cephadm 2024-02-10T08:36:52.430443+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64561]: audit 2024-02-10T08:36:53.433381+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[64561]: cluster 2024-02-10T08:36:53.433442+0000 mon.a (mon.0) 643 : cluster [DBG] mgrmap e15: x(active, starting, since 1.00214s), standbys: y 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[67896]: cluster 2024-02-10T08:36:52.352338+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:36:54.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[67896]: cephadm 2024-02-10T08:36:52.427444+0000 mgr.y (mgr.14140) 357 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 with id 1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5 2024-02-10T08:36:54.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[67896]: cephadm 2024-02-10T08:36:52.428498+0000 mgr.y (mgr.14140) 358 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-02-10T08:36:54.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[67896]: cephadm 2024-02-10T08:36:52.428620+0000 mgr.y (mgr.14140) 359 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-02-10T08:36:54.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[67896]: cephadm 2024-02-10T08:36:52.430443+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-02-10T08:36:54.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[67896]: audit 2024-02-10T08:36:53.433381+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.14140 172.21.15.99:0/1155727739' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-02-10T08:36:54.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:53 smithi099 bash[67896]: cluster 2024-02-10T08:36:53.433442+0000 mon.a (mon.0) 643 : cluster [DBG] mgrmap e15: x(active, starting, since 1.00214s), standbys: y 2024-02-10T08:36:55.222 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[64561]: cluster 2024-02-10T08:36:54.147790+0000 mon.a (mon.0) 644 : cluster [INF] Active manager daemon x restarted 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[64561]: audit 2024-02-10T08:36:54.148283+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[64561]: cluster 2024-02-10T08:36:54.148348+0000 mon.a (mon.0) 645 : cluster [INF] Activating manager daemon x 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[64561]: audit 2024-02-10T08:36:54.151349+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[64561]: audit 2024-02-10T08:36:54.152497+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[64561]: audit 2024-02-10T08:36:54.153036+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[64561]: cluster 2024-02-10T08:36:54.153725+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[67896]: cluster 2024-02-10T08:36:54.147790+0000 mon.a (mon.0) 644 : cluster [INF] Active manager daemon x restarted 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[67896]: audit 2024-02-10T08:36:54.148283+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[67896]: cluster 2024-02-10T08:36:54.148348+0000 mon.a (mon.0) 645 : cluster [INF] Activating manager daemon x 2024-02-10T08:36:55.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[67896]: audit 2024-02-10T08:36:54.151349+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:36:55.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[67896]: audit 2024-02-10T08:36:54.152497+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:36:55.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[67896]: audit 2024-02-10T08:36:54.153036+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:36:55.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:54 smithi099 bash[67896]: cluster 2024-02-10T08:36:54.153725+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-10T08:36:55.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[77959]: debug 2024-02-10T08:36:54.133+0000 7fcb7d6ea680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T08:36:55.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[64586]: cluster 2024-02-10T08:36:54.147790+0000 mon.a (mon.0) 644 : cluster [INF] Active manager daemon x restarted 2024-02-10T08:36:55.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[64586]: audit 2024-02-10T08:36:54.148283+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:36:55.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[64586]: cluster 2024-02-10T08:36:54.148348+0000 mon.a (mon.0) 645 : cluster [INF] Activating manager daemon x 2024-02-10T08:36:55.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[64586]: audit 2024-02-10T08:36:54.151349+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:36:55.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[64586]: audit 2024-02-10T08:36:54.152497+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:36:55.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[64586]: audit 2024-02-10T08:36:54.153036+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:36:55.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:54 smithi179 bash[64586]: cluster 2024-02-10T08:36:54.153725+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-02-10T08:36:56.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:55 smithi099 bash[64561]: cluster 2024-02-10T08:36:54.940197+0000 mon.a (mon.0) 647 : cluster [DBG] mgrmap e16: x(active, starting, since 0.792037s), standbys: y 2024-02-10T08:36:56.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:55 smithi099 bash[67896]: cluster 2024-02-10T08:36:54.940197+0000 mon.a (mon.0) 647 : cluster [DBG] mgrmap e16: x(active, starting, since 0.792037s), standbys: y 2024-02-10T08:36:56.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:55 smithi179 bash[64586]: cluster 2024-02-10T08:36:54.940197+0000 mon.a (mon.0) 647 : cluster [DBG] mgrmap e16: x(active, starting, since 0.792037s), standbys: y 2024-02-10T08:36:57.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:57 smithi179 bash[64586]: cluster 2024-02-10T08:36:57.028891+0000 mon.a (mon.0) 648 : cluster [DBG] Standby manager daemon y restarted 2024-02-10T08:36:57.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:57 smithi179 bash[64586]: cluster 2024-02-10T08:36:57.028994+0000 mon.a (mon.0) 649 : cluster [DBG] Standby manager daemon y started 2024-02-10T08:36:57.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:57 smithi179 bash[64586]: audit 2024-02-10T08:36:57.029356+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.99:0/1436529146' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:36:57.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:57 smithi179 bash[64586]: audit 2024-02-10T08:36:57.030442+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.99:0/1436529146' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:36:57.472 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:57 smithi099 bash[64561]: cluster 2024-02-10T08:36:57.028891+0000 mon.a (mon.0) 648 : cluster [DBG] Standby manager daemon y restarted 2024-02-10T08:36:57.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:57 smithi099 bash[64561]: cluster 2024-02-10T08:36:57.028994+0000 mon.a (mon.0) 649 : cluster [DBG] Standby manager daemon y started 2024-02-10T08:36:57.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:57 smithi099 bash[64561]: audit 2024-02-10T08:36:57.029356+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.99:0/1436529146' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:36:57.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:57 smithi099 bash[64561]: audit 2024-02-10T08:36:57.030442+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.99:0/1436529146' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:36:57.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:57 smithi099 bash[67896]: cluster 2024-02-10T08:36:57.028891+0000 mon.a (mon.0) 648 : cluster [DBG] Standby manager daemon y restarted 2024-02-10T08:36:57.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:57 smithi099 bash[67896]: cluster 2024-02-10T08:36:57.028994+0000 mon.a (mon.0) 649 : cluster [DBG] Standby manager daemon y started 2024-02-10T08:36:57.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:57 smithi099 bash[67896]: audit 2024-02-10T08:36:57.029356+0000 mon.c (mon.1) 20 : audit [DBG] from='mgr.? 172.21.15.99:0/1436529146' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:36:57.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:57 smithi099 bash[67896]: audit 2024-02-10T08:36:57.030442+0000 mon.c (mon.1) 21 : audit [DBG] from='mgr.? 172.21.15.99:0/1436529146' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:36:58.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:58 smithi179 bash[64586]: cluster 2024-02-10T08:36:57.085807+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-02-10T08:36:58.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:58 smithi179 bash[64586]: audit 2024-02-10T08:36:57.087572+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:36:58.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:36:58 smithi179 bash[64586]: audit 2024-02-10T08:36:57.087675+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:36:58.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:58 smithi099 bash[64561]: cluster 2024-02-10T08:36:57.085807+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-02-10T08:36:58.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:58 smithi099 bash[64561]: audit 2024-02-10T08:36:57.087572+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:36:58.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:36:58 smithi099 bash[64561]: audit 2024-02-10T08:36:57.087675+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:36:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:58 smithi099 bash[67896]: cluster 2024-02-10T08:36:57.085807+0000 mon.a (mon.0) 650 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-02-10T08:36:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:58 smithi099 bash[67896]: audit 2024-02-10T08:36:57.087572+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:36:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:36:58 smithi099 bash[67896]: audit 2024-02-10T08:36:57.087675+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.? 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:37:01.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[77959]: Warning: Permanently added '172.21.15.99' (ECDSA) to the list of known hosts. 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.942299+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.942506+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.942702+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.944010+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.944307+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.944572+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.944836+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.945091+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.945352+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.945598+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.945849+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:37:01.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.946577+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.946792+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.947332+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.948167+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.948997+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.949340+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.949655+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.949980+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.950299+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.950609+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.950899+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:37:01.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.951240+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.951530+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.951812+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.952105+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.952395+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.952691+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.952976+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.953275+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.953563+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.953850+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.954142+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.954429+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.954711+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: audit 2024-02-10T08:37:00.954991+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:37:01.393 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:00 smithi179 bash[64586]: cluster 2024-02-10T08:37:00.983226+0000 mon.a (mon.0) 651 : cluster [INF] Manager daemon x is now available 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.942299+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.942506+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.942702+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.944010+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.944307+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.944572+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.944836+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.945091+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.945352+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.945598+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.945849+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:37:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.946577+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.946792+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.947332+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.948167+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.948997+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.949340+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.949655+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.942299+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.942506+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.942702+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.944010+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:37:01.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.944307+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.944572+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.944836+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.945091+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.945352+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.945598+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.945849+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.946577+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.946792+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.947332+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.948167+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.948997+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.949340+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:37:01.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.949655+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.949980+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.950299+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.950609+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.950899+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.951240+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.951530+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.951812+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.952105+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:37:01.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.952395+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.952691+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.952976+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.953275+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.953563+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.953850+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.954142+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.954429+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.954711+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: audit 2024-02-10T08:37:00.954991+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[64561]: cluster 2024-02-10T08:37:00.983226+0000 mon.a (mon.0) 651 : cluster [INF] Manager daemon x is now available 2024-02-10T08:37:01.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.949980+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.950299+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.950609+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.950899+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.951240+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.951530+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.951812+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.952105+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.952395+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.952691+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.952976+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.953275+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.953563+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:37:01.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.953850+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:37:01.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.954142+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:37:01.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.954429+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:37:01.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.954711+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:37:01.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: audit 2024-02-10T08:37:00.954991+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:37:01.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:00 smithi099 bash[67896]: cluster 2024-02-10T08:37:00.983226+0000 mon.a (mon.0) 651 : cluster [INF] Manager daemon x is now available 2024-02-10T08:37:02.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: cephadm 2024-02-10T08:37:00.993745+0000 mgr.x (mgr.34598) 1 : cephadm [INF] inventory: adjusted host smithi099 addr 'smithi099' -> '172.21.15.99' 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:00.994523+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:00.994814+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.003327+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: cephadm 2024-02-10T08:37:01.009032+0000 mgr.x (mgr.34598) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.009330+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.009887+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.013698+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: cluster 2024-02-10T08:37:01.043823+0000 mon.a (mon.0) 656 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: cluster 2024-02-10T08:37:01.048301+0000 mgr.x (mgr.34598) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.107322+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' 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 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.107738+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:37:02.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.110448+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:37:02.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.111793+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:02.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.113318+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:02.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.136960+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:37:02.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.137249+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:37:02.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.149168+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-10T08:37:02.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:01 smithi179 bash[64586]: audit 2024-02-10T08:37:01.149538+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-10T08:37:02.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: cephadm 2024-02-10T08:37:00.993745+0000 mgr.x (mgr.34598) 1 : cephadm [INF] inventory: adjusted host smithi099 addr 'smithi099' -> '172.21.15.99' 2024-02-10T08:37:02.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:00.994523+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:37:02.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:00.994814+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:37:02.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.003327+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-10T08:37:02.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: cephadm 2024-02-10T08:37:01.009032+0000 mgr.x (mgr.34598) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-10T08:37:02.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.009330+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-10T08:37:02.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.009887+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.013698+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: cluster 2024-02-10T08:37:01.043823+0000 mon.a (mon.0) 656 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: cluster 2024-02-10T08:37:01.048301+0000 mgr.x (mgr.34598) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.107322+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' 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 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.107738+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: cephadm 2024-02-10T08:37:00.993745+0000 mgr.x (mgr.34598) 1 : cephadm [INF] inventory: adjusted host smithi099 addr 'smithi099' -> '172.21.15.99' 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:00.994523+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:00.994814+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.003327+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"smithi179\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: cephadm 2024-02-10T08:37:01.009032+0000 mgr.x (mgr.34598) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-02-10T08:37:02.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.009330+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.009887+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.013698+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: cluster 2024-02-10T08:37:01.043823+0000 mon.a (mon.0) 656 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: cluster 2024-02-10T08:37:01.048301+0000 mgr.x (mgr.34598) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.107322+0000 mon.b (mon.2) 65 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' 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 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.107738+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.110448+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.111793+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.113318+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:02.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.136960+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.137249+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.149168+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[64561]: audit 2024-02-10T08:37:01.149538+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.110448+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.111793+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.113318+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.136960+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.137249+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.149168+0000 mon.b (mon.2) 69 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-10T08:37:02.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:01 smithi099 bash[67896]: audit 2024-02-10T08:37:01.149538+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-02-10T08:37:04.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:04 smithi179 bash[64586]: cluster 2024-02-10T08:37:02.946827+0000 mgr.x (mgr.34598) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:04.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:04 smithi179 bash[64586]: cluster 2024-02-10T08:37:03.049276+0000 mon.a (mon.0) 661 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-02-10T08:37:04.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:04 smithi099 bash[64561]: cluster 2024-02-10T08:37:02.946827+0000 mgr.x (mgr.34598) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:04.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:04 smithi099 bash[64561]: cluster 2024-02-10T08:37:03.049276+0000 mon.a (mon.0) 661 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-02-10T08:37:04.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:04 smithi099 bash[67896]: cluster 2024-02-10T08:37:02.946827+0000 mgr.x (mgr.34598) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:04.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:04 smithi099 bash[67896]: cluster 2024-02-10T08:37:03.049276+0000 mon.a (mon.0) 661 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-02-10T08:37:06.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:06 smithi179 bash[64586]: cluster 2024-02-10T08:37:04.947404+0000 mgr.x (mgr.34598) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:06.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:06 smithi099 bash[64561]: cluster 2024-02-10T08:37:04.947404+0000 mgr.x (mgr.34598) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:06.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:06 smithi099 bash[67896]: cluster 2024-02-10T08:37:04.947404+0000 mgr.x (mgr.34598) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:07.091 INFO:teuthology.orchestra.run.smithi099.stdout:true 2024-02-10T08:37:07.695 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:37:07.695 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.a smithi099 running (4m) 3m ago 5m - - 9f27df16978d f351afd51364 2024-02-10T08:37:07.695 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.a smithi179 running (4m) 15s ago 4m - - 6.6.2 87a51ecf0b1c 1215b5d6a0ff 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.x smithi179 running (19s) 15s ago 8m - - 16.2.14-521-g0e714d9a 1fbc92c859dc d46bc27dbaca 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.y smithi099 running (10m) 3m ago 10m - - 15.2.0 204a01f9b0b6 cdd1eeda74ab 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:mon.a smithi099 running (10m) 3m ago 10m - 2048M 15.2.0 204a01f9b0b6 45626c14b7f8 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:mon.b smithi179 running (8m) 15s ago 8m - 2048M 15.2.0 204a01f9b0b6 42fa464025e4 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:mon.c smithi099 running (8m) 3m ago 8m - 2048M 15.2.0 204a01f9b0b6 87539d277a32 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.a smithi099 running (5m) 3m ago 5m - - 72c9c2088986 d3765b06c9d9 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.b smithi179 running (5m) 15s ago 5m - - 72c9c2088986 d30851658b8a 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi099 running (8m) 3m ago 8m - 4096M 15.2.0 204a01f9b0b6 275a4c69a139 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (7m) 3m ago 7m - 4096M 15.2.0 204a01f9b0b6 27a80ff99135 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi099 running (7m) 3m ago 7m - 4096M 15.2.0 204a01f9b0b6 8328eabaac48 2024-02-10T08:37:07.696 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (7m) 3m ago 7m - 4096M 15.2.0 204a01f9b0b6 6901820efc3d 2024-02-10T08:37:07.697 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi179 running (6m) 15s ago 6m - 4096M 15.2.0 204a01f9b0b6 40b4077a032d 2024-02-10T08:37:07.697 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi179 running (6m) 15s ago 6m - 4096M 15.2.0 204a01f9b0b6 321aaea056f0 2024-02-10T08:37:07.697 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi179 running (6m) 15s ago 6m - 4096M 15.2.0 204a01f9b0b6 3b8bf30b9814 2024-02-10T08:37:07.697 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi179 running (5m) 15s ago 5m - 4096M 15.2.0 204a01f9b0b6 5c7fd88920d2 2024-02-10T08:37:07.697 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.a smithi179 running (4m) 15s ago 5m - - 2a72b385beaf 860eb08f86a1 2024-02-10T08:37:07.697 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi099.wcvjcd smithi099 running (3m) 3m ago 3m - - 15.2.0 204a01f9b0b6 01bfcbedd222 2024-02-10T08:37:07.697 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi179.txupur smithi179 running (3m) 15s ago 3m - - 15.2.0 204a01f9b0b6 6abfee6cb5f5 2024-02-10T08:37:08.061 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:37:08.061 INFO:teuthology.orchestra.run.smithi099.stdout: "mon": { 2024-02-10T08:37:08.061 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-10T08:37:08.061 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:37:08.061 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr": { 2024-02-10T08:37:08.061 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-02-10T08:37:08.061 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: "osd": { 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: "mds": {}, 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: "rgw": { 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: "overall": { 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:37:08.062 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:37:08.372 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:37:08.372 INFO:teuthology.orchestra.run.smithi099.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T08:37:08.372 INFO:teuthology.orchestra.run.smithi099.stdout: "in_progress": true, 2024-02-10T08:37:08.372 INFO:teuthology.orchestra.run.smithi099.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:37:08.372 INFO:teuthology.orchestra.run.smithi099.stdout: "services_complete": [], 2024-02-10T08:37:08.373 INFO:teuthology.orchestra.run.smithi099.stdout: "progress": "", 2024-02-10T08:37:08.373 INFO:teuthology.orchestra.run.smithi099.stdout: "message": "", 2024-02-10T08:37:08.373 INFO:teuthology.orchestra.run.smithi099.stdout: "is_paused": false 2024-02-10T08:37:08.373 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:37:08.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: cluster 2024-02-10T08:37:06.948204+0000 mgr.x (mgr.34598) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:08.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.079753+0000 mgr.x (mgr.34598) 7 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.386394+0000 mgr.x (mgr.34598) 8 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.684453+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.684911+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.685278+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.685714+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.686064+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.686442+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.688501+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.688926+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.689304+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.689626+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:07.689978+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:08 smithi179 bash[64586]: audit 2024-02-10T08:37:08.061351+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.99:0/117627416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: cluster 2024-02-10T08:37:06.948204+0000 mgr.x (mgr.34598) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.079753+0000 mgr.x (mgr.34598) 7 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.386394+0000 mgr.x (mgr.34598) 8 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.684453+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.684911+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.685278+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.685714+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.686064+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.686442+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.688501+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.688926+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.689304+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.689626+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:07.689978+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[64561]: audit 2024-02-10T08:37:08.061351+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.99:0/117627416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: cluster 2024-02-10T08:37:06.948204+0000 mgr.x (mgr.34598) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.079753+0000 mgr.x (mgr.34598) 7 : audit [DBG] from='client.24715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.386394+0000 mgr.x (mgr.34598) 8 : audit [DBG] from='client.14826 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.684453+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.684911+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.685278+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.685714+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.686064+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.686442+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.688501+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:08.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.688926+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.689304+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.689626+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:07.689978+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:08.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:08 smithi099 bash[67896]: audit 2024-02-10T08:37:08.061351+0000 mon.c (mon.1) 22 : audit [DBG] from='client.? 172.21.15.99:0/117627416' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:09.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:09 smithi099 bash[64561]: audit 2024-02-10T08:37:07.682205+0000 mgr.x (mgr.34598) 9 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:09.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:09 smithi099 bash[64561]: audit 2024-02-10T08:37:08.371907+0000 mgr.x (mgr.34598) 10 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:09.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:09 smithi099 bash[67896]: audit 2024-02-10T08:37:07.682205+0000 mgr.x (mgr.34598) 9 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:09.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:09 smithi099 bash[67896]: audit 2024-02-10T08:37:08.371907+0000 mgr.x (mgr.34598) 10 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:09.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:09 smithi179 bash[64586]: audit 2024-02-10T08:37:07.682205+0000 mgr.x (mgr.34598) 9 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:09.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:09 smithi179 bash[64586]: audit 2024-02-10T08:37:08.371907+0000 mgr.x (mgr.34598) 10 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:10.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:10 smithi179 bash[64586]: cluster 2024-02-10T08:37:08.948605+0000 mgr.x (mgr.34598) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:10.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:10 smithi099 bash[64561]: cluster 2024-02-10T08:37:08.948605+0000 mgr.x (mgr.34598) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:10.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:10 smithi099 bash[67896]: cluster 2024-02-10T08:37:08.948605+0000 mgr.x (mgr.34598) 11 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:12.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:37:11 smithi179 bash[77959]: Warning: Permanently added 'smithi179,172.21.15.179' (ECDSA) to the list of known hosts. 2024-02-10T08:37:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: cluster 2024-02-10T08:37:10.949223+0000 mgr.x (mgr.34598) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: audit 2024-02-10T08:37:11.835972+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-10T08:37:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: audit 2024-02-10T08:37:11.836436+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-10T08:37:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: audit 2024-02-10T08:37:11.840575+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-02-10T08:37:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: audit 2024-02-10T08:37:11.842546+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]: dispatch 2024-02-10T08:37:12.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: audit 2024-02-10T08:37:11.842840+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]: dispatch 2024-02-10T08:37:12.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: audit 2024-02-10T08:37:11.846669+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]': finished 2024-02-10T08:37:12.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: audit 2024-02-10T08:37:11.849563+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:12.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:12 smithi179 bash[64586]: audit 2024-02-10T08:37:12.112754+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: cluster 2024-02-10T08:37:10.949223+0000 mgr.x (mgr.34598) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: audit 2024-02-10T08:37:11.835972+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: audit 2024-02-10T08:37:11.836436+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: audit 2024-02-10T08:37:11.840575+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: audit 2024-02-10T08:37:11.842546+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]: dispatch 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: audit 2024-02-10T08:37:11.842840+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]: dispatch 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: audit 2024-02-10T08:37:11.846669+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]': finished 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: audit 2024-02-10T08:37:11.849563+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[67896]: audit 2024-02-10T08:37:12.112754+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:12.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: cluster 2024-02-10T08:37:10.949223+0000 mgr.x (mgr.34598) 12 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: audit 2024-02-10T08:37:11.835972+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-10T08:37:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: audit 2024-02-10T08:37:11.836436+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-02-10T08:37:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: audit 2024-02-10T08:37:11.840575+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-02-10T08:37:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: audit 2024-02-10T08:37:11.842546+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]: dispatch 2024-02-10T08:37:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: audit 2024-02-10T08:37:11.842840+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]: dispatch 2024-02-10T08:37:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: audit 2024-02-10T08:37:11.846669+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.x"}]': finished 2024-02-10T08:37:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: audit 2024-02-10T08:37:11.849563+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:12 smithi099 bash[64561]: audit 2024-02-10T08:37:12.112754+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:14.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:14 smithi099 bash[64561]: cluster 2024-02-10T08:37:12.949948+0000 mgr.x (mgr.34598) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:14.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:14 smithi099 bash[67896]: cluster 2024-02-10T08:37:12.949948+0000 mgr.x (mgr.34598) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:14.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:14 smithi179 bash[64586]: cluster 2024-02-10T08:37:12.949948+0000 mgr.x (mgr.34598) 13 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: cluster 2024-02-10T08:37:14.950406+0000 mgr.x (mgr.34598) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:15.708239+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:15.708908+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:15.712090+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.019097+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.019404+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.019681+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.019928+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.020167+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.020400+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.020633+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.020867+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:16 smithi179 bash[64586]: audit 2024-02-10T08:37:16.021107+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: cluster 2024-02-10T08:37:14.950406+0000 mgr.x (mgr.34598) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: cluster 2024-02-10T08:37:14.950406+0000 mgr.x (mgr.34598) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:15.708239+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:16.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:15.708239+0000 mon.b (mon.2) 85 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:15.708908+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:16.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:15.708908+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:15.712090+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.019097+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.019404+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.019681+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.019928+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.020167+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.020400+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.020633+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.020867+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[67896]: audit 2024-02-10T08:37:16.021107+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:15.712090+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.019097+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.019404+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.019681+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.019928+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.020167+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.020400+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.020633+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.020867+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:16 smithi099 bash[64561]: audit 2024-02-10T08:37:16.021107+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: cluster 2024-02-10T08:37:16.951217+0000 mgr.x (mgr.34598) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.539327+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.540223+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.543567+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.848934+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.849280+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.849538+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.849780+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.850007+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.850249+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.850488+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.850712+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.850942+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.852156+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.852628+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.856332+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.859734+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.860259+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:18.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.860700+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:18.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:18 smithi179 bash[64586]: audit 2024-02-10T08:37:17.861414+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:37:18.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: cluster 2024-02-10T08:37:16.951217+0000 mgr.x (mgr.34598) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:18.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: cluster 2024-02-10T08:37:16.951217+0000 mgr.x (mgr.34598) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:18.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.539327+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:18.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.539327+0000 mon.b (mon.2) 95 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:18.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.540223+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:18.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.540223+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.543567+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.848934+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.849280+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.849538+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.849780+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.850007+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.850249+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.850488+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.850712+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.850942+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.852156+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:37:18.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.852628+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:37:18.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.856332+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:37:18.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.859734+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:18.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.860259+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:18.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.860700+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:18.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[67896]: audit 2024-02-10T08:37:17.861414+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:37:18.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.543567+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:26.212088Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:18.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.848934+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.849280+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.849538+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.849780+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.850007+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.850249+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.850488+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.850712+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.850942+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.852156+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.852628+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.856332+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.859734+0000 mon.b (mon.2) 106 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.860259+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:18.729 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.860700+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:18.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:18 smithi099 bash[64561]: audit 2024-02-10T08:37:17.861414+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:37:19.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: cephadm 2024-02-10T08:37:17.859483+0000 mgr.x (mgr.34598) 16 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-02-10T08:37:19.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: cephadm 2024-02-10T08:37:17.861128+0000 mgr.x (mgr.34598) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi099 2024-02-10T08:37:19.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: audit 2024-02-10T08:37:19.275258+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:19.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: audit 2024-02-10T08:37:19.275972+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:19.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: audit 2024-02-10T08:37:19.278956+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:19.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: audit 2024-02-10T08:37:19.280860+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:19.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: audit 2024-02-10T08:37:19.281634+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:19.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: audit 2024-02-10T08:37:19.282299+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:19.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:19 smithi179 bash[64586]: audit 2024-02-10T08:37:19.283354+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:37:19.721 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: cephadm 2024-02-10T08:37:17.859483+0000 mgr.x (mgr.34598) 16 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-02-10T08:37:19.721 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: cephadm 2024-02-10T08:37:17.861128+0000 mgr.x (mgr.34598) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi099 2024-02-10T08:37:19.721 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: cephadm 2024-02-10T08:37:17.859483+0000 mgr.x (mgr.34598) 16 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-02-10T08:37:19.721 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: cephadm 2024-02-10T08:37:17.861128+0000 mgr.x (mgr.34598) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi099 2024-02-10T08:37:19.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: audit 2024-02-10T08:37:19.275258+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:19.722 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: audit 2024-02-10T08:37:19.275258+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:19.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: audit 2024-02-10T08:37:19.275972+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:19.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: audit 2024-02-10T08:37:19.275972+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:19.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: audit 2024-02-10T08:37:19.278956+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:19.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: audit 2024-02-10T08:37:19.280860+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:19.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: audit 2024-02-10T08:37:19.281634+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:19.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: audit 2024-02-10T08:37:19.282299+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:19.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[64561]: audit 2024-02-10T08:37:19.283354+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:37:19.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: audit 2024-02-10T08:37:19.278956+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:11.950413Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:19.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: audit 2024-02-10T08:37:19.280860+0000 mon.b (mon.2) 111 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:19.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: audit 2024-02-10T08:37:19.281634+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:19.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: audit 2024-02-10T08:37:19.282299+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:19.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:19 smithi099 bash[67896]: audit 2024-02-10T08:37:19.283354+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:37:20.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:20 smithi179 bash[64586]: cluster 2024-02-10T08:37:18.951757+0000 mgr.x (mgr.34598) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:20.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:20 smithi179 bash[64586]: cephadm 2024-02-10T08:37:19.280563+0000 mgr.x (mgr.34598) 19 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-10T08:37:20.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:20 smithi179 bash[64586]: cephadm 2024-02-10T08:37:19.282936+0000 mgr.x (mgr.34598) 20 : cephadm [INF] Reconfiguring daemon mon.c on smithi099 2024-02-10T08:37:20.690 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:20 smithi099 bash[64561]: cluster 2024-02-10T08:37:18.951757+0000 mgr.x (mgr.34598) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:20.690 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:20 smithi099 bash[64561]: cephadm 2024-02-10T08:37:19.280563+0000 mgr.x (mgr.34598) 19 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-10T08:37:20.691 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:20 smithi099 bash[64561]: cephadm 2024-02-10T08:37:19.282936+0000 mgr.x (mgr.34598) 20 : cephadm [INF] Reconfiguring daemon mon.c on smithi099 2024-02-10T08:37:20.691 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:20 smithi099 bash[67896]: cluster 2024-02-10T08:37:18.951757+0000 mgr.x (mgr.34598) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:20.691 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:20 smithi099 bash[67896]: cephadm 2024-02-10T08:37:19.280563+0000 mgr.x (mgr.34598) 19 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-10T08:37:20.691 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:20 smithi099 bash[67896]: cephadm 2024-02-10T08:37:19.282936+0000 mgr.x (mgr.34598) 20 : cephadm [INF] Reconfiguring daemon mon.c on smithi099 2024-02-10T08:37:21.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:21 smithi179 bash[64586]: audit 2024-02-10T08:37:20.736288+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:21.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:21 smithi179 bash[64586]: audit 2024-02-10T08:37:20.737027+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:21.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:21 smithi179 bash[64586]: audit 2024-02-10T08:37:20.740337+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:21.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:21 smithi099 bash[67896]: audit 2024-02-10T08:37:20.736288+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:21.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:21 smithi099 bash[64561]: audit 2024-02-10T08:37:20.736288+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:21.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:21 smithi099 bash[67896]: audit 2024-02-10T08:37:20.737027+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:21.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:21 smithi099 bash[67896]: audit 2024-02-10T08:37:20.740337+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:21.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:21 smithi099 bash[64561]: audit 2024-02-10T08:37:20.737027+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:21.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:21 smithi099 bash[64561]: audit 2024-02-10T08:37:20.740337+0000 mon.a (mon.0) 675 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"f351afd51364\", \"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\": 26801602, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706852Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:32:39.912737Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-02-10T08:32:33.745814Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:15.707033Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:22.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:22 smithi099 bash[64561]: cephadm 2024-02-10T08:37:20.741819+0000 mgr.x (mgr.34598) 21 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-10T08:37:22.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:22 smithi099 bash[64561]: cephadm 2024-02-10T08:37:20.752586+0000 mgr.x (mgr.34598) 22 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi099 2024-02-10T08:37:22.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:22 smithi099 bash[64561]: cluster 2024-02-10T08:37:20.952406+0000 mgr.x (mgr.34598) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:22.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:22 smithi099 bash[67896]: cephadm 2024-02-10T08:37:20.741819+0000 mgr.x (mgr.34598) 21 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-10T08:37:22.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:22 smithi099 bash[67896]: cephadm 2024-02-10T08:37:20.752586+0000 mgr.x (mgr.34598) 22 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi099 2024-02-10T08:37:22.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:22 smithi099 bash[67896]: cluster 2024-02-10T08:37:20.952406+0000 mgr.x (mgr.34598) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:22.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:22 smithi179 bash[64586]: cephadm 2024-02-10T08:37:20.741819+0000 mgr.x (mgr.34598) 21 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-02-10T08:37:22.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:22 smithi179 bash[64586]: cephadm 2024-02-10T08:37:20.752586+0000 mgr.x (mgr.34598) 22 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi099 2024-02-10T08:37:22.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:22 smithi179 bash[64586]: cluster 2024-02-10T08:37:20.952406+0000 mgr.x (mgr.34598) 23 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:24.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:24 smithi099 bash[64561]: cluster 2024-02-10T08:37:22.953320+0000 mgr.x (mgr.34598) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:24.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:24 smithi099 bash[67896]: cluster 2024-02-10T08:37:22.953320+0000 mgr.x (mgr.34598) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:24.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:24 smithi179 bash[64586]: cluster 2024-02-10T08:37:22.953320+0000 mgr.x (mgr.34598) 24 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:26.665 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:26 smithi099 bash[64561]: cluster 2024-02-10T08:37:24.953718+0000 mgr.x (mgr.34598) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:26.665 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:26 smithi099 bash[67896]: cluster 2024-02-10T08:37:24.953718+0000 mgr.x (mgr.34598) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:26.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:26 smithi179 bash[64586]: cluster 2024-02-10T08:37:24.953718+0000 mgr.x (mgr.34598) 25 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:28.195 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:27 smithi099 systemd[1]: Stopping Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:37:28.195 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:27 smithi099 bash[80076]: ts=2024-02-10T08:37:27.871Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-02-10T08:37:28.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:28 smithi099 bash[64561]: cluster 2024-02-10T08:37:26.954702+0000 mgr.x (mgr.34598) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:28.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:28 smithi099 bash[67896]: cluster 2024-02-10T08:37:26.954702+0000 mgr.x (mgr.34598) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:28.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 podman[86887]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-alertmanager.a 2024-02-10T08:37:28.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:28 smithi179 bash[64586]: cluster 2024-02-10T08:37:26.954702+0000 mgr.x (mgr.34598) 26 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@alertmanager.a.service: Succeeded. 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: Stopped Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@alertmanager.a.service: Found left-over process 80120 (conmon) in control group while starting unit. Ignoring. 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@alertmanager.a.service: Found left-over process 86907 (podman) in control group while starting unit. Ignoring. 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: Starting Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 podman[86925]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-alertmanager.a" found: no such container 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@alertmanager.a.service: Found left-over process 80120 (conmon) in control group while starting unit. Ignoring. 2024-02-10T08:37:28.957 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:37:28.958 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@alertmanager.a.service: Found left-over process 86907 (podman) in control group while starting unit. Ignoring. 2024-02-10T08:37:28.958 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:37:28.958 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:28 smithi099 systemd[1]: Started Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:37:29.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[86940]: ts=2024-02-10T08:37:29.130Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-02-10T08:37:29.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[86940]: ts=2024-02-10T08:37:29.130Z 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)" 2024-02-10T08:37:29.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[86940]: ts=2024-02-10T08:37:29.131Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.99 port=9094 2024-02-10T08:37:29.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[86940]: ts=2024-02-10T08:37:29.132Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-02-10T08:37:29.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[86940]: ts=2024-02-10T08:37:29.153Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-10T08:37:29.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[86940]: ts=2024-02-10T08:37:29.154Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-02-10T08:37:29.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[86940]: ts=2024-02-10T08:37:29.155Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-02-10T08:37:29.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[86940]: ts=2024-02-10T08:37:29.155Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-02-10T08:37:29.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[67896]: audit 2024-02-10T08:37:28.668223+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:29.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[64561]: audit 2024-02-10T08:37:28.668223+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:29.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[67896]: audit 2024-02-10T08:37:28.668904+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:29.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[67896]: audit 2024-02-10T08:37:28.672997+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:29.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[67896]: audit 2024-02-10T08:37:28.674314+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:29.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[67896]: audit 2024-02-10T08:37:28.675132+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:29.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[67896]: audit 2024-02-10T08:37:28.675801+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:29.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[67896]: audit 2024-02-10T08:37:28.676857+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:37:29.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[64561]: audit 2024-02-10T08:37:28.668904+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:29.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[64561]: audit 2024-02-10T08:37:28.672997+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:29.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[64561]: audit 2024-02-10T08:37:28.674314+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:29.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[64561]: audit 2024-02-10T08:37:28.675132+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:29.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[64561]: audit 2024-02-10T08:37:28.675801+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:29.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:29 smithi099 bash[64561]: audit 2024-02-10T08:37:28.676857+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:37:29.769 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:29 smithi179 bash[64586]: audit 2024-02-10T08:37:28.668223+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:29.769 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:29 smithi179 bash[64586]: audit 2024-02-10T08:37:28.668904+0000 mon.a (mon.0) 676 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:29.769 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:29 smithi179 bash[64586]: audit 2024-02-10T08:37:28.672997+0000 mon.a (mon.0) 677 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"cdd1eeda74ab\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 301255884, \"cpu_percentage\": \"3.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706361Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:26:55.363745Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:28:48.308859Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:29.769 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:29 smithi179 bash[64586]: audit 2024-02-10T08:37:28.674314+0000 mon.b (mon.2) 117 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:37:29.769 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:29 smithi179 bash[64586]: audit 2024-02-10T08:37:28.675132+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:37:29.769 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:29 smithi179 bash[64586]: audit 2024-02-10T08:37:28.675801+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:29.769 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:29 smithi179 bash[64586]: audit 2024-02-10T08:37:28.676857+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:37:30.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[67896]: cephadm 2024-02-10T08:37:28.674038+0000 mgr.x (mgr.34598) 27 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-10T08:37:30.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[67896]: cephadm 2024-02-10T08:37:28.676443+0000 mgr.x (mgr.34598) 28 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-02-10T08:37:30.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[67896]: cluster 2024-02-10T08:37:28.955092+0000 mgr.x (mgr.34598) 29 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[64561]: cephadm 2024-02-10T08:37:28.674038+0000 mgr.x (mgr.34598) 27 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-10T08:37:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[64561]: cephadm 2024-02-10T08:37:28.676443+0000 mgr.x (mgr.34598) 28 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-02-10T08:37:30.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[64561]: cluster 2024-02-10T08:37:28.955092+0000 mgr.x (mgr.34598) 29 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:30.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[67896]: audit 2024-02-10T08:37:30.187894+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:30.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[64561]: audit 2024-02-10T08:37:30.187894+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:30.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[67896]: audit 2024-02-10T08:37:30.188706+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:30.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[67896]: audit 2024-02-10T08:37:30.192261+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:30.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[64561]: audit 2024-02-10T08:37:30.188706+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:30.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:30 smithi099 bash[64561]: audit 2024-02-10T08:37:30.192261+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:30.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:30 smithi179 bash[64586]: cephadm 2024-02-10T08:37:28.674038+0000 mgr.x (mgr.34598) 27 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-10T08:37:30.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:30 smithi179 bash[64586]: cephadm 2024-02-10T08:37:28.676443+0000 mgr.x (mgr.34598) 28 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-02-10T08:37:30.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:30 smithi179 bash[64586]: cluster 2024-02-10T08:37:28.955092+0000 mgr.x (mgr.34598) 29 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:30.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:30 smithi179 bash[64586]: audit 2024-02-10T08:37:30.187894+0000 mon.b (mon.2) 121 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:30.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:30 smithi179 bash[64586]: audit 2024-02-10T08:37:30.188706+0000 mon.a (mon.0) 678 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:37:30.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:30 smithi179 bash[64586]: audit 2024-02-10T08:37:30.192261+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"860eb08f86a1\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 27598520, \"cpu_percentage\": \"0.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537837Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:32:43.926837Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:32:39.818109Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:37:17.538155Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:37:31.419 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:31 smithi099 bash[86940]: ts=2024-02-10T08:37:31.133Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001071372s 2024-02-10T08:37:31.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:31 smithi099 bash[67896]: cephadm 2024-02-10T08:37:30.193548+0000 mgr.x (mgr.34598) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-10T08:37:31.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:31 smithi099 bash[67896]: cephadm 2024-02-10T08:37:30.200856+0000 mgr.x (mgr.34598) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi179 2024-02-10T08:37:31.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:31 smithi099 bash[64561]: cephadm 2024-02-10T08:37:30.193548+0000 mgr.x (mgr.34598) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-10T08:37:31.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:31 smithi099 bash[64561]: cephadm 2024-02-10T08:37:30.200856+0000 mgr.x (mgr.34598) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi179 2024-02-10T08:37:31.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:31 smithi179 bash[64586]: cephadm 2024-02-10T08:37:30.193548+0000 mgr.x (mgr.34598) 30 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-02-10T08:37:31.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:31 smithi179 bash[64586]: cephadm 2024-02-10T08:37:30.200856+0000 mgr.x (mgr.34598) 31 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi179 2024-02-10T08:37:32.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:32 smithi099 bash[64561]: cluster 2024-02-10T08:37:30.955441+0000 mgr.x (mgr.34598) 32 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:32.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:32 smithi099 bash[67896]: cluster 2024-02-10T08:37:30.955441+0000 mgr.x (mgr.34598) 32 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:32.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:32 smithi179 bash[64586]: cluster 2024-02-10T08:37:30.955441+0000 mgr.x (mgr.34598) 32 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:34.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:34 smithi099 bash[64561]: cluster 2024-02-10T08:37:32.956403+0000 mgr.x (mgr.34598) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:34.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:34 smithi099 bash[67896]: cluster 2024-02-10T08:37:32.956403+0000 mgr.x (mgr.34598) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:34.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:34 smithi179 bash[64586]: cluster 2024-02-10T08:37:32.956403+0000 mgr.x (mgr.34598) 33 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:36 smithi099 bash[64561]: cluster 2024-02-10T08:37:34.956791+0000 mgr.x (mgr.34598) 34 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:36 smithi099 bash[67896]: cluster 2024-02-10T08:37:34.956791+0000 mgr.x (mgr.34598) 34 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:36.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:36 smithi179 bash[64586]: cluster 2024-02-10T08:37:34.956791+0000 mgr.x (mgr.34598) 34 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:38.603 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:38 smithi179 bash[64586]: cluster 2024-02-10T08:37:36.957660+0000 mgr.x (mgr.34598) 35 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:38.705 INFO:teuthology.orchestra.run.smithi099.stdout:true 2024-02-10T08:37:38.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:38 smithi099 bash[64561]: cluster 2024-02-10T08:37:36.957660+0000 mgr.x (mgr.34598) 35 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:38 smithi099 bash[67896]: cluster 2024-02-10T08:37:36.957660+0000 mgr.x (mgr.34598) 35 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.a smithi099 starting - - - - 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.a smithi179 running (5m) 21s ago 5m 27.9M - 6.6.2 87a51ecf0b1c 1215b5d6a0ff 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.x smithi179 running (51s) 21s ago 8m 415M - 16.2.14-521-g0e714d9a 1fbc92c859dc d46bc27dbaca 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.y smithi099 running (10m) 23s ago 10m 287M - 15.2.0 204a01f9b0b6 cdd1eeda74ab 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:mon.a smithi099 running (10m) 23s ago 10m 79.7M 2048M 15.2.0 204a01f9b0b6 45626c14b7f8 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:mon.b smithi179 running (9m) 21s ago 9m 89.5M 2048M 15.2.0 204a01f9b0b6 42fa464025e4 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:mon.c smithi099 running (9m) 23s ago 9m 89.8M 2048M 15.2.0 204a01f9b0b6 87539d277a32 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.a smithi099 running (5m) 23s ago 5m 12.8M - 1.7.0 72c9c2088986 d3765b06c9d9 2024-02-10T08:37:39.314 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.b smithi179 running (5m) 21s ago 5m 12.8M - 1.7.0 72c9c2088986 d30851658b8a 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi099 running (8m) 23s ago 8m 42.8M 4096M 15.2.0 204a01f9b0b6 275a4c69a139 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (8m) 23s ago 8m 42.7M 4096M 15.2.0 204a01f9b0b6 27a80ff99135 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi099 running (7m) 23s ago 7m 40.0M 4096M 15.2.0 204a01f9b0b6 8328eabaac48 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (7m) 23s ago 7m 44.0M 4096M 15.2.0 204a01f9b0b6 6901820efc3d 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi179 running (7m) 21s ago 7m 46.0M 4096M 15.2.0 204a01f9b0b6 40b4077a032d 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi179 running (6m) 21s ago 6m 45.4M 4096M 15.2.0 204a01f9b0b6 321aaea056f0 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi179 running (6m) 21s ago 6m 42.9M 4096M 15.2.0 204a01f9b0b6 3b8bf30b9814 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi179 running (6m) 21s ago 6m 42.4M 4096M 15.2.0 204a01f9b0b6 5c7fd88920d2 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.a smithi179 running (4m) 21s ago 5m 26.3M - 2.49.1 2a72b385beaf 860eb08f86a1 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi099.wcvjcd smithi099 running (4m) 23s ago 4m 35.5M - 15.2.0 204a01f9b0b6 01bfcbedd222 2024-02-10T08:37:39.315 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi179.txupur smithi179 running (4m) 21s ago 4m 35.6M - 15.2.0 204a01f9b0b6 6abfee6cb5f5 2024-02-10T08:37:39.435 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[86940]: ts=2024-02-10T08:37:39.134Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002559537s 2024-02-10T08:37:39.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.303907+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.304345+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.304671+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.304989+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.305312+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.305610+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.307434+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.307770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.308087+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.308393+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[64586]: audit 2024-02-10T08:37:39.308691+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.683 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: "mon": { 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr": { 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: "osd": { 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:37:39.684 INFO:teuthology.orchestra.run.smithi099.stdout: "mds": {}, 2024-02-10T08:37:39.685 INFO:teuthology.orchestra.run.smithi099.stdout: "rgw": { 2024-02-10T08:37:39.685 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:37:39.685 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:37:39.685 INFO:teuthology.orchestra.run.smithi099.stdout: "overall": { 2024-02-10T08:37:39.685 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-02-10T08:37:39.685 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T08:37:39.685 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:37:39.685 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.303907+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.304345+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.304671+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.304989+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.305312+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.305610+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.307434+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.307770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.308087+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.308393+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[64561]: audit 2024-02-10T08:37:39.308691+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.303907+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.304345+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.304671+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.304989+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.305312+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.305610+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.307434+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:37:39.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.307770+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.308087+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.308393+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:39 smithi099 bash[67896]: audit 2024-02-10T08:37:39.308691+0000 mon.b (mon.2) 132 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:37:39.990 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:37:39.990 INFO:teuthology.orchestra.run.smithi099.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1", 2024-02-10T08:37:39.991 INFO:teuthology.orchestra.run.smithi099.stdout: "in_progress": true, 2024-02-10T08:37:39.991 INFO:teuthology.orchestra.run.smithi099.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:37:39.991 INFO:teuthology.orchestra.run.smithi099.stdout: "services_complete": [], 2024-02-10T08:37:39.991 INFO:teuthology.orchestra.run.smithi099.stdout: "progress": "", 2024-02-10T08:37:39.991 INFO:teuthology.orchestra.run.smithi099.stdout: "message": "", 2024-02-10T08:37:39.991 INFO:teuthology.orchestra.run.smithi099.stdout: "is_paused": false 2024-02-10T08:37:39.991 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:37:40.098 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 systemd[1]: Stopping Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.834Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.834Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.834Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.834Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.834Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.834Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.834Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.834Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.835Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.835Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.835Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-02-10T08:37:40.099 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:39 smithi179 bash[75383]: ts=2024-02-10T08:37:39.835Z caller=main.go:1183 level=info msg="See you next time!" 2024-02-10T08:37:40.390 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 podman[79896]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-prometheus.a 2024-02-10T08:37:40.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[64561]: audit 2024-02-10T08:37:38.693833+0000 mgr.x (mgr.34598) 36 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[64561]: cluster 2024-02-10T08:37:38.958161+0000 mgr.x (mgr.34598) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[64561]: audit 2024-02-10T08:37:39.002612+0000 mgr.x (mgr.34598) 38 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[64561]: audit 2024-02-10T08:37:39.301774+0000 mgr.x (mgr.34598) 39 : audit [DBG] from='client.24757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[64561]: audit 2024-02-10T08:37:39.683837+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.99:0/2248374959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[67896]: audit 2024-02-10T08:37:38.693833+0000 mgr.x (mgr.34598) 36 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[67896]: cluster 2024-02-10T08:37:38.958161+0000 mgr.x (mgr.34598) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[67896]: audit 2024-02-10T08:37:39.002612+0000 mgr.x (mgr.34598) 38 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[67896]: audit 2024-02-10T08:37:39.301774+0000 mgr.x (mgr.34598) 39 : audit [DBG] from='client.24757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:40 smithi099 bash[67896]: audit 2024-02-10T08:37:39.683837+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.99:0/2248374959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:40.861 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:40 smithi179 bash[64586]: audit 2024-02-10T08:37:38.693833+0000 mgr.x (mgr.34598) 36 : audit [DBG] from='client.24745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.862 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:40 smithi179 bash[64586]: cluster 2024-02-10T08:37:38.958161+0000 mgr.x (mgr.34598) 37 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:40.862 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:40 smithi179 bash[64586]: audit 2024-02-10T08:37:39.002612+0000 mgr.x (mgr.34598) 38 : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.862 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:40 smithi179 bash[64586]: audit 2024-02-10T08:37:39.301774+0000 mgr.x (mgr.34598) 39 : audit [DBG] from='client.24757 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:40.862 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:40 smithi179 bash[64586]: audit 2024-02-10T08:37:39.683837+0000 mon.a (mon.0) 680 : audit [DBG] from='client.? 172.21.15.99:0/2248374959' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:37:40.862 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Succeeded. 2024-02-10T08:37:40.862 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: Stopped Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:37:40.862 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Found left-over process 75398 (conmon) in control group while starting unit. Ignoring. 2024-02-10T08:37:40.862 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Found left-over process 79916 (podman) in control group while starting unit. Ignoring. 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: Starting Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 podman[79935]: Error: no container with ID or name "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-prometheus.a" found: no such container 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Found left-over process 75398 (conmon) in control group while starting unit. Ignoring. 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service: Found left-over process 79916 (podman) in control group while starting unit. Ignoring. 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: This usually indicates unclean termination of a previous run, or service implementation deficiencies. 2024-02-10T08:37:40.863 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:40 smithi179 systemd[1]: Started Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.063Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.063Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.063Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.063Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi179 (none))" 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.063Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.063Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.064Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.065Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.067Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.067Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-02-10T08:37:41.391 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.068Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.068Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.771µs 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.068Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.068Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.078Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.078Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.078Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=41.463µs wal_replay_duration=9.611883ms wbl_replay_duration=154ns total_replay_duration=9.67682ms 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.080Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.080Z caller=main.go:1063 level=info msg="TSDB started" 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.080Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.093Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=13.275133ms db_storage=788ns remote_storage=989ns web_handler=410ns query_engine=623ns scrape=512.434µs scrape_sd=25.701µs notify=25.6µs notify_sd=13.67µs rules=12.47485ms tracing=7.208µs 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.093Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-02-10T08:37:41.392 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[79948]: ts=2024-02-10T08:37:41.093Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-02-10T08:37:41.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:39.990441+0000 mgr.x (mgr.34598) 40 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:41.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:39.990441+0000 mgr.x (mgr.34598) 40 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:41.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.554331+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:41.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.554331+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:41.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.554823+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:41.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.554823+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:41.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.557670+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:41.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.562479+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:37:41.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.562813+0000 mgr.x (mgr.34598) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:37:41.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.563666+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:37:41.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.557670+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:41.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.562479+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:37:41.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.562813+0000 mgr.x (mgr.34598) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:37:41.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.563666+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:37:41.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.563988+0000 mgr.x (mgr.34598) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:37:41.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.564246+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-10T08:37:41.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.564731+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.567741+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.576040+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.576505+0000 mgr.x (mgr.34598) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.579876+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.580185+0000 mgr.x (mgr.34598) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.580410+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.580805+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: audit 2024-02-10T08:37:40.583975+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[64561]: cephadm 2024-02-10T08:37:40.585809+0000 mgr.x (mgr.34598) 45 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.563988+0000 mgr.x (mgr.34598) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.564246+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.564731+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-10T08:37:41.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.567741+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-02-10T08:37:41.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.576040+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:37:41.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.576505+0000 mgr.x (mgr.34598) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:37:41.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.579876+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:37:41.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.580185+0000 mgr.x (mgr.34598) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:37:41.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.580410+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-10T08:37:41.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.580805+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-10T08:37:41.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: audit 2024-02-10T08:37:40.583975+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-02-10T08:37:41.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:41 smithi099 bash[67896]: cephadm 2024-02-10T08:37:40.585809+0000 mgr.x (mgr.34598) 45 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:37:41.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:39.990441+0000 mgr.x (mgr.34598) 40 : audit [DBG] from='client.14874 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:37:41.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.554331+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:41.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.554823+0000 mon.a (mon.0) 681 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.557670+0000 mon.a (mon.0) 682 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 93847552, \"cpu_percentage\": \"1.00%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537377Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 435263897, \"cpu_percentage\": \"28.84%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:37:17.537533Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48255467, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537600Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47678750, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537661Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45036339, \"cpu_percentage\": \"0.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537719Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44553994, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537778Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"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\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13495173, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537897Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29255270, \"cpu_percentage\": \"0.48%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.537954Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37381734, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:17.538012Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.562479+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.562813+0000 mgr.x (mgr.34598) 41 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.563666+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.563988+0000 mgr.x (mgr.34598) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi099.front.sepia.ceph.com:9093"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.564246+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.564731+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.567741+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi099.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.576040+0000 mon.b (mon.2) 137 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.576505+0000 mgr.x (mgr.34598) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.579876+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:37:41.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.580185+0000 mgr.x (mgr.34598) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi179.front.sepia.ceph.com:9095"}]: dispatch 2024-02-10T08:37:41.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.580410+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-10T08:37:41.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.580805+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-02-10T08:37:41.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: audit 2024-02-10T08:37:40.583975+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi179.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-02-10T08:37:41.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:41 smithi179 bash[64586]: cephadm 2024-02-10T08:37:40.585809+0000 mgr.x (mgr.34598) 45 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1 2024-02-10T08:37:42.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:42 smithi179 bash[64586]: cluster 2024-02-10T08:37:40.958468+0000 mgr.x (mgr.34598) 46 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:42.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:42 smithi179 bash[64586]: audit 2024-02-10T08:37:42.578242+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:42.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:42 smithi179 bash[64586]: audit 2024-02-10T08:37:42.578741+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:42.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:42 smithi179 bash[64586]: audit 2024-02-10T08:37:42.581503+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:42.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:42 smithi099 bash[67896]: cluster 2024-02-10T08:37:40.958468+0000 mgr.x (mgr.34598) 46 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:42.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:42 smithi099 bash[67896]: audit 2024-02-10T08:37:42.578242+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:42.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:42 smithi099 bash[67896]: audit 2024-02-10T08:37:42.578741+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:42.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:42 smithi099 bash[67896]: audit 2024-02-10T08:37:42.581503+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:42.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:42 smithi099 bash[64561]: cluster 2024-02-10T08:37:40.958468+0000 mgr.x (mgr.34598) 46 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:42.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:42 smithi099 bash[64561]: audit 2024-02-10T08:37:42.578242+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:42.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:42 smithi099 bash[64561]: audit 2024-02-10T08:37:42.578741+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:42.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:42 smithi099 bash[64561]: audit 2024-02-10T08:37:42.581503+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"progress_id\": \"755875af-f600-4865-8384-9bca3c0122e4\", \"target_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"target_version\": \"16.2.14-521-g0e714d9a\", \"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 2024-02-10T08:37:43.687 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[67896]: cephadm 2024-02-10T08:37:42.582591+0000 mgr.x (mgr.34598) 47 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-10T08:37:43.687 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[67896]: cephadm 2024-02-10T08:37:42.582709+0000 mgr.x (mgr.34598) 48 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-10T08:37:43.687 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[67896]: audit 2024-02-10T08:37:42.584185+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:43.687 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[67896]: audit 2024-02-10T08:37:42.591297+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:37:43.687 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[67896]: audit 2024-02-10T08:37:42.591659+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:37:43.687 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[67896]: audit 2024-02-10T08:37:42.594386+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-02-10T08:37:43.687 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[67896]: cephadm 2024-02-10T08:37:42.597219+0000 mgr.x (mgr.34598) 49 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:37:43.687 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[67896]: cephadm 2024-02-10T08:37:42.597704+0000 mgr.x (mgr.34598) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:37:43.688 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[64561]: cephadm 2024-02-10T08:37:42.582591+0000 mgr.x (mgr.34598) 47 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-10T08:37:43.688 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[64561]: cephadm 2024-02-10T08:37:42.582709+0000 mgr.x (mgr.34598) 48 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-10T08:37:43.688 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[64561]: audit 2024-02-10T08:37:42.584185+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:43.688 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[64561]: audit 2024-02-10T08:37:42.591297+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:37:43.688 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[64561]: audit 2024-02-10T08:37:42.591659+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:37:43.688 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[64561]: audit 2024-02-10T08:37:42.594386+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-02-10T08:37:43.688 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[64561]: cephadm 2024-02-10T08:37:42.597219+0000 mgr.x (mgr.34598) 49 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:37:43.688 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:43 smithi099 bash[64561]: cephadm 2024-02-10T08:37:42.597704+0000 mgr.x (mgr.34598) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:37:43.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:43 smithi179 bash[64586]: cephadm 2024-02-10T08:37:42.582591+0000 mgr.x (mgr.34598) 47 : cephadm [INF] Upgrade: Target is version 16.2.14-521-g0e714d9a (pacific) 2024-02-10T08:37:43.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:43 smithi179 bash[64586]: cephadm 2024-02-10T08:37:42.582709+0000 mgr.x (mgr.34598) 48 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc, digests ['quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc'] 2024-02-10T08:37:43.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:43 smithi179 bash[64586]: audit 2024-02-10T08:37:42.584185+0000 mon.b (mon.2) 141 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:43.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:43 smithi179 bash[64586]: audit 2024-02-10T08:37:42.591297+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:37:43.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:43 smithi179 bash[64586]: audit 2024-02-10T08:37:42.591659+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:37:43.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:43 smithi179 bash[64586]: audit 2024-02-10T08:37:42.594386+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-02-10T08:37:43.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:43 smithi179 bash[64586]: cephadm 2024-02-10T08:37:42.597219+0000 mgr.x (mgr.34598) 49 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:37:43.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:43 smithi179 bash[64586]: cephadm 2024-02-10T08:37:42.597704+0000 mgr.x (mgr.34598) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:37:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: cluster 2024-02-10T08:37:42.959256+0000 mgr.x (mgr.34598) 51 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: audit 2024-02-10T08:37:44.069461+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]: dispatch 2024-02-10T08:37:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: audit 2024-02-10T08:37:44.069906+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]: dispatch 2024-02-10T08:37:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: audit 2024-02-10T08:37:44.073410+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]': finished 2024-02-10T08:37:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: audit 2024-02-10T08:37:44.076691+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:37:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: audit 2024-02-10T08:37:44.076938+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:37:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: audit 2024-02-10T08:37:44.077735+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:37:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: audit 2024-02-10T08:37:44.078652+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:44.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:44 smithi179 bash[64586]: audit 2024-02-10T08:37:44.079801+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: cluster 2024-02-10T08:37:42.959256+0000 mgr.x (mgr.34598) 51 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: audit 2024-02-10T08:37:44.069461+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]: dispatch 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: audit 2024-02-10T08:37:44.069906+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]: dispatch 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: audit 2024-02-10T08:37:44.073410+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]': finished 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: audit 2024-02-10T08:37:44.076691+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: audit 2024-02-10T08:37:44.076938+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: audit 2024-02-10T08:37:44.077735+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: audit 2024-02-10T08:37:44.078652+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[64561]: audit 2024-02-10T08:37:44.079801+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: cluster 2024-02-10T08:37:42.959256+0000 mgr.x (mgr.34598) 51 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: audit 2024-02-10T08:37:44.069461+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]: dispatch 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: audit 2024-02-10T08:37:44.069906+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]: dispatch 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: audit 2024-02-10T08:37:44.073410+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr.y"}]': finished 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: audit 2024-02-10T08:37:44.076691+0000 mon.b (mon.2) 144 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: audit 2024-02-10T08:37:44.076938+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: audit 2024-02-10T08:37:44.077735+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: audit 2024-02-10T08:37:44.078652+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:37:44.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:44 smithi099 bash[67896]: audit 2024-02-10T08:37:44.079801+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-10T08:37:45.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:45 smithi179 bash[64586]: cephadm 2024-02-10T08:37:44.068987+0000 mgr.x (mgr.34598) 52 : cephadm [INF] Upgrade: Updating mgr.y 2024-02-10T08:37:45.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:45 smithi179 bash[64586]: cephadm 2024-02-10T08:37:44.079337+0000 mgr.x (mgr.34598) 53 : cephadm [INF] Deploying daemon mgr.y on smithi099 2024-02-10T08:37:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:45 smithi099 bash[64561]: cephadm 2024-02-10T08:37:44.068987+0000 mgr.x (mgr.34598) 52 : cephadm [INF] Upgrade: Updating mgr.y 2024-02-10T08:37:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:45 smithi099 bash[64561]: cephadm 2024-02-10T08:37:44.079337+0000 mgr.x (mgr.34598) 53 : cephadm [INF] Deploying daemon mgr.y on smithi099 2024-02-10T08:37:45.974 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:45 smithi099 systemd[1]: Stopping Ceph mgr.y for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:37:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:45 smithi099 bash[67896]: cephadm 2024-02-10T08:37:44.068987+0000 mgr.x (mgr.34598) 52 : cephadm [INF] Upgrade: Updating mgr.y 2024-02-10T08:37:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:45 smithi099 bash[67896]: cephadm 2024-02-10T08:37:44.079337+0000 mgr.x (mgr.34598) 53 : cephadm [INF] Deploying daemon mgr.y on smithi099 2024-02-10T08:37:46.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:46 smithi179 bash[64586]: cluster 2024-02-10T08:37:44.959611+0000 mgr.x (mgr.34598) 54 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:46.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:46 smithi099 bash[64561]: cluster 2024-02-10T08:37:44.959611+0000 mgr.x (mgr.34598) 54 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:46.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:46 smithi099 bash[67896]: cluster 2024-02-10T08:37:44.959611+0000 mgr.x (mgr.34598) 54 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:48.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:48 smithi179 bash[64586]: cluster 2024-02-10T08:37:46.960378+0000 mgr.x (mgr.34598) 55 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:48.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:48 smithi099 bash[64561]: cluster 2024-02-10T08:37:46.960378+0000 mgr.x (mgr.34598) 55 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:48.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:48 smithi099 bash[67896]: cluster 2024-02-10T08:37:46.960378+0000 mgr.x (mgr.34598) 55 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:50.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:50 smithi179 bash[64586]: cluster 2024-02-10T08:37:48.960877+0000 mgr.x (mgr.34598) 56 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:50.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:50 smithi099 bash[67896]: cluster 2024-02-10T08:37:48.960877+0000 mgr.x (mgr.34598) 56 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:50.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:50 smithi099 bash[64561]: cluster 2024-02-10T08:37:48.960877+0000 mgr.x (mgr.34598) 56 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:52.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:52 smithi179 bash[64586]: cluster 2024-02-10T08:37:50.961485+0000 mgr.x (mgr.34598) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:52 smithi099 bash[64561]: cluster 2024-02-10T08:37:50.961485+0000 mgr.x (mgr.34598) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:52.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:52 smithi099 bash[67896]: cluster 2024-02-10T08:37:50.961485+0000 mgr.x (mgr.34598) 57 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:54.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:54 smithi179 bash[64586]: cluster 2024-02-10T08:37:52.962228+0000 mgr.x (mgr.34598) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:54.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:54 smithi099 bash[64561]: cluster 2024-02-10T08:37:52.962228+0000 mgr.x (mgr.34598) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:54 smithi099 bash[67896]: cluster 2024-02-10T08:37:52.962228+0000 mgr.x (mgr.34598) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:56.079 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:55 smithi099 bash[87439]: time="2024-02-10T08:37:55Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2024-02-10T08:37:56.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:56 smithi179 bash[64586]: cluster 2024-02-10T08:37:54.962630+0000 mgr.x (mgr.34598) 59 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:56.972 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:56 smithi099 bash[64561]: cluster 2024-02-10T08:37:54.962630+0000 mgr.x (mgr.34598) 59 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:56.973 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:56 smithi099 bash[87439]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.y 2024-02-10T08:37:56.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:56 smithi099 bash[67896]: cluster 2024-02-10T08:37:54.962630+0000 mgr.x (mgr.34598) 59 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:57.456 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:57 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-02-10T08:37:57.722 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:57 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-02-10T08:37:57.723 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:57 smithi099 systemd[1]: Stopped Ceph mgr.y for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:37:57.723 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:57 smithi099 systemd[1]: Starting Ceph mgr.y for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:37:58.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:37:58.150+0000 7f972faa6700 1 -- 172.21.15.99:0/3121937844 <== mon.1 v2:172.21.15.99:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ed21e044e0 con 0x55ed21dd9400 2024-02-10T08:37:58.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[87636]: 625ac6fb2c83334d1bae44d3aab54d65c9dafc39ae89255f312c7570e7ea8530 2024-02-10T08:37:58.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:58 smithi099 systemd[1]: Started Ceph mgr.y for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:37:58.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:37:58.275+0000 7f97400a2680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T08:37:58.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:37:58.362+0000 7f97400a2680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T08:37:58.885 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: cluster 2024-02-10T08:37:56.963599+0000 mgr.x (mgr.34598) 60 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:58.886 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.287026+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.886 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.287772+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.290714+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:58.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.292198+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:58.887 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.294414+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:58.888 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.535210+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.536064+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.539130+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:58.889 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:37:58 smithi179 bash[64586]: audit 2024-02-10T08:37:58.540387+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:58.973 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:37:58.761+0000 7f97400a2680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T08:37:58.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: cluster 2024-02-10T08:37:56.963599+0000 mgr.x (mgr.34598) 60 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:58.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: cluster 2024-02-10T08:37:56.963599+0000 mgr.x (mgr.34598) 60 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:37:58.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.287026+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.287026+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.287772+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.290714+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:58.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.292198+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:58.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.294414+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:58.977 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.287772+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.535210+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.977 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.536064+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.539130+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:58.978 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[64561]: audit 2024-02-10T08:37:58.540387+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:58.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.290714+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:27:22.966389Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:58.978 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.292198+0000 mon.b (mon.2) 149 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:37:58.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.294414+0000 mon.b (mon.2) 150 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:58.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.535210+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.536064+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:37:58.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.539130+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 83644907, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706156Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 94235525, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706446Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44889538, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706509Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44826624, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706572Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42026926, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706637Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46137344, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706715Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13484687, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706775Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37297848, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:37:15.706913Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:37:58.979 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:37:58 smithi099 bash[67896]: audit 2024-02-10T08:37:58.540387+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:37:59.722 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:37:59.567+0000 7f97400a2680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T08:37:59.722 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:37:59.652+0000 7f97400a2680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T08:38:00.222 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:37:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:37:59.875+0000 7f97400a2680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T08:38:00.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:00 smithi179 bash[64586]: cluster 2024-02-10T08:37:58.963967+0000 mgr.x (mgr.34598) 61 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:00.926 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:00 smithi099 bash[64561]: cluster 2024-02-10T08:37:58.963967+0000 mgr.x (mgr.34598) 61 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:00.927 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:00 smithi099 bash[67896]: cluster 2024-02-10T08:37:58.963967+0000 mgr.x (mgr.34598) 61 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:01.187 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:00.925+0000 7f97400a2680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T08:38:01.187 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:01.099+0000 7f97400a2680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:01.472 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:01.186+0000 7f97400a2680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:01.472 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:01.283+0000 7f97400a2680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T08:38:01.777 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:01.484+0000 7f97400a2680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T08:38:01.777 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:01.775+0000 7f97400a2680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T08:38:01.777 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[64561]: audit 2024-02-10T08:38:00.988753+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:38:01.777 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[64561]: audit 2024-02-10T08:38:00.988938+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.777 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[64561]: audit 2024-02-10T08:38:00.989075+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:38:01.777 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[64561]: audit 2024-02-10T08:38:00.989171+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[64561]: audit 2024-02-10T08:38:00.989207+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[64561]: audit 2024-02-10T08:38:00.989558+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[64561]: audit 2024-02-10T08:38:00.989717+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[64561]: audit 2024-02-10T08:38:00.989860+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[67896]: audit 2024-02-10T08:38:00.988753+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[67896]: audit 2024-02-10T08:38:00.988938+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[67896]: audit 2024-02-10T08:38:00.989075+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[67896]: audit 2024-02-10T08:38:00.989171+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[67896]: audit 2024-02-10T08:38:00.989207+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[67896]: audit 2024-02-10T08:38:00.989558+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[67896]: audit 2024-02-10T08:38:00.989717+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:38:01.778 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:01 smithi099 bash[67896]: audit 2024-02-10T08:38:00.989860+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:01 smithi179 bash[64586]: audit 2024-02-10T08:38:00.988753+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:38:01.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:01 smithi179 bash[64586]: audit 2024-02-10T08:38:00.988938+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:01 smithi179 bash[64586]: audit 2024-02-10T08:38:00.989075+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:38:01.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:01 smithi179 bash[64586]: audit 2024-02-10T08:38:00.989171+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:38:01.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:01 smithi179 bash[64586]: audit 2024-02-10T08:38:00.989207+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:01 smithi179 bash[64586]: audit 2024-02-10T08:38:00.989558+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.2", "id": [1, 2]}]: dispatch 2024-02-10T08:38:01.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:01 smithi179 bash[64586]: audit 2024-02-10T08:38:00.989717+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.4", "id": [1, 5]}]: dispatch 2024-02-10T08:38:01.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:01 smithi179 bash[64586]: audit 2024-02-10T08:38:00.989860+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-02-10T08:38:02.222 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:01.874+0000 7f97400a2680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:02.716 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:02 smithi099 bash[64561]: cluster 2024-02-10T08:38:00.964519+0000 mgr.x (mgr.34598) 62 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:02.716 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:02 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:02.629+0000 7f97400a2680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T08:38:02.716 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:02 smithi099 bash[67896]: cluster 2024-02-10T08:38:00.964519+0000 mgr.x (mgr.34598) 62 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:02.972 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:02 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:02.714+0000 7f97400a2680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T08:38:02.973 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:02 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:02.810+0000 7f97400a2680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T08:38:03.047 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:02 smithi179 bash[64586]: cluster 2024-02-10T08:38:00.964519+0000 mgr.x (mgr.34598) 62 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:03.263 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:02 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:02.989+0000 7f97400a2680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T08:38:03.535 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:03.262+0000 7f97400a2680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T08:38:03.535 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:03.394+0000 7f97400a2680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T08:38:03.799 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:03.533+0000 7f97400a2680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:03.799 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:03.711+0000 7f97400a2680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T08:38:03.800 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.148787+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:03.801 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.148787+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:03.801 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.149347+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:03.801 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.149347+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:03.802 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.152167+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:38:03.802 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.152167+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:38:03.803 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.394245+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:03.803 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.394245+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:03.803 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.394847+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:03.804 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.394847+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:03.804 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.399758+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:38:03.804 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.401176+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:03.804 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.401417+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:03.804 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.406047+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:03.804 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.410867+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:03.804 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.411656+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:03.804 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.411913+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.414677+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.414934+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.399758+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.401176+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.401417+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.406047+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.410867+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.411656+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.411913+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.414677+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-10T08:38:03.805 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.414934+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.420822+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' 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 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: cluster 2024-02-10T08:38:03.422758+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.423153+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.423856+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[64561]: audit 2024-02-10T08:38:03.424109+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.420822+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' 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 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: cluster 2024-02-10T08:38:03.422758+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.423153+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.423856+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:38:03.806 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:03 smithi099 bash[67896]: audit 2024-02-10T08:38:03.424109+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:38:04.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.148787+0000 mon.b (mon.2) 157 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:04.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.149347+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:04.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.152167+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95734988, \"cpu_percentage\": \"1.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.146839Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 65116569, \"cpu_percentage\": \"104.78%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:03.146982Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96217333, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147065Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45025853, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147136Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44931481, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147200Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42131783, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147261Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46357544, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147323Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13526630, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147384Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15833497, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147444Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37476106, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.147504Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.147618Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:38:04.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.394245+0000 mon.b (mon.2) 158 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:04.142 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.394847+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]: dispatch 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.399758+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:03.393119Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:28:01.540772Z\", \"last_client_files\": {}}"}]': finished 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.401176+0000 mon.b (mon.2) 159 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.401417+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.406047+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.410867+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.411656+0000 mon.b (mon.2) 161 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.411913+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.414677+0000 mon.b (mon.2) 162 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.414934+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.420822+0000 mon.b (mon.2) 163 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' 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 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: cluster 2024-02-10T08:38:03.422758+0000 mon.a (mon.0) 710 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.423153+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.34598 ' 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 2024-02-10T08:38:04.143 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.423856+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.34598 172.21.15.179:0/1524576257' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:38:04.144 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:03 smithi179 bash[64586]: audit 2024-02-10T08:38:03.424109+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:38:04.222 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:03.798+0000 7f97400a2680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T08:38:04.410 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[77959]: debug 2024-02-10T08:38:04.408+0000 7fcb6a8e9700 -1 mgr handle_mgr_map I was active but no longer am 2024-02-10T08:38:04.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: cluster 2024-02-10T08:38:02.965349+0000 mgr.x (mgr.34598) 63 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:04.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: cephadm 2024-02-10T08:38:03.412527+0000 mgr.x (mgr.34598) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:38:04.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: cephadm 2024-02-10T08:38:03.412861+0000 mgr.x (mgr.34598) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:38:04.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: cephadm 2024-02-10T08:38:03.414493+0000 mgr.x (mgr.34598) 66 : cephadm [INF] Failing over to other MGR 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: cluster 2024-02-10T08:38:03.813198+0000 mon.a (mon.0) 713 : cluster [INF] Active manager daemon y restarted 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: cluster 2024-02-10T08:38:03.813707+0000 mon.a (mon.0) 714 : cluster [INF] Activating manager daemon y 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: audit 2024-02-10T08:38:03.817313+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: cluster 2024-02-10T08:38:03.817369+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: audit 2024-02-10T08:38:03.817453+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: audit 2024-02-10T08:38:03.817934+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: audit 2024-02-10T08:38:03.819111+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: audit 2024-02-10T08:38:03.819380+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: audit 2024-02-10T08:38:04.409499+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[64561]: cluster 2024-02-10T08:38:04.409558+0000 mon.a (mon.0) 718 : cluster [DBG] mgrmap e20: y(active, starting, since 0.595988s) 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: cluster 2024-02-10T08:38:02.965349+0000 mgr.x (mgr.34598) 63 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:04.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: cephadm 2024-02-10T08:38:03.412527+0000 mgr.x (mgr.34598) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: cephadm 2024-02-10T08:38:03.412861+0000 mgr.x (mgr.34598) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: cephadm 2024-02-10T08:38:03.414493+0000 mgr.x (mgr.34598) 66 : cephadm [INF] Failing over to other MGR 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: cluster 2024-02-10T08:38:03.813198+0000 mon.a (mon.0) 713 : cluster [INF] Active manager daemon y restarted 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: cluster 2024-02-10T08:38:03.813707+0000 mon.a (mon.0) 714 : cluster [INF] Activating manager daemon y 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: audit 2024-02-10T08:38:03.817313+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: cluster 2024-02-10T08:38:03.817369+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: audit 2024-02-10T08:38:03.817453+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: audit 2024-02-10T08:38:03.817934+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: audit 2024-02-10T08:38:03.819111+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: audit 2024-02-10T08:38:03.819380+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: audit 2024-02-10T08:38:04.409499+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-02-10T08:38:04.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:04 smithi099 bash[67896]: cluster 2024-02-10T08:38:04.409558+0000 mon.a (mon.0) 718 : cluster [DBG] mgrmap e20: y(active, starting, since 0.595988s) 2024-02-10T08:38:04.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[77959]: ignoring --setuser ceph since I am not root 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[77959]: ignoring --setgroup ceph since I am not root 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[77959]: debug 2024-02-10T08:38:04.446+0000 7febb0ee0700 1 -- 172.21.15.179:0/1142571896 <== mon.2 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55c19599c4e0 con 0x55c195973400 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[77959]: debug 2024-02-10T08:38:04.565+0000 7febc10be680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[77959]: debug 2024-02-10T08:38:04.645+0000 7febc10be680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: cluster 2024-02-10T08:38:02.965349+0000 mgr.x (mgr.34598) 63 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: cephadm 2024-02-10T08:38:03.412527+0000 mgr.x (mgr.34598) 64 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: cephadm 2024-02-10T08:38:03.412861+0000 mgr.x (mgr.34598) 65 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: cephadm 2024-02-10T08:38:03.414493+0000 mgr.x (mgr.34598) 66 : cephadm [INF] Failing over to other MGR 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: cluster 2024-02-10T08:38:03.813198+0000 mon.a (mon.0) 713 : cluster [INF] Active manager daemon y restarted 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: cluster 2024-02-10T08:38:03.813707+0000 mon.a (mon.0) 714 : cluster [INF] Activating manager daemon y 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: audit 2024-02-10T08:38:03.817313+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: cluster 2024-02-10T08:38:03.817369+0000 mon.a (mon.0) 716 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-10T08:38:04.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: audit 2024-02-10T08:38:03.817453+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-02-10T08:38:04.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: audit 2024-02-10T08:38:03.817934+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:04.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: audit 2024-02-10T08:38:03.819111+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-02-10T08:38:04.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: audit 2024-02-10T08:38:03.819380+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:04.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: audit 2024-02-10T08:38:04.409499+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.34598 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-02-10T08:38:04.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:04 smithi179 bash[64586]: cluster 2024-02-10T08:38:04.409558+0000 mon.a (mon.0) 718 : cluster [DBG] mgrmap e20: y(active, starting, since 0.595988s) 2024-02-10T08:38:05.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:05 smithi179 bash[77959]: debug 2024-02-10T08:38:05.009+0000 7febc10be680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T08:38:06.049 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:05 smithi179 bash[77959]: debug 2024-02-10T08:38:05.752+0000 7febc10be680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T08:38:06.049 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:05 smithi179 bash[77959]: debug 2024-02-10T08:38:05.836+0000 7febc10be680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T08:38:06.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:06 smithi179 bash[77959]: debug 2024-02-10T08:38:06.048+0000 7febc10be680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T08:38:07.275 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:06 smithi179 bash[77959]: debug 2024-02-10T08:38:06.979+0000 7febc10be680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T08:38:07.276 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:07 smithi179 bash[77959]: debug 2024-02-10T08:38:07.106+0000 7febc10be680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:07.276 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:07 smithi179 bash[77959]: debug 2024-02-10T08:38:07.185+0000 7febc10be680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:07.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:07 smithi179 bash[77959]: debug 2024-02-10T08:38:07.274+0000 7febc10be680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T08:38:07.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:07 smithi179 bash[77959]: debug 2024-02-10T08:38:07.469+0000 7febc10be680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T08:38:08.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:07 smithi179 bash[77959]: debug 2024-02-10T08:38:07.748+0000 7febc10be680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T08:38:08.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:07 smithi179 bash[77959]: debug 2024-02-10T08:38:07.846+0000 7febc10be680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:08.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:08 smithi179 bash[77959]: debug 2024-02-10T08:38:08.567+0000 7febc10be680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T08:38:08.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:08 smithi179 bash[77959]: debug 2024-02-10T08:38:08.648+0000 7febc10be680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T08:38:08.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:08 smithi179 bash[77959]: debug 2024-02-10T08:38:08.740+0000 7febc10be680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T08:38:09.174 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:08 smithi179 bash[77959]: debug 2024-02-10T08:38:08.914+0000 7febc10be680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T08:38:09.438 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:09 smithi179 bash[77959]: debug 2024-02-10T08:38:09.173+0000 7febc10be680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T08:38:09.438 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:09 smithi179 bash[77959]: debug 2024-02-10T08:38:09.303+0000 7febc10be680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T08:38:09.692 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:09 smithi179 bash[77959]: debug 2024-02-10T08:38:09.437+0000 7febc10be680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:09.692 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:09 smithi179 bash[77959]: debug 2024-02-10T08:38:09.608+0000 7febc10be680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T08:38:10.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:09 smithi179 bash[77959]: debug 2024-02-10T08:38:09.691+0000 7febc10be680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T08:38:10.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:10 smithi179 bash[64586]: audit 2024-02-10T08:38:09.705612+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:10.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:10 smithi179 bash[64586]: cluster 2024-02-10T08:38:09.705616+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:10.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:10 smithi179 bash[64586]: audit 2024-02-10T08:38:09.705880+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:10.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:10 smithi179 bash[64586]: audit 2024-02-10T08:38:09.706755+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:10.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:10 smithi179 bash[64586]: audit 2024-02-10T08:38:09.706941+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:10.664 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:10 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: [79B blob data] 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:10 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: [80B blob data] 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[64561]: audit 2024-02-10T08:38:09.705612+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[64561]: cluster 2024-02-10T08:38:09.705616+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[64561]: audit 2024-02-10T08:38:09.705880+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[64561]: audit 2024-02-10T08:38:09.706755+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[64561]: audit 2024-02-10T08:38:09.706941+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[67896]: audit 2024-02-10T08:38:09.705612+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[67896]: cluster 2024-02-10T08:38:09.705616+0000 mon.a (mon.0) 719 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:10.665 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[67896]: audit 2024-02-10T08:38:09.705880+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:10.666 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[67896]: audit 2024-02-10T08:38:09.706755+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:10.666 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:10 smithi099 bash[67896]: audit 2024-02-10T08:38:09.706941+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.179:0/684688103' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:11.401 INFO:teuthology.orchestra.run.smithi099.stdout:true 2024-02-10T08:38:11.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: cluster 2024-02-10T08:38:10.368938+0000 mon.a (mon.0) 720 : cluster [DBG] mgrmap e21: y(active, starting, since 6s), standbys: x 2024-02-10T08:38:11.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.372353+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:38:11.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.372556+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:38:11.622 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.410439+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.410554+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.410680+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.412037+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.412300+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.412467+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.412645+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.412819+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.413031+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.413243+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.413431+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.413627+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.413863+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.414308+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:38:11.623 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.415147+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.415836+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.416114+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.416372+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.416607+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.416858+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.417088+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.417336+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.417572+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.417803+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.418013+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.418217+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.418432+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.418646+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:38:11.624 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.418858+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.419072+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.419279+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.419490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.419701+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.419913+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.420123+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.420339+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.420559+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.420787+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: cluster 2024-02-10T08:38:10.447193+0000 mon.a (mon.0) 721 : cluster [INF] Manager daemon y is now available 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: cephadm 2024-02-10T08:38:10.456838+0000 mgr.y (mgr.24775) 1 : cephadm [INF] inventory: adjusted host smithi179 addr 'smithi179' -> '172.21.15.179' 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.457209+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.457522+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.460360+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-10T08:38:11.625 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.549183+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:11.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.550374+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:11.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.593987+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:11.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.594347+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:11.626 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.597224+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:11.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.597486+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:11.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:10.757001+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:11.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:11.000328+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:11.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:11.001152+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:11.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:11.004331+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:11.627 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:11 smithi179 bash[64586]: audit 2024-02-10T08:38:11.008864+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: cluster 2024-02-10T08:38:10.368938+0000 mon.a (mon.0) 720 : cluster [DBG] mgrmap e21: y(active, starting, since 6s), standbys: x 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.372353+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.372556+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.410439+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.410554+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.410680+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.412037+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.412300+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.412467+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.412645+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.412819+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.413031+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:38:11.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.413243+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.413431+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.413627+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.413863+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.414308+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.415147+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.415836+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: cluster 2024-02-10T08:38:10.368938+0000 mon.a (mon.0) 720 : cluster [DBG] mgrmap e21: y(active, starting, since 6s), standbys: x 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.372353+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:38:11.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.372556+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.? 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.410439+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.410554+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.410680+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.412037+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.412300+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.412467+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.412645+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.412819+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.413031+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.413243+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.413431+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.413627+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.413863+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.414308+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.415147+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:38:11.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.415836+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.416114+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.416372+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.416607+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.416858+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.417088+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.417336+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.417572+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.417803+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.418013+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.418217+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.418432+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.418646+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.418858+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.419072+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:38:11.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.419279+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.419490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.416114+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.416372+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.416607+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.416858+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.417088+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.417336+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.417572+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.417803+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:38:11.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.418013+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.418217+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.418432+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.418646+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.418858+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.419072+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.419279+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.419490+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.419701+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.419913+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.420123+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:38:11.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.420339+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.420559+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.420787+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: cluster 2024-02-10T08:38:10.447193+0000 mon.a (mon.0) 721 : cluster [INF] Manager daemon y is now available 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: cephadm 2024-02-10T08:38:10.456838+0000 mgr.y (mgr.24775) 1 : cephadm [INF] inventory: adjusted host smithi179 addr 'smithi179' -> '172.21.15.179' 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.457209+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.457522+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.460360+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.549183+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.550374+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.593987+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:11.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.594347+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.419701+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.419913+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.420123+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.420339+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.420559+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.420787+0000 mon.c (mon.1) 66 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: cluster 2024-02-10T08:38:10.447193+0000 mon.a (mon.0) 721 : cluster [INF] Manager daemon y is now available 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: cephadm 2024-02-10T08:38:10.456838+0000 mgr.y (mgr.24775) 1 : cephadm [INF] inventory: adjusted host smithi179 addr 'smithi179' -> '172.21.15.179' 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.457209+0000 mon.c (mon.1) 67 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.457522+0000 mon.a (mon.0) 722 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.460360+0000 mon.a (mon.0) 723 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi099\": {\"hostname\": \"smithi099\", \"addr\": \"172.21.15.99\", \"labels\": [], \"status\": \"\"}, \"smithi179\": {\"hostname\": \"smithi179\", \"addr\": \"172.21.15.179\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.549183+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.550374+0000 mon.c (mon.1) 69 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.593987+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:11.730 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.594347+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:11.731 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.597224+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:11.731 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.597486+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:11.731 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:10.757001+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:11.731 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.597224+0000 mon.c (mon.1) 71 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:11.731 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.597486+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:11.731 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:10.757001+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:11.732 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:11.000328+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:11.732 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:11.001152+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:11.732 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:11.000328+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:11.733 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:11.004331+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:11.733 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[67896]: audit 2024-02-10T08:38:11.008864+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:11.733 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:11.001152+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:11.733 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:11.004331+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95829360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392373Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 442918502, \"cpu_percentage\": \"11.21%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48465182, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392575Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47836037, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392637Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45214597, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392698Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 44742737, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392757Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 34718351, \"cpu_percentage\": \"1.20%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392817Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13736345, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392875Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29769072, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392934Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 37539020, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:03.392992Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:11.733 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:11 smithi099 bash[64561]: audit 2024-02-10T08:38:11.008864+0000 mon.c (mon.1) 74 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:12.096 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:38:12.096 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.a smithi099 running (43s) 8s ago 6m 15.0M - 0.26.0 9f27df16978d 942ed0d3860b 2024-02-10T08:38:12.096 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.a smithi179 running (5m) 8s ago 5m 28.3M - 6.6.2 87a51ecf0b1c 1215b5d6a0ff 2024-02-10T08:38:12.096 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.x smithi179 running (84s) 8s ago 9m 422M - 16.2.14-521-g0e714d9a 1fbc92c859dc d46bc27dbaca 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.y smithi099 *:8443 running (14s) 8s ago 11m 62.0M - 16.2.14-521-g0e714d9a 1fbc92c859dc 625ac6fb2c83 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:mon.a smithi099 running (11m) 8s ago 11m 91.2M 2048M 15.2.0 204a01f9b0b6 45626c14b7f8 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:mon.b smithi179 running (9m) 8s ago 9m 91.3M 2048M 15.2.0 204a01f9b0b6 42fa464025e4 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:mon.c smithi099 running (9m) 8s ago 9m 91.7M 2048M 15.2.0 204a01f9b0b6 87539d277a32 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.a smithi099 running (6m) 8s ago 6m 12.9M - 1.7.0 72c9c2088986 d3765b06c9d9 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.b smithi179 running (6m) 8s ago 6m 13.0M - 1.7.0 72c9c2088986 d30851658b8a 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi099 running (9m) 8s ago 9m 42.9M 4096M 15.2.0 204a01f9b0b6 275a4c69a139 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (8m) 8s ago 8m 42.8M 4096M 15.2.0 204a01f9b0b6 27a80ff99135 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi099 running (8m) 8s ago 8m 40.1M 4096M 15.2.0 204a01f9b0b6 8328eabaac48 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (8m) 8s ago 8m 44.2M 4096M 15.2.0 204a01f9b0b6 6901820efc3d 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi179 running (7m) 8s ago 7m 46.2M 4096M 15.2.0 204a01f9b0b6 40b4077a032d 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi179 running (7m) 8s ago 7m 45.6M 4096M 15.2.0 204a01f9b0b6 321aaea056f0 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi179 running (7m) 8s ago 7m 43.1M 4096M 15.2.0 204a01f9b0b6 3b8bf30b9814 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi179 running (6m) 8s ago 6m 42.6M 4096M 15.2.0 204a01f9b0b6 5c7fd88920d2 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.a smithi179 running (31s) 8s ago 6m 33.1M - 2.49.1 2a72b385beaf 57a48cf78cbe 2024-02-10T08:38:12.097 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi099.wcvjcd smithi099 running (4m) 8s ago 4m 35.7M - 15.2.0 204a01f9b0b6 01bfcbedd222 2024-02-10T08:38:12.098 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi179.txupur smithi179 running (4m) 8s ago 4m 35.7M - 15.2.0 204a01f9b0b6 6abfee6cb5f5 2024-02-10T08:38:12.418 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:38:12.418 INFO:teuthology.orchestra.run.smithi099.stdout: "mon": { 2024-02-10T08:38:12.418 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-02-10T08:38:12.418 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr": { 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "osd": { 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "mds": {}, 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "rgw": { 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "overall": { 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:38:12.419 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:38:12.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: cluster 2024-02-10T08:38:11.384420+0000 mon.a (mon.0) 728 : cluster [DBG] mgrmap e22: y(active, since 7s), standbys: x 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:11.388831+0000 mgr.y (mgr.24775) 2 : audit [DBG] from='client.24784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: cluster 2024-02-10T08:38:11.400278+0000 mgr.y (mgr.24775) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:11.706167+0000 mgr.y (mgr.24775) 4 : audit [DBG] from='client.24799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.020026+0000 mgr.y (mgr.24775) 5 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.021866+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.022241+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.022534+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.022830+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.023102+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.023357+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.024912+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.025175+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.025463+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.025742+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:12 smithi179 bash[64586]: audit 2024-02-10T08:38:12.026045+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.722 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: cluster 2024-02-10T08:38:11.384420+0000 mon.a (mon.0) 728 : cluster [DBG] mgrmap e22: y(active, since 7s), standbys: x 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:11.388831+0000 mgr.y (mgr.24775) 2 : audit [DBG] from='client.24784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: cluster 2024-02-10T08:38:11.400278+0000 mgr.y (mgr.24775) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:11.706167+0000 mgr.y (mgr.24775) 4 : audit [DBG] from='client.24799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.020026+0000 mgr.y (mgr.24775) 5 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.021866+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.022241+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.022534+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.022830+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.023102+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.023357+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.024912+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.025175+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.025463+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.025742+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[67896]: audit 2024-02-10T08:38:12.026045+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: cluster 2024-02-10T08:38:11.384420+0000 mon.a (mon.0) 728 : cluster [DBG] mgrmap e22: y(active, since 7s), standbys: x 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:11.388831+0000 mgr.y (mgr.24775) 2 : audit [DBG] from='client.24784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: cluster 2024-02-10T08:38:11.400278+0000 mgr.y (mgr.24775) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:11.706167+0000 mgr.y (mgr.24775) 4 : audit [DBG] from='client.24799 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.020026+0000 mgr.y (mgr.24775) 5 : audit [DBG] from='client.24805 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.021866+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.022241+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.022534+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.022830+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.023102+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.023357+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.024912+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:12.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.025175+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.025463+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.025742+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:12 smithi099 bash[64561]: audit 2024-02-10T08:38:12.026045+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: "in_progress": true, 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: "which": "Upgrading all daemon types on all hosts", 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: "services_complete": [ 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr" 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: ], 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: "progress": "2/20 daemons upgraded", 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: "message": "", 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout: "is_paused": false 2024-02-10T08:38:12.729 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:38:13.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:13 smithi099 bash[64561]: cluster 2024-02-10T08:38:12.391914+0000 mon.a (mon.0) 729 : cluster [DBG] mgrmap e23: y(active, since 8s), standbys: x 2024-02-10T08:38:13.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:13 smithi099 bash[64561]: cluster 2024-02-10T08:38:12.413304+0000 mgr.y (mgr.24775) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:13.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:13 smithi099 bash[64561]: audit 2024-02-10T08:38:12.418444+0000 mon.a (mon.0) 730 : audit [DBG] from='client.? 172.21.15.99:0/3953593407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:13.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:13 smithi099 bash[64561]: audit 2024-02-10T08:38:12.728891+0000 mgr.y (mgr.24775) 7 : audit [DBG] from='client.24817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:13.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:13 smithi099 bash[67896]: cluster 2024-02-10T08:38:12.391914+0000 mon.a (mon.0) 729 : cluster [DBG] mgrmap e23: y(active, since 8s), standbys: x 2024-02-10T08:38:13.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:13 smithi099 bash[67896]: cluster 2024-02-10T08:38:12.413304+0000 mgr.y (mgr.24775) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:13.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:13 smithi099 bash[67896]: audit 2024-02-10T08:38:12.418444+0000 mon.a (mon.0) 730 : audit [DBG] from='client.? 172.21.15.99:0/3953593407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:13.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:13 smithi099 bash[67896]: audit 2024-02-10T08:38:12.728891+0000 mgr.y (mgr.24775) 7 : audit [DBG] from='client.24817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:13.827 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:13 smithi179 bash[64586]: cluster 2024-02-10T08:38:12.391914+0000 mon.a (mon.0) 729 : cluster [DBG] mgrmap e23: y(active, since 8s), standbys: x 2024-02-10T08:38:13.827 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:13 smithi179 bash[64586]: cluster 2024-02-10T08:38:12.413304+0000 mgr.y (mgr.24775) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:13.827 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:13 smithi179 bash[64586]: audit 2024-02-10T08:38:12.418444+0000 mon.a (mon.0) 730 : audit [DBG] from='client.? 172.21.15.99:0/3953593407' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:13.827 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:13 smithi179 bash[64586]: audit 2024-02-10T08:38:12.728891+0000 mgr.y (mgr.24775) 7 : audit [DBG] from='client.24817 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:15 smithi179 bash[64586]: cluster 2024-02-10T08:38:14.413673+0000 mgr.y (mgr.24775) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:15 smithi179 bash[64586]: audit 2024-02-10T08:38:15.279906+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:15 smithi179 bash[64586]: audit 2024-02-10T08:38:15.280476+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:15.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:15 smithi179 bash[64586]: audit 2024-02-10T08:38:15.284027+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:15.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:15 smithi099 bash[67896]: cluster 2024-02-10T08:38:14.413673+0000 mgr.y (mgr.24775) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:15.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:15 smithi099 bash[64561]: cluster 2024-02-10T08:38:14.413673+0000 mgr.y (mgr.24775) 8 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:15.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:15 smithi099 bash[67896]: audit 2024-02-10T08:38:15.279906+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:15.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:15 smithi099 bash[64561]: audit 2024-02-10T08:38:15.279906+0000 mon.c (mon.1) 86 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:15.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:15 smithi099 bash[64561]: audit 2024-02-10T08:38:15.280476+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:15.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:15 smithi099 bash[64561]: audit 2024-02-10T08:38:15.284027+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:15.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:15 smithi099 bash[67896]: audit 2024-02-10T08:38:15.280476+0000 mon.a (mon.0) 731 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:15.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:15 smithi099 bash[67896]: audit 2024-02-10T08:38:15.284027+0000 mon.a (mon.0) 732 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"container_id\": \"45626c14b7f8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99635691, \"cpu_percentage\": \"1.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.277862Z\", \"created\": \"2024-02-10T08:26:48.107829Z\", \"started\": \"2024-02-10T08:26:53.651915Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:17.861057Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:15.278622Z\", \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.566045+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.566398+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.566696+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.566959+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.567236+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.567489+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.567749+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.567995+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:15.568251+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.020182+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.020657+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.024035+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.306499+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.307076+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.307517+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.307934+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.308363+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.308806+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.309192+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.309573+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.309987+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.311452+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:16.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.311770+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:16.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.317255+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:16.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.326492+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:16.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.327543+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:16.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:16 smithi179 bash[64586]: audit 2024-02-10T08:38:16.327864+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.566045+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.566398+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.566696+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.566959+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.567236+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.567489+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.567749+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.567995+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:15.568251+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.566045+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.566398+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.566696+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.566959+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.567236+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.567489+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.567749+0000 mon.c (mon.1) 93 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.567995+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:15.568251+0000 mon.c (mon.1) 95 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.020182+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:16.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.020182+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.020657+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.024035+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.306499+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.307076+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.307517+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.020657+0000 mon.a (mon.0) 733 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.307934+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.308363+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.308806+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.309192+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.309573+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.309987+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.311452+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.311770+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.317255+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.326492+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.327543+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[64561]: audit 2024-02-10T08:38:16.327864+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.024035+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"d46bc27dbaca\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:0e714d9a4bd2a821113e6318adb87bd06cf81ec1\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 399192883, \"cpu_percentage\": \"16.77%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018507Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:36:47.906927Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:36:29.402778Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:16.019137Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.306499+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.307076+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.307517+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.307934+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.308363+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.308806+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.309192+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.309573+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.309987+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.311452+0000 mon.c (mon.1) 106 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.311770+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.317255+0000 mon.a (mon.0) 736 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.326492+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.327543+0000 mon.c (mon.1) 108 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:16.729 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[67896]: audit 2024-02-10T08:38:16.327864+0000 mon.a (mon.0) 737 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:17.222 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:38:16 smithi099 bash[86940]: ts=2024-02-10T08:38:16.956Z 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" 2024-02-10T08:38:17.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:17 smithi179 bash[64586]: cluster 2024-02-10T08:38:16.414470+0000 mgr.y (mgr.24775) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:17.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:17 smithi099 bash[64561]: cluster 2024-02-10T08:38:16.414470+0000 mgr.y (mgr.24775) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:17.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:17 smithi099 bash[67896]: cluster 2024-02-10T08:38:16.414470+0000 mgr.y (mgr.24775) 9 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:18.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:18 smithi179 bash[64586]: cephadm 2024-02-10T08:38:17.761010+0000 mgr.y (mgr.24775) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-02-10T08:38:18.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:18 smithi179 bash[64586]: audit 2024-02-10T08:38:17.761474+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:38:18.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:18 smithi179 bash[64586]: audit 2024-02-10T08:38:17.761829+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:38:18.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:18 smithi179 bash[64586]: audit 2024-02-10T08:38:17.762823+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:38:18.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:18 smithi179 bash[64586]: audit 2024-02-10T08:38:17.763712+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:18.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:18 smithi179 bash[64586]: cephadm 2024-02-10T08:38:17.764413+0000 mgr.y (mgr.24775) 11 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:38:18.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:18 smithi179 bash[64586]: audit 2024-02-10T08:38:17.764913+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[64561]: cephadm 2024-02-10T08:38:17.761010+0000 mgr.y (mgr.24775) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[64561]: audit 2024-02-10T08:38:17.761474+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[64561]: audit 2024-02-10T08:38:17.761829+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[64561]: audit 2024-02-10T08:38:17.762823+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[64561]: audit 2024-02-10T08:38:17.763712+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[64561]: cephadm 2024-02-10T08:38:17.764413+0000 mgr.y (mgr.24775) 11 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[64561]: audit 2024-02-10T08:38:17.764913+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[67896]: cephadm 2024-02-10T08:38:17.761010+0000 mgr.y (mgr.24775) 10 : cephadm [INF] Upgrade: Updating mgr.x 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[67896]: audit 2024-02-10T08:38:17.761474+0000 mon.c (mon.1) 109 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[67896]: audit 2024-02-10T08:38:17.761829+0000 mon.a (mon.0) 738 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:38:18.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[67896]: audit 2024-02-10T08:38:17.762823+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:38:18.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[67896]: audit 2024-02-10T08:38:17.763712+0000 mon.c (mon.1) 111 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:18.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[67896]: cephadm 2024-02-10T08:38:17.764413+0000 mgr.y (mgr.24775) 11 : cephadm [INF] Deploying daemon mgr.x on smithi179 2024-02-10T08:38:18.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:18 smithi099 bash[67896]: audit 2024-02-10T08:38:17.764913+0000 mon.c (mon.1) 112 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-10T08:38:19.387 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:19 smithi179 systemd[1]: Stopping Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:38:19.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:19 smithi179 bash[64586]: cluster 2024-02-10T08:38:18.415050+0000 mgr.y (mgr.24775) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:19.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:19 smithi099 bash[64561]: cluster 2024-02-10T08:38:18.415050+0000 mgr.y (mgr.24775) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:19.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:19 smithi099 bash[67896]: cluster 2024-02-10T08:38:18.415050+0000 mgr.y (mgr.24775) 12 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:21.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:21 smithi099 bash[64561]: cluster 2024-02-10T08:38:20.415449+0000 mgr.y (mgr.24775) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:21.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:21 smithi099 bash[67896]: cluster 2024-02-10T08:38:20.415449+0000 mgr.y (mgr.24775) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:21.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:21 smithi179 bash[64586]: cluster 2024-02-10T08:38:20.415449+0000 mgr.y (mgr.24775) 13 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:23.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:23 smithi179 bash[64586]: cluster 2024-02-10T08:38:22.416380+0000 mgr.y (mgr.24775) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:23.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:23 smithi099 bash[64561]: cluster 2024-02-10T08:38:22.416380+0000 mgr.y (mgr.24775) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:23.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:23 smithi099 bash[67896]: cluster 2024-02-10T08:38:22.416380+0000 mgr.y (mgr.24775) 14 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:25.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:25 smithi179 bash[64586]: cluster 2024-02-10T08:38:24.416914+0000 mgr.y (mgr.24775) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:25.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:25 smithi099 bash[67896]: cluster 2024-02-10T08:38:24.416914+0000 mgr.y (mgr.24775) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:25.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:25 smithi099 bash[64561]: cluster 2024-02-10T08:38:24.416914+0000 mgr.y (mgr.24775) 15 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:27.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:27 smithi099 bash[64561]: cluster 2024-02-10T08:38:26.417709+0000 mgr.y (mgr.24775) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:27.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:27 smithi099 bash[67896]: cluster 2024-02-10T08:38:26.417709+0000 mgr.y (mgr.24775) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:27.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:27 smithi179 bash[64586]: cluster 2024-02-10T08:38:26.417709+0000 mgr.y (mgr.24775) 16 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:29.730 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:29 smithi179 bash[64586]: cluster 2024-02-10T08:38:28.418100+0000 mgr.y (mgr.24775) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:29.731 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:29 smithi179 bash[81775]: time="2024-02-10T08:38:29Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-02-10T08:38:29.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:29 smithi099 bash[64561]: cluster 2024-02-10T08:38:28.418100+0000 mgr.y (mgr.24775) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:29.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:29 smithi099 bash[67896]: cluster 2024-02-10T08:38:28.418100+0000 mgr.y (mgr.24775) 17 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:30.049 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:29 smithi179 bash[81775]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.x 2024-02-10T08:38:30.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:30 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-02-10T08:38:30.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:30 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-02-10T08:38:30.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:30 smithi179 systemd[1]: Stopped Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:38:30.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:30 smithi179 systemd[1]: Starting Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:38:31.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:31 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:31.125+0000 7fac27641700 1 -- 172.21.15.179:0/3563792093 <== mon.2 v2:172.21.15.179:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55ea928764e0 con 0x55ea9284ac00 2024-02-10T08:38:31.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:31 smithi179 bash[81969]: 9b3106229dfb3cf8ebf49fdbd6a0b687216c75093c07e892eca79eba227ebd1b 2024-02-10T08:38:31.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:31 smithi179 systemd[1]: Started Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:38:31.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:31 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:31.255+0000 7fac37c3d680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T08:38:31.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:31 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:31.340+0000 7fac37c3d680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T08:38:31.755 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:31 smithi179 bash[64586]: cluster 2024-02-10T08:38:30.418655+0000 mgr.y (mgr.24775) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:31.755 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:31 smithi179 bash[64586]: audit 2024-02-10T08:38:31.256145+0000 mon.c (mon.1) 113 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:31.755 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:31 smithi179 bash[64586]: audit 2024-02-10T08:38:31.256739+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:31.755 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:31 smithi179 bash[64586]: audit 2024-02-10T08:38:31.261453+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:31.755 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:31 smithi179 bash[64586]: audit 2024-02-10T08:38:31.262566+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:31.755 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:31 smithi179 bash[64586]: audit 2024-02-10T08:38:31.264170+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:31.775 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[64561]: cluster 2024-02-10T08:38:30.418655+0000 mgr.y (mgr.24775) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:31.776 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[67896]: cluster 2024-02-10T08:38:30.418655+0000 mgr.y (mgr.24775) 18 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:31.776 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[67896]: audit 2024-02-10T08:38:31.256145+0000 mon.c (mon.1) 113 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:31.776 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[64561]: audit 2024-02-10T08:38:31.256145+0000 mon.c (mon.1) 113 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:31.777 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[67896]: audit 2024-02-10T08:38:31.256739+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:31.777 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[67896]: audit 2024-02-10T08:38:31.261453+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:31.777 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[67896]: audit 2024-02-10T08:38:31.262566+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:31.777 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[67896]: audit 2024-02-10T08:38:31.264170+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:31.778 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[64561]: audit 2024-02-10T08:38:31.256739+0000 mon.a (mon.0) 739 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:31.778 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[64561]: audit 2024-02-10T08:38:31.261453+0000 mon.a (mon.0) 740 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 95850332, \"cpu_percentage\": \"1.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018361Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48863641, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018578Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48234496, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018657Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45350912, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018720Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45183139, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018782Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 34990981, \"cpu_percentage\": \"0.96%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018844Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13883146, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.018905Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29989273, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:16.018965Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38241566, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:16.019024Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:31.778 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[64561]: audit 2024-02-10T08:38:31.262566+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:31.778 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:31 smithi099 bash[64561]: audit 2024-02-10T08:38:31.264170+0000 mon.c (mon.1) 115 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:32.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:31 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:31.753+0000 7fac37c3d680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T08:38:32.844 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:32 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:32.534+0000 7fac37c3d680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T08:38:32.844 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:32 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:32.618+0000 7fac37c3d680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T08:38:33.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:32 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:32.843+0000 7fac37c3d680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T08:38:33.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:33 smithi179 bash[64586]: cluster 2024-02-10T08:38:32.419546+0000 mgr.y (mgr.24775) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:33.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:33 smithi099 bash[64561]: cluster 2024-02-10T08:38:32.419546+0000 mgr.y (mgr.24775) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:33.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:33 smithi099 bash[67896]: cluster 2024-02-10T08:38:32.419546+0000 mgr.y (mgr.24775) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:34.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:33.876+0000 7fac37c3d680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T08:38:34.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:34.012+0000 7fac37c3d680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:34.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:34.093+0000 7fac37c3d680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:34.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:34.192+0000 7fac37c3d680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T08:38:34.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:34.392+0000 7fac37c3d680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T08:38:35.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:34.683+0000 7fac37c3d680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T08:38:35.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:34.792+0000 7fac37c3d680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:35.572 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:35 smithi179 bash[64586]: cluster 2024-02-10T08:38:34.420213+0000 mgr.y (mgr.24775) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:35.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:35 smithi099 bash[64561]: cluster 2024-02-10T08:38:34.420213+0000 mgr.y (mgr.24775) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:35.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:35 smithi099 bash[67896]: cluster 2024-02-10T08:38:34.420213+0000 mgr.y (mgr.24775) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:35.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:35.571+0000 7fac37c3d680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T08:38:35.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:35.658+0000 7fac37c3d680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T08:38:35.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:35.753+0000 7fac37c3d680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T08:38:36.206 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:35.940+0000 7fac37c3d680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T08:38:36.471 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:36.205+0000 7fac37c3d680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T08:38:36.472 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:36.361+0000 7fac37c3d680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T08:38:36.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.412975+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:36.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.412975+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:36.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.413612+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:36.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.413612+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:36.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.418273+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:36.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.420237+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:36.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.420546+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:36.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.423388+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:36.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.432034+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:36.725 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.433076+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.433380+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.434845+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.435688+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]: dispatch 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.435931+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]: dispatch 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.442470+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]': finished 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.418273+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.420237+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.420546+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.423388+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.432034+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:36.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.433076+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.433380+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.434845+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.435688+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]: dispatch 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.435931+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]: dispatch 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.442470+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]': finished 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.446012+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.446301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.452420+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.455743+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-10T08:38:36.727 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.456032+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-10T08:38:36.728 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[64561]: audit 2024-02-10T08:38:36.462045+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-02-10T08:38:36.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.446012+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-10T08:38:36.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.446301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-10T08:38:36.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.452420+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-02-10T08:38:36.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.455743+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-10T08:38:36.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.456032+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-10T08:38:36.728 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:36 smithi099 bash[67896]: audit 2024-02-10T08:38:36.462045+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-02-10T08:38:36.763 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:36.504+0000 7fac37c3d680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:36.763 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:36.677+0000 7fac37c3d680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T08:38:36.764 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.412975+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:36.764 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.413612+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.418273+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi179","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi179\", \"container_id\": \"42fa464025e4\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 102393446, \"cpu_percentage\": \"1.04%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.410757Z\", \"created\": \"2024-02-10T08:28:28.862343Z\", \"started\": \"2024-02-10T08:28:28.891967Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi179\", \"container_id\": \"9b3106229dfb\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 45812285, \"cpu_percentage\": \"107.91%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:36.410935Z\", \"created\": \"2024-02-10T08:28:47.234942Z\", \"started\": \"2024-02-10T08:38:30.738590Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi179\", \"container_id\": \"40b4077a032d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48937041, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411018Z\", \"created\": \"2024-02-10T08:30:17.013978Z\", \"started\": \"2024-02-10T08:30:37.920070Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi179\", \"container_id\": \"321aaea056f0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 48318382, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411094Z\", \"created\": \"2024-02-10T08:30:39.376488Z\", \"started\": \"2024-02-10T08:30:42.257278Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi179\", \"container_id\": \"3b8bf30b9814\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 45539655, \"cpu_percentage\": \"0.50%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411170Z\", \"created\": \"2024-02-10T08:30:57.470092Z\", \"started\": \"2024-02-10T08:31:01.362339Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi179\", \"container_id\": \"5c7fd88920d2\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 44983910, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411243Z\", \"created\": \"2024-02-10T08:31:15.903687Z\", \"started\": \"2024-02-10T08:31:17.614221Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi179\", \"container_id\": \"57a48cf78cbe\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 35232153, \"cpu_percentage\": \"0.79%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411317Z\", \"created\": \"2024-02-10T08:31:44.070069Z\", \"started\": \"2024-02-10T08:37:40.643029Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi179\", \"container_id\": \"d30851658b8a\", \"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\": 13893632, \"cpu_percentage\": \"0.34%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411391Z\", \"created\": \"2024-02-10T08:31:47.257999Z\", \"started\": \"2024-02-10T08:31:55.581316Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi179\", \"container_id\": \"1215b5d6a0ff\", \"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\": 29999759, \"cpu_percentage\": \"0.47%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411463Z\", \"created\": \"2024-02-10T08:32:22.354231Z\", \"started\": \"2024-02-10T08:32:22.463393Z\"}, \"rgw.r.z.smithi179.txupur\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi179.txupur\", \"daemon_name\": \"rgw.r.z.smithi179.txupur\", \"hostname\": \"smithi179\", \"container_id\": \"6abfee6cb5f5\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 38503710, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:36.411535Z\", \"created\": \"2024-02-10T08:33:23.289896Z\", \"started\": \"2024-02-10T08:33:23.324367Z\"}}, \"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\": \"2024-02-10T08:37:01.007409Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"781db804-0570-43f3-9487-8377987b50af\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"sctd79-1VeY-Ea5H-vDAx-VR20-Wimb-srCYgd\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6026d0dc-f58f-481d-a918-4d34e8142a82\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"SurpIj-XMj2-QU1d-MolE-VQQb-cnLi-FP7ucq\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"83b33518-fb68-49f2-ad4c-7123257cdd9d\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"GlkTRk-fxNW-EJSC-XuaK-xtaP-sdXl-nQjQoW\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7dcc5245-da80-44a6-8467-1ae133b3a179\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"7Uyeo5-Av86-5zal-pvz2-VRkR-kebt-0bWqiT\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT6303009J400BGN\", \"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\": \"2024-02-10T08:37:01.007417Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5XFX4\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:28.676343Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:17.764288Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:32.642299Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:36.205032Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:55.988421Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:14.366985Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-02-10T08:37:30.200762Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.797181Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-02-10T08:32:05.015906Z\"}, \"rgw.r.z.smithi179.txupur\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:21.361372Z\"}}, \"last_daemon_update\": \"2024-02-10T08:38:36.411683Z\", \"last_device_update\": \"2024-02-10T08:31:22.259668Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:38:10.998942Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.420237+0000 mon.c (mon.1) 117 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.420546+0000 mon.a (mon.0) 743 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.423388+0000 mon.a (mon.0) 744 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.432034+0000 mon.c (mon.1) 118 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.433076+0000 mon.c (mon.1) 119 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.433380+0000 mon.a (mon.0) 745 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.434845+0000 mon.c (mon.1) 120 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.435688+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.435931+0000 mon.a (mon.0) 746 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.442470+0000 mon.a (mon.0) 747 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mgr"}]': finished 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.446012+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-10T08:38:36.765 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.446301+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-02-10T08:38:36.766 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.452420+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-02-10T08:38:36.766 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.455743+0000 mon.c (mon.1) 123 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-10T08:38:36.766 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.456032+0000 mon.a (mon.0) 750 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-02-10T08:38:36.766 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:36 smithi179 bash[64586]: audit 2024-02-10T08:38:36.462045+0000 mon.a (mon.0) 751 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-02-10T08:38:37.140 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:36.762+0000 7fac37c3d680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: cluster 2024-02-10T08:38:36.420944+0000 mgr.y (mgr.24775) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: cephadm 2024-02-10T08:38:36.435482+0000 mgr.y (mgr.24775) 22 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: audit 2024-02-10T08:38:36.467681+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: audit 2024-02-10T08:38:36.477347+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: cephadm 2024-02-10T08:38:36.477857+0000 mgr.y (mgr.24775) 23 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: cluster 2024-02-10T08:38:36.777609+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon x restarted 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: cluster 2024-02-10T08:38:36.777724+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: audit 2024-02-10T08:38:36.778247+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: audit 2024-02-10T08:38:36.778628+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:37.573 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: audit 2024-02-10T08:38:36.779616+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[64561]: audit 2024-02-10T08:38:36.779846+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: cluster 2024-02-10T08:38:36.420944+0000 mgr.y (mgr.24775) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: cephadm 2024-02-10T08:38:36.435482+0000 mgr.y (mgr.24775) 22 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: audit 2024-02-10T08:38:36.467681+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: audit 2024-02-10T08:38:36.477347+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: cephadm 2024-02-10T08:38:36.477857+0000 mgr.y (mgr.24775) 23 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: cluster 2024-02-10T08:38:36.777609+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon x restarted 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: cluster 2024-02-10T08:38:36.777724+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: audit 2024-02-10T08:38:36.778247+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: audit 2024-02-10T08:38:36.778628+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: audit 2024-02-10T08:38:36.779616+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:37.574 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:37 smithi099 bash[67896]: audit 2024-02-10T08:38:36.779846+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:37.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: cluster 2024-02-10T08:38:36.420944+0000 mgr.y (mgr.24775) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: cephadm 2024-02-10T08:38:36.435482+0000 mgr.y (mgr.24775) 22 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: audit 2024-02-10T08:38:36.467681+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: audit 2024-02-10T08:38:36.477347+0000 mon.c (mon.1) 125 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: cephadm 2024-02-10T08:38:36.477857+0000 mgr.y (mgr.24775) 23 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: cluster 2024-02-10T08:38:36.777609+0000 mon.a (mon.0) 752 : cluster [DBG] Standby manager daemon x restarted 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: cluster 2024-02-10T08:38:36.777724+0000 mon.a (mon.0) 753 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: audit 2024-02-10T08:38:36.778247+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: audit 2024-02-10T08:38:36.778628+0000 mon.b (mon.2) 170 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: audit 2024-02-10T08:38:36.779616+0000 mon.b (mon.2) 171 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:37.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:37 smithi179 bash[64586]: audit 2024-02-10T08:38:36.779846+0000 mon.b (mon.2) 172 : audit [DBG] from='mgr.? 172.21.15.179:0/2941133030' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: cluster 2024-02-10T08:38:37.476101+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: cephadm 2024-02-10T08:38:37.920817+0000 mgr.y (mgr.24775) 24 : cephadm [INF] Upgrade: Updating mon.a 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: audit 2024-02-10T08:38:37.921231+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]: dispatch 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: audit 2024-02-10T08:38:37.921530+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]: dispatch 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: audit 2024-02-10T08:38:37.927538+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]': finished 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: audit 2024-02-10T08:38:37.928254+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: audit 2024-02-10T08:38:37.928799+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: audit 2024-02-10T08:38:37.929321+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: cephadm 2024-02-10T08:38:37.929826+0000 mgr.y (mgr.24775) 25 : cephadm [INF] Deploying daemon mon.a on smithi099 2024-02-10T08:38:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[64561]: audit 2024-02-10T08:38:37.930150+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: cluster 2024-02-10T08:38:37.476101+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: cephadm 2024-02-10T08:38:37.920817+0000 mgr.y (mgr.24775) 24 : cephadm [INF] Upgrade: Updating mon.a 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: audit 2024-02-10T08:38:37.921231+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]: dispatch 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: audit 2024-02-10T08:38:37.921530+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]: dispatch 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: audit 2024-02-10T08:38:37.927538+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]': finished 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: audit 2024-02-10T08:38:37.928254+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: audit 2024-02-10T08:38:37.928799+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: audit 2024-02-10T08:38:37.929321+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:38.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: cephadm 2024-02-10T08:38:37.929826+0000 mgr.y (mgr.24775) 25 : cephadm [INF] Deploying daemon mon.a on smithi099 2024-02-10T08:38:38.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:38 smithi099 bash[67896]: audit 2024-02-10T08:38:37.930150+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:38:38.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: cluster 2024-02-10T08:38:37.476101+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-02-10T08:38:38.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: cephadm 2024-02-10T08:38:37.920817+0000 mgr.y (mgr.24775) 24 : cephadm [INF] Upgrade: Updating mon.a 2024-02-10T08:38:38.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: audit 2024-02-10T08:38:37.921231+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]: dispatch 2024-02-10T08:38:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: audit 2024-02-10T08:38:37.921530+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]: dispatch 2024-02-10T08:38:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: audit 2024-02-10T08:38:37.927538+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]': finished 2024-02-10T08:38:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: audit 2024-02-10T08:38:37.928254+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:38:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: audit 2024-02-10T08:38:37.928799+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:38:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: audit 2024-02-10T08:38:37.929321+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: cephadm 2024-02-10T08:38:37.929826+0000 mgr.y (mgr.24775) 25 : cephadm [INF] Deploying daemon mon.a on smithi099 2024-02-10T08:38:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:38 smithi179 bash[64586]: audit 2024-02-10T08:38:37.930150+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:38:39.444 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:39 smithi099 systemd[1]: Stopping Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:38:39.444 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:39 smithi099 bash[64561]: debug 2024-02-10T08:38:39.441+0000 7fe744cac700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:38:39.444 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:39 smithi099 bash[64561]: debug 2024-02-10T08:38:39.441+0000 7fe744cac700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-02-10T08:38:40.053 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:39 smithi099 bash[89512]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.a 2024-02-10T08:38:40.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:40 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a.service: Succeeded. 2024-02-10T08:38:40.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:40 smithi099 systemd[1]: Stopped Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:38:40.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:40 smithi099 systemd[1]: Starting Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:38:41.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.102+0000 7f72ae7c8880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.102+0000 7f72ae7c8880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.102+0000 7f72ae7c8880 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.106+0000 7f72ae7c8880 0 load: jerasure load: lrc load: isa 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Compile date Feb 8 2024 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: DB SUMMARY 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.225 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 743 Bytes 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000023.sst 000024.sst 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000021.log size: 18926312 ; 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.env: 0x55aa76114080 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.fs: Posix File System 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.info_log: 0x55aa78510260 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:38:41.226 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.db_log_dir: 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:38:41.227 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.write_buffer_manager: 0x55aa79202390 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:38:41.228 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.unordered_write: 0 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.row_cache: None 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.wal_filter: None 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:38:41.229 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:38:41.230 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Compression algorithms supported: 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: kZSTD supported: 0 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:38:41.231 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.merge_operator: 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55aa784b5d28) 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cache_index_and_filter_blocks: 1 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T08:38:41.232 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: pin_top_level_index_and_filter: 1 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: index_type: 0 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: data_block_index_type: 0 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: index_shortening: 1 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: hash_index_allow_collision: 1 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: checksum: 1 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: no_block_cache: 0 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: block_cache: 0x55aa784eaf10 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: block_cache_name: BinnedLRUCache 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: block_cache_options: 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: capacity : 536870912 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: num_shard_bits : 4 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: strict_capacity_limit : 0 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: high_pri_pool_ratio: 0.000 2024-02-10T08:38:41.233 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: block_cache_compressed: (nil) 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: persistent_cache: (nil) 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: block_size: 4096 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: block_size_deviation: 10 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: block_restart_interval: 16 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: index_block_restart_interval: 1 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: metadata_block_size: 4096 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: partition_filters: 0 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: use_delta_encoding: 1 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: whole_key_filtering: 1 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: verify_compression: 0 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: read_amp_bytes_per_bit: 0 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: format_version: 2 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: enable_index_compression: 1 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: block_align: 0 2024-02-10T08:38:41.234 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.num_levels: 7 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:38:41.235 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:38:41.236 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:38:41.239 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:38:41.240 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:38:41.241 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.ttl: 2592000 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.107+0000 7f72ae7c8880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.108+0000 7f72ae7c8880 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 26, last_sequence is 8754, log_number is 21,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.108+0000 7f72ae7c8880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 21 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.108+0000 7f72ae7c8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554321109847, "job": 1, "event": "recovery_started", "log_files": [21]} 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.108+0000 7f72ae7c8880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #21 mode 2 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.124+0000 7f72ae7c8880 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. 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.149+0000 7f72ae7c8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554321151389, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 26, "file_size": 18754719, "table_properties": {"data_size": 18745059, "index_size": 7876, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 7750, "raw_average_key_size": 21, "raw_value_size": 18733944, "raw_average_value_size": 51751, "num_data_blocks": 245, "num_entries": 362, "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": 1707554321, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.149+0000 7f72ae7c8880 4 rocksdb: [version_set.cc:3826] Creating manifest 27 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.151+0000 7f72ae7c8880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554321152970, "job": 1, "event": "recovery_finished"} 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.153+0000 7f72ae7c8880 4 rocksdb: DB pointer 0x55aa785b3800 2024-02-10T08:38:41.242 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.153+0000 7f72955b9700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.153+0000 7f72955b9700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ** DB Stats ** 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ** Compaction Stats [default] ** 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 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 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: L0 1/0 17.89 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 700.8 0.03 0.00 1 0.026 0 0 2024-02-10T08:38:41.243 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: L6 2/0 67.72 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 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Sum 3/0 85.60 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 700.8 0.03 0.00 1 0.026 0 0 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 700.8 0.03 0.00 1 0.026 0 0 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ** Compaction Stats [default] ** 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 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 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 700.8 0.03 0.00 1 0.026 0 0 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Flush(GB): cumulative 0.017, interval 0.017 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:38:41.244 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Cumulative compaction: 0.02 GB write, 387.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Interval compaction: 0.02 GB write, 387.94 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 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 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ** Compaction Stats [default] ** 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 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 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:38:41.245 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: L0 1/0 17.89 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 700.8 0.03 0.00 1 0.026 0 0 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: L6 2/0 67.72 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 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Sum 3/0 85.60 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 700.8 0.03 0.00 1 0.026 0 0 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 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 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ** Compaction Stats [default] ** 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 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 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 700.8 0.03 0.00 1 0.026 0 0 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Flush(GB): cumulative 0.017, interval 0.000 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:38:41.246 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Cumulative compaction: 0.02 GB write, 387.61 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 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 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.154+0000 7f72ae7c8880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] at bind addrs [v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.155+0000 7f72ae7c8880 1 mon.a@-1(???) e3 preinit fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.155+0000 7f72ae7c8880 0 mon.a@-1(???).mds e1 new map 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.155+0000 7f72ae7c8880 0 mon.a@-1(???).mds e1 print_map 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: e1 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-10T08:38:41.247 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 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} 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: legacy client fscid: -1 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: No filesystems configured 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.155+0000 7f72ae7c8880 0 mon.a@-1(???).osd e67 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.155+0000 7f72ae7c8880 0 mon.a@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.155+0000 7f72ae7c8880 0 mon.a@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.155+0000 7f72ae7c8880 0 mon.a@-1(???).osd e67 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:37.476101+0000 mon.a (mon.0) 754 : cluster [DBG] mgrmap e24: y(active, since 33s), standbys: x 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:38:37.920817+0000 mgr.y (mgr.24775) 24 : cephadm [INF] Upgrade: Updating mon.a 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:37.921231+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]: dispatch 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:37.921530+0000 mon.a (mon.0) 755 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]: dispatch 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:37.927538+0000 mon.a (mon.0) 756 : audit [INF] from='mgr.24775 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc", "who": "mon.a"}]': finished 2024-02-10T08:38:41.248 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:37.928254+0000 mon.c (mon.1) 127 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:38:41.249 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:37.928799+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:38:41.249 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:37.929321+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:38:41.249 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:38:37.929826+0000 mgr.y (mgr.24775) 25 : cephadm [INF] Deploying daemon mon.a on smithi099 2024-02-10T08:38:41.249 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:37.930150+0000 mon.c (mon.1) 130 : audit [DBG] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:38:41.249 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:38:41.156+0000 7f72ae7c8880 1 mon.a@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-02-10T08:38:41.249 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 bash[89691]: 95086ee9ca5b8a7de461f5cd78587bc110a3d7e5cecfcc80f0cda74654a5a7fa 2024-02-10T08:38:41.249 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:41 smithi099 systemd[1]: Started Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:38:42.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: ignoring --setuser ceph since I am not root 2024-02-10T08:38:42.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: ignoring --setgroup ceph since I am not root 2024-02-10T08:38:42.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:42.764+0000 7f739fca0680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T08:38:42.891 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:42.844+0000 7f739fca0680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T08:38:42.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:40.421590+0000 mgr.y (mgr.24775) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:42.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: audit 2024-02-10T08:38:41.200893+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"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\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:37.929743Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:42.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:41.765694+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-02-10T08:38:42.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:42.578469+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:38:42.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:42.583935+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:38:42.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:42.584514+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-02-10T08:38:42.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:42.584554+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-10T08:38:42.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:42.585502+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 38s), standbys: x 2024-02-10T08:38:42.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:42.597338+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e25: y(active, since 38s), standbys: x 2024-02-10T08:38:42.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: cluster 2024-02-10T08:38:42.598268+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-02-10T08:38:42.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:42 smithi179 bash[64586]: audit 2024-02-10T08:38:42.605237+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.24775 ' entity='' 2024-02-10T08:38:42.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:40.421590+0000 mgr.y (mgr.24775) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:42.973 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: ignoring --setuser ceph since I am not root 2024-02-10T08:38:42.973 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: ignoring --setgroup ceph since I am not root 2024-02-10T08:38:42.974 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:42.646+0000 7fd7b7f4f700 1 -- 172.21.15.99:0/2175840237 <== mon.1 v2:172.21.15.99:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55751156c4e0 con 0x557511543400 2024-02-10T08:38:42.974 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:42.769+0000 7fd7c812d680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-02-10T08:38:42.974 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:42.855+0000 7fd7c812d680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-02-10T08:38:42.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:40.421590+0000 mgr.y (mgr.24775) 27 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.9 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:42.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: audit 2024-02-10T08:38:41.200893+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"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\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:37.929743Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:42.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:41.200893+0000 mon.c (mon.1) 131 : audit [INF] from='mgr.24775 172.21.15.99:0/476035751' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi099","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi099\", \"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\": \"smithi099\", \"container_id\": \"625ac6fb2c83\", \"container_image_id\": \"1fbc92c859dc0947ffca020b41c01a6ac9859691b5303dd3e8b8634d23f540d5\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:a9c1a3337ae6b9328bb9087151b372dee3bd15abdc1220ab67654538650c50dc\"], \"memory_usage\": 427189862, \"cpu_percentage\": \"52.69%\", \"version\": \"16.2.14-521-g0e714d9a\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-02-10T08:38:15.278017Z\", \"created\": \"2024-02-10T08:26:55.332669Z\", \"started\": \"2024-02-10T08:37:57.727417Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi099\", \"container_id\": \"87539d277a32\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96248791, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278084Z\", \"created\": \"2024-02-10T08:28:14.865904Z\", \"started\": \"2024-02-10T08:28:14.896423Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi099\", \"container_id\": \"275a4c69a139\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45392855, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278145Z\", \"created\": \"2024-02-10T08:29:03.310834Z\", \"started\": \"2024-02-10T08:29:05.392463Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi099\", \"container_id\": \"27a80ff99135\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 45162168, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278205Z\", \"created\": \"2024-02-10T08:29:22.549409Z\", \"started\": \"2024-02-10T08:29:24.285078Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi099\", \"container_id\": \"8328eabaac48\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 42372956, \"cpu_percentage\": \"0.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278264Z\", \"created\": \"2024-02-10T08:29:42.542967Z\", \"started\": \"2024-02-10T08:29:45.314901Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi099\", \"container_id\": \"6901820efc3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 46672117, \"cpu_percentage\": \"0.52%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278322Z\", \"created\": \"2024-02-10T08:30:02.212530Z\", \"started\": \"2024-02-10T08:30:04.513382Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi099\", \"container_id\": \"d3765b06c9d9\", \"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\": 13547601, \"cpu_percentage\": \"0.35%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278379Z\", \"created\": \"2024-02-10T08:31:46.757213Z\", \"started\": \"2024-02-10T08:31:57.773319Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi099\", \"container_id\": \"942ed0d3860b\", \"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\": 15854469, \"cpu_percentage\": \"0.33%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-02-10T08:38:15.278437Z\", \"created\": \"2024-02-10T08:32:04.979809Z\", \"started\": \"2024-02-10T08:37:28.752085Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi099.wcvjcd\", \"daemon_name\": \"rgw.r.z.smithi099.wcvjcd\", \"hostname\": \"smithi099\", \"container_id\": \"01bfcbedd222\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 38052823, \"cpu_percentage\": \"0.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-02-10T08:38:15.278494Z\", \"created\": \"2024-02-10T08:33:21.320113Z\", \"started\": \"2024-02-10T08:33:21.583373Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detect 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:41.765694+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:42.578469+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:42.583935+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:42.584514+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:42.584554+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:42.585502+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 38s), standbys: x 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:42.597338+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e25: y(active, since 38s), standbys: x 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: cluster 2024-02-10T08:38:42.598268+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:42 smithi099 bash[67896]: audit 2024-02-10T08:38:42.605237+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.24775 ' entity='' 2024-02-10T08:38:42.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: ed\", \"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\": \"2024-02-10T08:37:01.006224Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6b1dc4d5-72bc-41c7-a084-430c78d012bf\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"5YxusA-5AbI-LuT1-4pkd-2qu3-EoG6-ZsydH6\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6bb68a73-fd5f-45e3-ab99-30ac59b25ab3\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"PXrP19-T5dy-9Ug6-3Th0-oBD9-LZKb-Ume2Me\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"86170385-0304-44d2-b8e6-81e2fff2741e\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"lanafu-2oDB-cv1c-HXDN-CWat-6Pvp-pNyLAL\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"33175d38-cd26-4f88-a415-e86eccd59cb7\", \"cluster_fsid\": \"0db3f732-c7ee-11ee-95b8-87774f69a715\", \"block_uuid\": \"oeZeCu-LjRi-pA2K-xlrT-K56n-mneg-0N5qvW\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT62040101400BGN\", \"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\": \"2024-02-10T08:37:01.006237Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5LHPN\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:19.282845Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-02-10T08:37:44.079217Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:01.709155Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:20.905255Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-02-10T08:29:40.885992Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-02-10T08:30:00.479345Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:31:46.243561Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-02-10T08:37:20.752469Z\"}, \"rgw.r.z.smithi099.wcvjcd\": {\"deps\": [], \"last_config\": \"2024-02-10T08:33:18.493270Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-02-10T08:38:37.929743Z\"}}, \"last_device_update\": \"2024-02-10T08:30:08.555470Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-02-10T08:37:58.533980Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:41.765694+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:42.578469+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:42.583935+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:42.584514+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:42.584554+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:42.585502+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 38s), standbys: x 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:42.597338+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e25: y(active, since 38s), standbys: x 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:42.598268+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-02-10T08:38:42.976 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:42.605237+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.24775 ' entity='' 2024-02-10T08:38:43.224 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:43 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:43.222+0000 7fd7c812d680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T08:38:43.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:43 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:43.204+0000 7f739fca0680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-02-10T08:38:44.222 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:43 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:43.968+0000 7fd7c812d680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T08:38:44.222 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:44.052+0000 7fd7c812d680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T08:38:44.248 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:43 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:43.950+0000 7f739fca0680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-02-10T08:38:44.248 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:44.035+0000 7f739fca0680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-02-10T08:38:44.599 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:44.265+0000 7fd7c812d680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T08:38:44.600 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:44.247+0000 7f739fca0680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-02-10T08:38:44.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:44 smithi179 bash[64586]: cluster 2024-02-10T08:38:43.599050+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e26: y(active, since 39s), standbys: x 2024-02-10T08:38:44.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:43.599050+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e26: y(active, since 39s), standbys: x 2024-02-10T08:38:44.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:44 smithi099 bash[67896]: cluster 2024-02-10T08:38:43.599050+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e26: y(active, since 39s), standbys: x 2024-02-10T08:38:45.472 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:45.201+0000 7fd7c812d680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T08:38:45.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:45.331+0000 7fd7c812d680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:45.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:45.411+0000 7fd7c812d680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:45.474 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:45.177+0000 7f739fca0680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-02-10T08:38:45.475 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:45.305+0000 7f739fca0680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:45.475 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:45.384+0000 7f739fca0680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:45.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:45.474+0000 7f739fca0680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T08:38:45.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:45.671+0000 7f739fca0680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T08:38:45.972 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:45.501+0000 7fd7c812d680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-02-10T08:38:45.972 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:45.697+0000 7fd7c812d680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-02-10T08:38:46.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:45.950+0000 7f739fca0680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T08:38:46.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:46.047+0000 7f739fca0680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:46.472 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:45.976+0000 7fd7c812d680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-02-10T08:38:46.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:46.075+0000 7fd7c812d680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-02-10T08:38:47.119 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:46.768+0000 7f739fca0680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T08:38:47.119 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:46.849+0000 7f739fca0680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T08:38:47.119 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:46.941+0000 7f739fca0680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T08:38:47.156 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:46.805+0000 7fd7c812d680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-02-10T08:38:47.156 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:46.888+0000 7fd7c812d680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-02-10T08:38:47.156 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:46.981+0000 7fd7c812d680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-02-10T08:38:47.379 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:47 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:47.118+0000 7f739fca0680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T08:38:47.413 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:47.155+0000 7fd7c812d680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-02-10T08:38:47.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:47 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:47.379+0000 7f739fca0680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T08:38:47.640 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:47 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:47.509+0000 7f739fca0680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T08:38:47.678 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:47.412+0000 7fd7c812d680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-02-10T08:38:47.678 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:47.543+0000 7fd7c812d680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-02-10T08:38:47.901 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:47 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:47.643+0000 7f739fca0680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:47.901 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:47 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:47.815+0000 7f739fca0680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T08:38:47.940 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:47.677+0000 7fd7c812d680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-02-10T08:38:47.940 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:47.854+0000 7fd7c812d680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-02-10T08:38:47.940 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:47.938+0000 7fd7c812d680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: cluster 2024-02-10T08:38:47.914107+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: cluster 2024-02-10T08:38:47.914209+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: audit 2024-02-10T08:38:47.915460+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: audit 2024-02-10T08:38:47.916214+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: audit 2024-02-10T08:38:47.917311+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: audit 2024-02-10T08:38:47.917706+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: cluster 2024-02-10T08:38:47.953717+0000 mon.a (mon.0) 17 : cluster [INF] Active manager daemon y restarted 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: cluster 2024-02-10T08:38:47.953970+0000 mon.a (mon.0) 18 : cluster [INF] Activating manager daemon y 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: cluster 2024-02-10T08:38:47.960936+0000 mon.a (mon.0) 19 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:38:48.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:47 smithi099 bash[67896]: cluster 2024-02-10T08:38:47.961260+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00736201s), standbys: x 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:47.914107+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:47.914209+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:47.915460+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:47.916214+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:47.917311+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:47.917706+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:47.953717+0000 mon.a (mon.0) 17 : cluster [INF] Active manager daemon y restarted 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:47.953970+0000 mon.a (mon.0) 18 : cluster [INF] Activating manager daemon y 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:47.960936+0000 mon.a (mon.0) 19 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:38:48.224 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:47 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:47.961260+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00736201s), standbys: x 2024-02-10T08:38:48.390 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:38:47 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x[81983]: debug 2024-02-10T08:38:47.900+0000 7f739fca0680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-02-10T08:38:48.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: cluster 2024-02-10T08:38:47.914107+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: cluster 2024-02-10T08:38:47.914209+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: audit 2024-02-10T08:38:47.915460+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: audit 2024-02-10T08:38:47.916214+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: audit 2024-02-10T08:38:47.917311+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: audit 2024-02-10T08:38:47.917706+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.? 172.21.15.179:0/1519252227' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: cluster 2024-02-10T08:38:47.953717+0000 mon.a (mon.0) 17 : cluster [INF] Active manager daemon y restarted 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: cluster 2024-02-10T08:38:47.953970+0000 mon.a (mon.0) 18 : cluster [INF] Activating manager daemon y 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: cluster 2024-02-10T08:38:47.960936+0000 mon.a (mon.0) 19 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:38:48.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:47 smithi179 bash[64586]: cluster 2024-02-10T08:38:47.961260+0000 mon.a (mon.0) 20 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00736201s), standbys: x 2024-02-10T08:38:54.054 INFO:teuthology.orchestra.run.smithi099.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-02-10T08:38:54.055 INFO:teuthology.orchestra.run.smithi099.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-02-10T08:38:54.266 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:54.047+0000 7fd77b918700 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-02-10T08:38:54.266 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-02-10T08:38:54.266 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:38:54.050+0000 7fd77b918700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-02-10T08:38:54.266 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: [80B blob data] 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: [79B blob data] 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.962780+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.962947+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.963094+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.964138+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.964377+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.964555+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.964807+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.965011+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:38:54.267 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.965248+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.965446+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.965751+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.966057+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.966318+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.966597+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.966830+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.962780+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.962947+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.963094+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.964138+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:38:54.268 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.964377+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.964555+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.964807+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.965011+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.965248+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.965446+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.965751+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.966057+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.966318+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.966597+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.966830+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.967306+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.968111+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:38:54.269 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.969028+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.967306+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.968111+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.969028+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.969338+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.969650+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.969943+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.970251+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.970544+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.970844+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.971126+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.971406+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:38:54.270 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.971690+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.971994+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.972289+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.972575+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.972860+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.973167+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.973441+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.973719+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.973979+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.974241+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.974508+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.974784+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.975044+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:38:54.271 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:53.975313+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:53.989473+0000 mon.a (mon.0) 61 : cluster [INF] Manager daemon y is now available 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.969338+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.969650+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.969943+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.970251+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.970544+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.970844+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.971126+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.971406+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:38:54.272 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.971690+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.971994+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.972289+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.972575+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.972860+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.973167+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.973441+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.973719+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.973979+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.974241+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.974508+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.974784+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.975044+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: audit 2024-02-10T08:38:53.975313+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:38:54.273 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:54 smithi099 bash[67896]: cluster 2024-02-10T08:38:53.989473+0000 mon.a (mon.0) 61 : cluster [INF] Manager daemon y is now available 2024-02-10T08:38:54.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.962780+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:38:54.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.962947+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:38:54.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.963094+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:38:54.279 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.964138+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.964377+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.964555+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.964807+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.965011+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.965248+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.965446+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.965751+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.966057+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.966318+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.966597+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.966830+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.967306+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.968111+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.969028+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-02-10T08:38:54.280 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.969338+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.969650+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.969943+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi099"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.970251+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi179"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.970544+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.970844+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.971126+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.971406+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.971690+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.971994+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.972289+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.972575+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.972860+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.973167+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.973441+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.973719+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-02-10T08:38:54.281 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.973979+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-02-10T08:38:54.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.974241+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-02-10T08:38:54.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.974508+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-02-10T08:38:54.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.974784+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-02-10T08:38:54.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.975044+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-02-10T08:38:54.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: audit 2024-02-10T08:38:53.975313+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-02-10T08:38:54.282 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:54 smithi179 bash[64586]: cluster 2024-02-10T08:38:53.989473+0000 mon.a (mon.0) 61 : cluster [INF] Manager daemon y is now available 2024-02-10T08:38:54.763 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-10T08:38:55.052 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:54.048076+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-02-10T08:38:55.052 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:54.048987+0000 mgr.y (mgr.44106) 1 : audit [DBG] from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:55.052 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:54.054640+0000 mgr.y (mgr.44106) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: cluster 2024-02-10T08:38:54.048076+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: audit 2024-02-10T08:38:54.048987+0000 mgr.y (mgr.44106) 1 : audit [DBG] from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: cluster 2024-02-10T08:38:54.054640+0000 mgr.y (mgr.44106) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: audit 2024-02-10T08:38:54.106658+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: audit 2024-02-10T08:38:54.108247+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: audit 2024-02-10T08:38:54.156018+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: audit 2024-02-10T08:38:54.159692+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: audit 2024-02-10T08:38:54.378815+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:55.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:55 smithi099 bash[67896]: audit 2024-02-10T08:38:54.407570+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:55.302 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: cluster 2024-02-10T08:38:54.048076+0000 mon.a (mon.0) 62 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-02-10T08:38:55.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: audit 2024-02-10T08:38:54.048987+0000 mgr.y (mgr.44106) 1 : audit [DBG] from='client.44112 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:55.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: cluster 2024-02-10T08:38:54.054640+0000 mgr.y (mgr.44106) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:55.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: audit 2024-02-10T08:38:54.106658+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:55.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: audit 2024-02-10T08:38:54.108247+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:55.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: audit 2024-02-10T08:38:54.156018+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:55.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: audit 2024-02-10T08:38:54.159692+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:55.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: audit 2024-02-10T08:38:54.378815+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:55.303 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:55 smithi179 bash[64586]: audit 2024-02-10T08:38:54.407570+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:55.472 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:54.106658+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:55.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:54.108247+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:38:55.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:54.156018+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-02-10T08:38:55.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:54.159692+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-02-10T08:38:55.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:54.378815+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:55.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:54.407570+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:38:57.222 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.a smithi099 running (88s) 41s ago 6m 15.1M - 0.26.0 9f27df16978d 942ed0d3860b 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.a smithi179 running (6m) 20s ago 6m 28.6M - 6.6.2 87a51ecf0b1c 1215b5d6a0ff 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.x smithi179 *:8443 running (26s) 20s ago 10m 43.6M - 16.2.14-521-g0e714d9a 1fbc92c859dc 9b3106229dfb 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.y smithi099 *:8443 running (59s) 41s ago 12m 407M - 16.2.14-521-g0e714d9a 1fbc92c859dc 625ac6fb2c83 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:mon.a smithi099 starting - - - 2048M 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:mon.b smithi179 running (10m) 20s ago 10m 97.6M 2048M 15.2.0 204a01f9b0b6 42fa464025e4 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:mon.c smithi099 running (10m) 41s ago 10m 91.7M 2048M 15.2.0 204a01f9b0b6 87539d277a32 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.a smithi099 running (6m) 41s ago 7m 12.9M - 1.7.0 72c9c2088986 d3765b06c9d9 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.b smithi179 running (7m) 20s ago 7m 13.2M - 1.7.0 72c9c2088986 d30851658b8a 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi099 running (9m) 41s ago 9m 43.2M 4096M 15.2.0 204a01f9b0b6 275a4c69a139 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (9m) 41s ago 9m 43.0M 4096M 15.2.0 204a01f9b0b6 27a80ff99135 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi099 running (9m) 41s ago 9m 40.4M 4096M 15.2.0 204a01f9b0b6 8328eabaac48 2024-02-10T08:38:57.223 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (8m) 41s ago 8m 44.5M 4096M 15.2.0 204a01f9b0b6 6901820efc3d 2024-02-10T08:38:57.224 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi179 running (8m) 20s ago 8m 46.6M 4096M 15.2.0 204a01f9b0b6 40b4077a032d 2024-02-10T08:38:57.224 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi179 running (8m) 20s ago 8m 46.0M 4096M 15.2.0 204a01f9b0b6 321aaea056f0 2024-02-10T08:38:57.224 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi179 running (7m) 20s ago 7m 43.4M 4096M 15.2.0 204a01f9b0b6 3b8bf30b9814 2024-02-10T08:38:57.224 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi179 running (7m) 20s ago 7m 42.9M 4096M 15.2.0 204a01f9b0b6 5c7fd88920d2 2024-02-10T08:38:57.224 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.a smithi179 running (76s) 20s ago 7m 33.5M - 2.49.1 2a72b385beaf 57a48cf78cbe 2024-02-10T08:38:57.224 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi099.wcvjcd smithi099 running (5m) 41s ago 5m 36.2M - 15.2.0 204a01f9b0b6 01bfcbedd222 2024-02-10T08:38:57.224 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi179.txupur smithi179 running (5m) 20s ago 5m 36.7M - 15.2.0 204a01f9b0b6 6abfee6cb5f5 2024-02-10T08:38:57.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:57 smithi179 bash[64586]: cluster 2024-02-10T08:38:55.966030+0000 mgr.y (mgr.44106) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:57.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:57 smithi179 bash[64586]: cluster 2024-02-10T08:38:56.060876+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-02-10T08:38:57.409 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:57 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:55.966030+0000 mgr.y (mgr.44106) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:57.409 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:57 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:56.060876+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-02-10T08:38:57.409 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:57 smithi099 bash[67896]: cluster 2024-02-10T08:38:55.966030+0000 mgr.y (mgr.44106) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:57.409 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:57 smithi099 bash[67896]: cluster 2024-02-10T08:38:56.060876+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-02-10T08:38:58.089 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-10T08:38:58.322 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.210956+0000 mgr.y (mgr.44106) 4 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:58.322 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.212837+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.322 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.213220+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.322 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.213561+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.323 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.213886+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.323 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.214201+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.323 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.214507+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.323 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.216102+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.323 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.216386+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.323 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.216710+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.323 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.217007+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.323 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:58 smithi179 bash[64586]: audit 2024-02-10T08:38:57.217349+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.210956+0000 mgr.y (mgr.44106) 4 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.212837+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.213220+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.213561+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.213886+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.214201+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.214507+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.216102+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.216386+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.216710+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.217007+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:58 smithi099 bash[67896]: audit 2024-02-10T08:38:57.217349+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.210956+0000 mgr.y (mgr.44106) 4 : audit [DBG] from='client.24853 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.212837+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.213220+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.213561+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.213886+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.214201+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.214507+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.216102+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:38:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.216386+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.216710+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.217007+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:57.217349+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:38:59.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:38:59 smithi179 bash[64586]: cluster 2024-02-10T08:38:57.966572+0000 mgr.y (mgr.44106) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:59.322 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:38:59 smithi099 bash[67896]: cluster 2024-02-10T08:38:57.966572+0000 mgr.y (mgr.44106) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:38:59.322 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:38:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:57.966572+0000 mgr.y (mgr.44106) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:00.404 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:39:00.404 INFO:teuthology.orchestra.run.smithi099.stdout: "mon": { 2024-02-10T08:39:00.404 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-02-10T08:39:00.404 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T08:39:00.404 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr": { 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "osd": { 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "mds": {}, 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "rgw": { 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "overall": { 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3 2024-02-10T08:39:00.405 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:39:00.406 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.526369+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.804663+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.805031+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.805317+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.805612+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.805905+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.806267+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.806649+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.807010+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:38:59.807357+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:00.403900+0000 mon.a (mon.0) 91 : audit [DBG] from='client.44136 172.21.15.99:0/1265586301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.526369+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.804663+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.805031+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.805317+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.805612+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.805905+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.806267+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.806649+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.807010+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:38:59.807357+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:00 smithi099 bash[67896]: audit 2024-02-10T08:39:00.403900+0000 mon.a (mon.0) 91 : audit [DBG] from='client.44136 172.21.15.99:0/1265586301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:00.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.526369+0000 mon.a (mon.0) 81 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:00.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.804663+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.805031+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.805317+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.805612+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.805905+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.806267+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.806649+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.807010+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:38:59.807357+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:00.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:00 smithi179 bash[64586]: audit 2024-02-10T08:39:00.403900+0000 mon.a (mon.0) 91 : audit [DBG] from='client.44136 172.21.15.99:0/1265586301' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:01.087 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-02-10T08:39:01.680 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:38:59.967442+0000 mgr.y (mgr.44106) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:01.680 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:01 smithi099 bash[67896]: cluster 2024-02-10T08:38:59.967442+0000 mgr.y (mgr.44106) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:01.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:01 smithi179 bash[64586]: cluster 2024-02-10T08:38:59.967442+0000 mgr.y (mgr.44106) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:03.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:01.967798+0000 mgr.y (mgr.44106) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:03.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:03 smithi099 bash[67896]: cluster 2024-02-10T08:39:01.967798+0000 mgr.y (mgr.44106) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:03.768 INFO:teuthology.orchestra.run.smithi099.stdout:wait for servicemap items w/ changing names to refresh 2024-02-10T08:39:03.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:03 smithi179 bash[64586]: cluster 2024-02-10T08:39:01.967798+0000 mgr.y (mgr.44106) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:04.374 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'sleep 60' 2024-02-10T08:39:05.827 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:03.968108+0000 mgr.y (mgr.44106) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:05.827 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.179924+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:05.827 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.519188+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.827 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.519518+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.827 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.519791+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.827 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.520045+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.827 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.520297+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.827 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.520537+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.520795+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.521042+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.521313+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.525004+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.529919+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.531780+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.532623+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:05.533127+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: cluster 2024-02-10T08:39:03.968108+0000 mgr.y (mgr.44106) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.179924+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:05.828 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.519188+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.519518+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.519791+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.520045+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.520297+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.520537+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.520795+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.521042+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.521313+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.525004+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.529919+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.531780+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.532623+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:39:05.829 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:05 smithi099 bash[67896]: audit 2024-02-10T08:39:05.533127+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-02-10T08:39:05.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: cluster 2024-02-10T08:39:03.968108+0000 mgr.y (mgr.44106) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:05.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.179924+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.519188+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.519518+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.519791+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.520045+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.520297+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.520537+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.520795+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.521042+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.521313+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.525004+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.529919+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.531780+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.532623+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:39:05.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:05 smithi179 bash[64586]: audit 2024-02-10T08:39:05.533127+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-02-10T08:39:06.804 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:06 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:05.533487+0000 mgr.y (mgr.44106) 9 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-02-10T08:39:06.804 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:06 smithi099 bash[67896]: cephadm 2024-02-10T08:39:05.533487+0000 mgr.y (mgr.44106) 9 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-02-10T08:39:06.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:06 smithi179 bash[64586]: cephadm 2024-02-10T08:39:05.533487+0000 mgr.y (mgr.44106) 9 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:05.968770+0000 mgr.y (mgr.44106) 10 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:07.439938+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:07.440561+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:07.441184+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:07.441740+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:07.442530+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:07 smithi099 bash[67896]: cluster 2024-02-10T08:39:05.968770+0000 mgr.y (mgr.44106) 10 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:07 smithi099 bash[67896]: audit 2024-02-10T08:39:07.439938+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:07 smithi099 bash[67896]: audit 2024-02-10T08:39:07.440561+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:07.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:07 smithi099 bash[67896]: audit 2024-02-10T08:39:07.441184+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:07.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:07 smithi099 bash[67896]: audit 2024-02-10T08:39:07.441740+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:07.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:07 smithi099 bash[67896]: audit 2024-02-10T08:39:07.442530+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:39:07.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:07 smithi179 bash[64586]: cluster 2024-02-10T08:39:05.968770+0000 mgr.y (mgr.44106) 10 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:07.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:07 smithi179 bash[64586]: audit 2024-02-10T08:39:07.439938+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:07.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:07 smithi179 bash[64586]: audit 2024-02-10T08:39:07.440561+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:07.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:07 smithi179 bash[64586]: audit 2024-02-10T08:39:07.441184+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:07.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:07 smithi179 bash[64586]: audit 2024-02-10T08:39:07.441740+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:07.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:07 smithi179 bash[64586]: audit 2024-02-10T08:39:07.442530+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:39:08.760 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:07.436087+0000 mgr.y (mgr.44106) 11 : cephadm [INF] Upgrade: Updating mon.c 2024-02-10T08:39:08.760 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:07.442211+0000 mgr.y (mgr.44106) 12 : cephadm [INF] Deploying daemon mon.c on smithi099 2024-02-10T08:39:08.761 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:08 smithi099 bash[67896]: cephadm 2024-02-10T08:39:07.436087+0000 mgr.y (mgr.44106) 11 : cephadm [INF] Upgrade: Updating mon.c 2024-02-10T08:39:08.761 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:08 smithi099 bash[67896]: cephadm 2024-02-10T08:39:07.442211+0000 mgr.y (mgr.44106) 12 : cephadm [INF] Deploying daemon mon.c on smithi099 2024-02-10T08:39:08.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:08 smithi179 bash[64586]: cephadm 2024-02-10T08:39:07.436087+0000 mgr.y (mgr.44106) 11 : cephadm [INF] Upgrade: Updating mon.c 2024-02-10T08:39:08.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:08 smithi179 bash[64586]: cephadm 2024-02-10T08:39:07.442211+0000 mgr.y (mgr.44106) 12 : cephadm [INF] Deploying daemon mon.c on smithi099 2024-02-10T08:39:09.053 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:08 smithi099 systemd[1]: Stopping Ceph mon.c for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:39:09.054 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:09 smithi099 bash[67896]: debug 2024-02-10T08:39:09.052+0000 7f8fd1c3e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:39:09.054 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:09 smithi099 bash[67896]: debug 2024-02-10T08:39:09.052+0000 7f8fd1c3e700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-02-10T08:39:09.969 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:09 smithi099 bash[91503]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.c 2024-02-10T08:39:10.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:10 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.c.service: Succeeded. 2024-02-10T08:39:10.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:10 smithi099 systemd[1]: Stopped Ceph mon.c for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:39:10.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:10 smithi099 systemd[1]: Starting Ceph mon.c for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.019+0000 7f545da88880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.019+0000 7f545da88880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.019+0000 7f545da88880 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.023+0000 7f545da88880 0 load: jerasure load: lrc load: isa 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Compile date Feb 8 2024 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: DB SUMMARY 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 826 Bytes 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 3, files: 000022.sst 000023.sst 000025.sst 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000024.log size: 1050390 ; 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.env: 0x5596137ba080 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.fs: Posix File System 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.info_log: 0x559614970260 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:39:11.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:39:11.476 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.db_log_dir: 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.write_buffer_manager: 0x559615662390 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:39:11.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.unordered_write: 0 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.row_cache: None 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.wal_filter: None 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:39:11.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.024+0000 7f545da88880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:39:11.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Compression algorithms supported: 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: kZSTD supported: 0 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:39:11.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.merge_operator: 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x559614915d28) 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cache_index_and_filter_blocks: 1 2024-02-10T08:39:11.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: pin_top_level_index_and_filter: 1 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: index_type: 0 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: data_block_index_type: 0 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: index_shortening: 1 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: hash_index_allow_collision: 1 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: checksum: 1 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: no_block_cache: 0 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: block_cache: 0x55961494af10 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: block_cache_name: BinnedLRUCache 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: block_cache_options: 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: capacity : 536870912 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: num_shard_bits : 4 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: strict_capacity_limit : 0 2024-02-10T08:39:11.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: high_pri_pool_ratio: 0.000 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: block_cache_compressed: (nil) 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: persistent_cache: (nil) 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: block_size: 4096 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: block_size_deviation: 10 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: block_restart_interval: 16 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: index_block_restart_interval: 1 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: metadata_block_size: 4096 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: partition_filters: 0 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: use_delta_encoding: 1 2024-02-10T08:39:11.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:39:11.484 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: whole_key_filtering: 1 2024-02-10T08:39:11.484 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: verify_compression: 0 2024-02-10T08:39:11.484 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: read_amp_bytes_per_bit: 0 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: format_version: 2 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: enable_index_compression: 1 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: block_align: 0 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.num_levels: 7 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:39:11.485 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:39:11.486 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:39:11.487 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:39:11.488 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.ttl: 2592000 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 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 27, last_sequence is 10751, log_number is 24,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.489 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 24 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554351026527, "job": 1, "event": "recovery_started", "log_files": [24]} 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.025+0000 7f545da88880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #24 mode 2 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.027+0000 7f545da88880 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. 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.028+0000 7f545da88880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554351029123, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 27, "file_size": 699996, "table_properties": {"data_size": 697857, "index_size": 1129, "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": 1429, "raw_average_key_size": 22, "raw_value_size": 695930, "raw_average_value_size": 10873, "num_data_blocks": 35, "num_entries": 64, "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": 1707554351, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.028+0000 7f545da88880 4 rocksdb: [version_set.cc:3826] Creating manifest 28 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.028+0000 7f545da88880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554351029536, "job": 1, "event": "recovery_finished"} 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.029+0000 7f545da88880 4 rocksdb: DB pointer 0x559614a13800 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.029+0000 7f5444879700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.029+0000 7f5444879700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ** DB Stats ** 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:39:11.490 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ** Compaction Stats [default] ** 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 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 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: L0 2/0 20.62 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 411.8 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: L6 2/0 67.72 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 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Sum 4/0 88.34 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 411.8 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 411.8 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ** Compaction Stats [default] ** 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 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 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 411.8 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:11.491 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Flush(GB): cumulative 0.001, interval 0.001 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Cumulative compaction: 0.00 GB write, 144.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Interval compaction: 0.00 GB write, 144.93 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 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 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ** Compaction Stats [default] ** 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 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 2024-02-10T08:39:11.492 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: L0 2/0 20.62 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 411.8 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: L6 2/0 67.72 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 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Sum 4/0 88.34 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 411.8 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 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 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ** Compaction Stats [default] ** 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 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 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 411.8 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Flush(GB): cumulative 0.001, interval 0.000 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:39:11.493 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Cumulative compaction: 0.00 GB write, 143.90 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 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 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.030+0000 7f545da88880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0] at bind addrs [v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.031+0000 7f545da88880 1 mon.c@-1(???) e3 preinit fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.031+0000 7f545da88880 0 mon.c@-1(???).mds e1 new map 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.031+0000 7f545da88880 0 mon.c@-1(???).mds e1 print_map 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: e1 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 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} 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: legacy client fscid: -1 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.494 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: No filesystems configured 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.032+0000 7f545da88880 0 mon.c@-1(???).osd e68 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.032+0000 7f545da88880 0 mon.c@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.032+0000 7f545da88880 0 mon.c@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.032+0000 7f545da88880 0 mon.c@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:07.436087+0000 mgr.y (mgr.44106) 11 : cephadm [INF] Upgrade: Updating mon.c 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:07.442211+0000 mgr.y (mgr.44106) 12 : cephadm [INF] Deploying daemon mon.c on smithi099 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:39:11.032+0000 7f545da88880 1 mon.c@-1(???).paxosservice(auth 1..22) refresh upgraded, format 0 -> 3 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 bash[91688]: adb8e54fe08ce71dfe1eee127eee610c5a4c611ff7a883b59b1820ea5540ab9b 2024-02-10T08:39:11.495 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:11 smithi099 systemd[1]: Started Ceph mon.c for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:39:12.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:12 smithi179 bash[64586]: cluster 2024-02-10T08:39:07.969106+0000 mgr.y (mgr.44106) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:12.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:12 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:07.969106+0000 mgr.y (mgr.44106) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:12.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:12 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:07.969106+0000 mgr.y (mgr.44106) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:13.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:09.969761+0000 mgr.y (mgr.44106) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:13.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:11.239521+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:11.970281+0000 mgr.y (mgr.44106) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:12.559062+0000 mon.a (mon.0) 112 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:12.573114+0000 mon.a (mon.0) 113 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:12.579243+0000 mon.a (mon.0) 114 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:12.591196+0000 mon.a (mon.0) 115 : cluster [DBG] fsmap 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:12.591244+0000 mon.a (mon.0) 116 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:12.591665+0000 mon.a (mon.0) 117 : cluster [DBG] mgrmap e29: y(active, since 24s), standbys: x 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: cluster 2024-02-10T08:39:12.595514+0000 mon.a (mon.0) 118 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: audit 2024-02-10T08:39:12.598148+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: audit 2024-02-10T08:39:12.599254+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:13.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:13 smithi179 bash[64586]: audit 2024-02-10T08:39:12.600974+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:09.969761+0000 mgr.y (mgr.44106) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:11.239521+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:11.970281+0000 mgr.y (mgr.44106) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:12.559062+0000 mon.a (mon.0) 112 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:12.573114+0000 mon.a (mon.0) 113 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:12.579243+0000 mon.a (mon.0) 114 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:12.591196+0000 mon.a (mon.0) 115 : cluster [DBG] fsmap 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:12.591244+0000 mon.a (mon.0) 116 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:12.591665+0000 mon.a (mon.0) 117 : cluster [DBG] mgrmap e29: y(active, since 24s), standbys: x 2024-02-10T08:39:13.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:12.595514+0000 mon.a (mon.0) 118 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:12.598148+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:12.599254+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:12.600974+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:09.969761+0000 mgr.y (mgr.44106) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:11.239521+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:11.970281+0000 mgr.y (mgr.44106) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:12.559062+0000 mon.a (mon.0) 112 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:12.573114+0000 mon.a (mon.0) 113 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:12.579243+0000 mon.a (mon.0) 114 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:12.591196+0000 mon.a (mon.0) 115 : cluster [DBG] fsmap 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:12.591244+0000 mon.a (mon.0) 116 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:13.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:12.591665+0000 mon.a (mon.0) 117 : cluster [DBG] mgrmap e29: y(active, since 24s), standbys: x 2024-02-10T08:39:13.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:12.595514+0000 mon.a (mon.0) 118 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:13.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:12.598148+0000 mon.a (mon.0) 119 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:13.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:12.599254+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:13.975 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:12.600974+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:39:15.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:15 smithi179 bash[64586]: cluster 2024-02-10T08:39:13.970697+0000 mgr.y (mgr.44106) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:15.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:15 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:13.970697+0000 mgr.y (mgr.44106) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:15.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:15 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:13.970697+0000 mgr.y (mgr.44106) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:16.473 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:39:16 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:39:16.037+0000 7fd77b918700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-02-10T08:39:17.768 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:17 smithi179 bash[64586]: cluster 2024-02-10T08:39:15.971375+0000 mgr.y (mgr.44106) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:17.768 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:17 smithi179 bash[64586]: audit 2024-02-10T08:39:16.673907+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:17.768 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:17 smithi179 bash[64586]: audit 2024-02-10T08:39:16.678998+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:17.768 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:17 smithi179 bash[64586]: audit 2024-02-10T08:39:16.683470+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:17.768 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:17 smithi179 bash[64586]: audit 2024-02-10T08:39:16.685369+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:17.768 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:17 smithi179 bash[64586]: audit 2024-02-10T08:39:16.686310+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:39:17.768 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:17 smithi179 bash[64586]: audit 2024-02-10T08:39:16.686903+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-02-10T08:39:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:15.971375+0000 mgr.y (mgr.44106) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:16.673907+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:16.678998+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:16.683470+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:16.685369+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:16.686310+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:39:17.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:16.686903+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-02-10T08:39:17.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:15.971375+0000 mgr.y (mgr.44106) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:17.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:16.673907+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:17.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:16.678998+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:17.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:16.683470+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:17.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:16.685369+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:17.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:16.686310+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-02-10T08:39:17.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:17 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:16.686903+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-02-10T08:39:18.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:18 smithi179 bash[64586]: cephadm 2024-02-10T08:39:16.687326+0000 mgr.y (mgr.44106) 18 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-02-10T08:39:18.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:18 smithi179 bash[64586]: audit 2024-02-10T08:39:18.089976+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:18.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:18 smithi179 bash[64586]: audit 2024-02-10T08:39:18.090826+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:18.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:18 smithi179 bash[64586]: audit 2024-02-10T08:39:18.091558+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:18.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:18 smithi179 bash[64586]: audit 2024-02-10T08:39:18.092260+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:18.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:18 smithi179 bash[64586]: audit 2024-02-10T08:39:18.093324+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:39:18.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:16.687326+0000 mgr.y (mgr.44106) 18 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-02-10T08:39:18.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:18.089976+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:18.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:18.090826+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:18.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:18.091558+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:18.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:18.092260+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:18.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:18.093324+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:39:18.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:16.687326+0000 mgr.y (mgr.44106) 18 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-02-10T08:39:18.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:18.089976+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:18.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:18.090826+0000 mon.a (mon.0) 129 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:18.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:18.091558+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:18.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:18.092260+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:18.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:18 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:18.093324+0000 mon.a (mon.0) 132 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:39:19.698 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:19 smithi179 systemd[1]: Stopping Ceph mon.b for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:39:19.698 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:19 smithi179 bash[64586]: cluster 2024-02-10T08:39:17.971778+0000 mgr.y (mgr.44106) 19 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:19.698 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:19 smithi179 bash[64586]: cephadm 2024-02-10T08:39:18.083702+0000 mgr.y (mgr.44106) 20 : cephadm [INF] Upgrade: Updating mon.b 2024-02-10T08:39:19.698 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:19 smithi179 bash[64586]: cephadm 2024-02-10T08:39:18.092913+0000 mgr.y (mgr.44106) 21 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-02-10T08:39:19.698 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:19 smithi179 bash[64586]: debug 2024-02-10T08:39:19.697+0000 7f263c3bd700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:39:19.698 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:19 smithi179 bash[64586]: debug 2024-02-10T08:39:19.697+0000 7f263c3bd700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-02-10T08:39:19.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:19 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:17.971778+0000 mgr.y (mgr.44106) 19 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:19.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:19 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:18.083702+0000 mgr.y (mgr.44106) 20 : cephadm [INF] Upgrade: Updating mon.b 2024-02-10T08:39:19.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:19 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:18.092913+0000 mgr.y (mgr.44106) 21 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-02-10T08:39:19.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:19 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:17.971778+0000 mgr.y (mgr.44106) 19 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:19.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:19 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:18.083702+0000 mgr.y (mgr.44106) 20 : cephadm [INF] Upgrade: Updating mon.b 2024-02-10T08:39:19.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:19 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:18.092913+0000 mgr.y (mgr.44106) 21 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-02-10T08:39:20.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:20 smithi179 bash[83852]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.b 2024-02-10T08:39:21.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:20 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.b.service: Succeeded. 2024-02-10T08:39:21.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:20 smithi179 systemd[1]: Stopped Ceph mon.b for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:39:21.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 systemd[1]: Starting Ceph mon.b for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:39:21.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.489+0000 7f7cfc5ea880 0 set uid:gid to 167:167 (ceph:ceph) 2024-02-10T08:39:21.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.489+0000 7f7cfc5ea880 0 ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable), process ceph-mon, pid 7 2024-02-10T08:39:21.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.489+0000 7f7cfc5ea880 0 pidfile_write: ignore empty --pid-file 2024-02-10T08:39:21.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 0 load: jerasure load: lrc load: isa 2024-02-10T08:39:21.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: RocksDB version: 6.8.1 2024-02-10T08:39:21.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-02-10T08:39:21.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Compile date Feb 8 2024 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: DB SUMMARY 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: CURRENT file: CURRENT 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: IDENTITY file: IDENTITY 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 826 Bytes 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 3, files: 000022.sst 000023.sst 000025.sst 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000024.log size: 1912358 ; 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.error_if_exists: 0 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.create_if_missing: 0 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.paranoid_checks: 1 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.env: 0x55c899521080 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.fs: Posix File System 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.info_log: 0x55c89a11c260 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_file_opening_threads: 16 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.statistics: (nil) 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.use_fsync: 0 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_log_file_size: 0 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.keep_log_file_num: 1000 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.recycle_log_file_num: 0 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.allow_fallocate: 1 2024-02-10T08:39:21.893 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.allow_mmap_reads: 0 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.allow_mmap_writes: 0 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.use_direct_reads: 0 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.create_missing_column_families: 0 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.db_log_dir: 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_subcompactions: 1 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_background_flushes: -1 2024-02-10T08:39:21.894 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-02-10T08:39:21.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-02-10T08:39:21.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-02-10T08:39:21.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-02-10T08:39:21.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-02-10T08:39:21.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.advise_random_on_open: 1 2024-02-10T08:39:21.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.db_write_buffer_size: 0 2024-02-10T08:39:21.896 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.write_buffer_manager: 0x55c89ae0e390 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.rate_limiter: (nil) 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.wal_recovery_mode: 2 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.enable_thread_tracking: 0 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.enable_pipelined_write: 0 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.unordered_write: 0 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-02-10T08:39:21.897 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.row_cache: None 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.wal_filter: None 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.allow_ingest_behind: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.preserve_deletes: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.two_write_queues: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.manual_wal_flush: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.atomic_flush: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.log_readahead_size: 0 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-02-10T08:39:21.898 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_background_jobs: 2 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_background_compactions: -1 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_total_wal_size: 0 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_open_files: -1 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bytes_per_sync: 0 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-02-10T08:39:21.899 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_readahead_size: 0 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Compression algorithms supported: 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: kZSTD supported: 0 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: kXpressCompression supported: 0 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: kLZ4HCCompression supported: 1 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: kLZ4Compression supported: 1 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: kBZip2Compression supported: 0 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: kZlibCompression supported: 1 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: kSnappyCompression supported: 1 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.900 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.merge_operator: 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_filter: None 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_filter_factory: None 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c89a0c1d28) 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cache_index_and_filter_blocks: 1 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cache_index_and_filter_blocks_with_high_priority: 0 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: pin_top_level_index_and_filter: 1 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: index_type: 0 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: data_block_index_type: 0 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: index_shortening: 1 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: data_block_hash_table_util_ratio: 0.750000 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: hash_index_allow_collision: 1 2024-02-10T08:39:21.901 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: checksum: 1 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: no_block_cache: 0 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: block_cache: 0x55c89a0f6f10 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: block_cache_name: BinnedLRUCache 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: block_cache_options: 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: capacity : 536870912 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: num_shard_bits : 4 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: strict_capacity_limit : 0 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: high_pri_pool_ratio: 0.000 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: block_cache_compressed: (nil) 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: persistent_cache: (nil) 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: block_size: 4096 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: block_size_deviation: 10 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: block_restart_interval: 16 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: index_block_restart_interval: 1 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: metadata_block_size: 4096 2024-02-10T08:39:21.902 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: partition_filters: 0 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: use_delta_encoding: 1 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: filter_policy: rocksdb.BuiltinBloomFilter 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: whole_key_filtering: 1 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: verify_compression: 0 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: read_amp_bytes_per_bit: 0 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: format_version: 2 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: enable_index_compression: 1 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: block_align: 0 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.write_buffer_size: 33554432 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_write_buffer_number: 2 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compression: NoCompression 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bottommost_compression: Disabled 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.prefix_extractor: nullptr 2024-02-10T08:39:21.903 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.num_levels: 7 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compression_opts.level: 32767 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compression_opts.strategy: 0 2024-02-10T08:39:21.904 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compression_opts.enabled: false 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.target_file_size_base: 67108864 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-02-10T08:39:21.905 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.arena_block_size: 4194304 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.disable_auto_compactions: 0 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-02-10T08:39:21.906 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.table_properties_collectors: 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.inplace_update_support: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.bloom_locality: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.max_successive_merges: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.paranoid_file_checks: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.force_consistency_checks: 0 2024-02-10T08:39:21.907 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.report_bg_io_stats: 0 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.ttl: 2592000 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.494+0000 7f7cfc5ea880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.495+0000 7f7cfc5ea880 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 27, last_sequence is 10675, log_number is 24,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.495+0000 7f7cfc5ea880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 24 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.495+0000 7f7cfc5ea880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554361496748, "job": 1, "event": "recovery_started", "log_files": [24]} 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.495+0000 7f7cfc5ea880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #24 mode 2 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.497+0000 7f7cfc5ea880 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. 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.499+0000 7f7cfc5ea880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554361500586, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 27, "file_size": 1229583, "table_properties": {"data_size": 1226576, "index_size": 1869, "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": 2415, "raw_average_key_size": 21, "raw_value_size": 1223373, "raw_average_value_size": 11021, "num_data_blocks": 59, "num_entries": 111, "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": 1707554361, "oldest_key_time": 3, "file_creation_time": 0}} 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.499+0000 7f7cfc5ea880 4 rocksdb: [version_set.cc:3826] Creating manifest 28 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.908 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.499+0000 7f7cfc5ea880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1707554361500973, "job": 1, "event": "recovery_finished"} 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.500+0000 7f7cfc5ea880 4 rocksdb: DB pointer 0x55c89a1bf800 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.500+0000 7f7ce33db700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.500+0000 7f7ce33db700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ** DB Stats ** 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ** Compaction Stats [default] ** 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 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 2024-02-10T08:39:21.909 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: L0 2/0 21.12 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.4 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: L6 2/0 67.72 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 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Sum 4/0 88.84 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.4 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.4 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ** Compaction Stats [default] ** 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 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 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 521.4 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Flush(GB): cumulative 0.001, interval 0.001 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:39:21.910 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Cumulative compaction: 0.00 GB write, 196.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Interval compaction: 0.00 GB write, 196.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 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 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ** Compaction Stats [default] ** 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 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 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: L0 2/0 21.12 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.4 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: L6 2/0 67.72 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 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Sum 4/0 88.84 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 521.4 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 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 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ** Compaction Stats [default] ** 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 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 2024-02-10T08:39:21.911 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 521.4 0.00 0.00 1 0.002 0 0 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Uptime(secs): 0.0 total, 0.0 interval 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Flush(GB): cumulative 0.001, interval 0.000 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: AddFile(GB): cumulative 0.000, interval 0.000 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: AddFile(Total Files): cumulative 0, interval 0 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: AddFile(L0 Files): cumulative 0, interval 0 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: AddFile(Keys): cumulative 0, interval 0 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Cumulative compaction: 0.00 GB write, 195.11 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 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 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: ** File Read Latency Histogram By Level [default] ** 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.912 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.501+0000 7f7cfc5ea880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] at bind addrs [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.502+0000 7f7cfc5ea880 1 mon.b@-1(???) e3 preinit fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.502+0000 7f7cfc5ea880 0 mon.b@-1(???).mds e1 new map 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.502+0000 7f7cfc5ea880 0 mon.b@-1(???).mds e1 print_map 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: e1 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: enable_multiple, ever_enabled_multiple: 0,0 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 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} 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: legacy client fscid: -1 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: No filesystems configured 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.502+0000 7f7cfc5ea880 0 mon.b@-1(???).osd e68 crush map has features 3314933000852226048, adjusting msgr requires 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.502+0000 7f7cfc5ea880 0 mon.b@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.502+0000 7f7cfc5ea880 0 mon.b@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.502+0000 7f7cfc5ea880 0 mon.b@-1(???).osd e68 crush map has features 288514051259236352, adjusting msgr requires 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:17.971778+0000 mgr.y (mgr.44106) 19 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:21.913 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:18.083702+0000 mgr.y (mgr.44106) 20 : cephadm [INF] Upgrade: Updating mon.b 2024-02-10T08:39:21.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:18.092913+0000 mgr.y (mgr.44106) 21 : cephadm [INF] Deploying daemon mon.b on smithi179 2024-02-10T08:39:21.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:39:21.502+0000 7f7cfc5ea880 1 mon.b@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2024-02-10T08:39:21.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 bash[84036]: 92e4afc4f3ed56b8ab565aa018be46a9f7d000193fd030dfdf376af086c8c388 2024-02-10T08:39:21.914 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:21 smithi179 systemd[1]: Started Ceph mon.b for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:39:23.723 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:39:23 smithi099 bash[86940]: ts=2024-02-10T08:39:23.249Z 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" 2024-02-10T08:39:26.972 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:39:26 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:39:26.508+0000 7fd77b918700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:21.973048+0000 mgr.y (mgr.44106) 23 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:22.039597+0000 mon.a (mon.0) 139 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:22.040162+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:22.040464+0000 mon.a (mon.0) 141 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:22.040510+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:22.053363+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:22.053487+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:23.973532+0000 mgr.y (mgr.44106) 24 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:25.974200+0000 mgr.y (mgr.44106) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.053385+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T08:39:27.115 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.057728+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.058203+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.058252+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.058648+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e29: y(active, since 39s), standbys: x 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.058827+0000 mon.a (mon.0) 149 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.063143+0000 mon.a (mon.0) 150 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.063171+0000 mon.a (mon.0) 151 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.063187+0000 mon.a (mon.0) 152 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] is down (out of quorum) 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:27.066309+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:27.067300+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:27.068961+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:39:27.116 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:21.973048+0000 mgr.y (mgr.44106) 23 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:22.039597+0000 mon.a (mon.0) 139 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:22.040162+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:22.040464+0000 mon.a (mon.0) 141 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:22.040510+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:22.053363+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:22.053487+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:23.973532+0000 mgr.y (mgr.44106) 24 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:25.974200+0000 mgr.y (mgr.44106) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.053385+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.057728+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.058203+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.058252+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.058648+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e29: y(active, since 39s), standbys: x 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.058827+0000 mon.a (mon.0) 149 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T08:39:27.117 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.063143+0000 mon.a (mon.0) 150 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T08:39:27.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.063171+0000 mon.a (mon.0) 151 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T08:39:27.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.063187+0000 mon.a (mon.0) 152 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] is down (out of quorum) 2024-02-10T08:39:27.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:27.066309+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:27.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:27.067300+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:27.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:27 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:27.068961+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:39:28.419 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:21.973048+0000 mgr.y (mgr.44106) 23 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:22.039597+0000 mon.a (mon.0) 139 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:22.040162+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:22.040464+0000 mon.a (mon.0) 141 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:22.040510+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:22.053363+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:22.053487+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:23.973532+0000 mgr.y (mgr.44106) 24 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:25.974200+0000 mgr.y (mgr.44106) 25 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.053385+0000 mon.a (mon.0) 144 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.057728+0000 mon.a (mon.0) 145 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:28.420 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.058203+0000 mon.a (mon.0) 146 : cluster [DBG] fsmap 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.058252+0000 mon.a (mon.0) 147 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.058648+0000 mon.a (mon.0) 148 : cluster [DBG] mgrmap e29: y(active, since 39s), standbys: x 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.058827+0000 mon.a (mon.0) 149 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.063143+0000 mon.a (mon.0) 150 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.063171+0000 mon.a (mon.0) 151 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.063187+0000 mon.a (mon.0) 152 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0] is down (out of quorum) 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:27.066309+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:27.067300+0000 mon.a (mon.0) 154 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:28.421 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:28 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:27.068961+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:39:29.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:22.053321+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-02-10T08:39:29.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:27.974622+0000 mgr.y (mgr.44106) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.123262+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.123264+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.147950+0000 mon.a (mon.0) 157 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.153655+0000 mon.a (mon.0) 158 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.154093+0000 mon.a (mon.0) 159 : cluster [DBG] fsmap 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.154132+0000 mon.a (mon.0) 160 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.154551+0000 mon.a (mon.0) 161 : cluster [DBG] mgrmap e29: y(active, since 40s), standbys: x 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.154746+0000 mon.a (mon.0) 162 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.154765+0000 mon.a (mon.0) 163 : cluster [INF] Cluster is now healthy 2024-02-10T08:39:29.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:29 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:28.158973+0000 mon.a (mon.0) 164 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:22.053321+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:27.974622+0000 mgr.y (mgr.44106) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.123262+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.123264+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.147950+0000 mon.a (mon.0) 157 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.153655+0000 mon.a (mon.0) 158 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.154093+0000 mon.a (mon.0) 159 : cluster [DBG] fsmap 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.154132+0000 mon.a (mon.0) 160 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.154551+0000 mon.a (mon.0) 161 : cluster [DBG] mgrmap e29: y(active, since 40s), standbys: x 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.154746+0000 mon.a (mon.0) 162 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.154765+0000 mon.a (mon.0) 163 : cluster [INF] Cluster is now healthy 2024-02-10T08:39:29.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:28.158973+0000 mon.a (mon.0) 164 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:22.053321+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:27.974622+0000 mgr.y (mgr.44106) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.123262+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.123264+0000 mon.a (mon.0) 156 : cluster [INF] mon.a calling monitor election 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.147950+0000 mon.a (mon.0) 157 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.153655+0000 mon.a (mon.0) 158 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.99:3300/0,v1:172.21.15.99:6789/0],b=[v2:172.21.15.179:3300/0,v1:172.21.15.179:6789/0],c=[v2:172.21.15.99:3301/0,v1:172.21.15.99:6790/0]} removed_ranks: {} 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.154093+0000 mon.a (mon.0) 159 : cluster [DBG] fsmap 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.154132+0000 mon.a (mon.0) 160 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.154551+0000 mon.a (mon.0) 161 : cluster [DBG] mgrmap e29: y(active, since 40s), standbys: x 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.154746+0000 mon.a (mon.0) 162 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.154765+0000 mon.a (mon.0) 163 : cluster [INF] Cluster is now healthy 2024-02-10T08:39:29.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:29 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:28.158973+0000 mon.a (mon.0) 164 : cluster [INF] overall HEALTH_OK 2024-02-10T08:39:31.122 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:31 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:29.975338+0000 mgr.y (mgr.44106) 27 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:31.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:31 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:29.975338+0000 mgr.y (mgr.44106) 27 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:31.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:31 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:29.975338+0000 mgr.y (mgr.44106) 27 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:31.975901+0000 mgr.y (mgr.44106) 28 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:32.024830+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:32.029396+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:32.032404+0000 mgr.y (mgr.44106) 29 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:32.032688+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:32.033346+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:32.034008+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:32.034596+0000 mgr.y (mgr.44106) 30 : cephadm [INF] Reconfiguring daemon mon.a on smithi099 2024-02-10T08:39:33.310 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:32.035007+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:31.975901+0000 mgr.y (mgr.44106) 28 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:32.024830+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:32.029396+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:32.032404+0000 mgr.y (mgr.44106) 29 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:32.032688+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:32.033346+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:32.034008+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:32.034596+0000 mgr.y (mgr.44106) 30 : cephadm [INF] Reconfiguring daemon mon.a on smithi099 2024-02-10T08:39:33.311 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:33 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:32.035007+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:39:33.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:31.975901+0000 mgr.y (mgr.44106) 28 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:33.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:32.024830+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:33.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:32.029396+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:33.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:32.032404+0000 mgr.y (mgr.44106) 29 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-02-10T08:39:33.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:32.032688+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:33.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:32.033346+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:33.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:32.034008+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:33.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:32.034596+0000 mgr.y (mgr.44106) 30 : cephadm [INF] Reconfiguring daemon mon.a on smithi099 2024-02-10T08:39:33.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:33 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:32.035007+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-02-10T08:39:34.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:33.352777+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:33.353527+0000 mgr.y (mgr.44106) 31 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-02-10T08:39:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:33.353779+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:39:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:33.354399+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:39:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:33.354974+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:33.355415+0000 mgr.y (mgr.44106) 32 : cephadm [INF] Reconfiguring daemon mgr.y on smithi099 2024-02-10T08:39:34.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:34 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:33.355723+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-10T08:39:34.641 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:33.352777+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:33.353527+0000 mgr.y (mgr.44106) 31 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:33.353779+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:33.354399+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:33.354974+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:33.355415+0000 mgr.y (mgr.44106) 32 : cephadm [INF] Reconfiguring daemon mgr.y on smithi099 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:33.355723+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:33.352777+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:33.353527+0000 mgr.y (mgr.44106) 31 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:33.353779+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:33.354399+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:33.354974+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:34.642 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:33.355415+0000 mgr.y (mgr.44106) 32 : cephadm [INF] Reconfiguring daemon mgr.y on smithi099 2024-02-10T08:39:34.643 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:34 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:33.355723+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:33.976396+0000 mgr.y (mgr.44106) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:34.696323+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:34.697217+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:34.697727+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:34.698178+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:34.698947+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:33.976396+0000 mgr.y (mgr.44106) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:34.696323+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:34.697217+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:34.697727+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:34.698178+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:35.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:35 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:34.698947+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:39:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:33.976396+0000 mgr.y (mgr.44106) 33 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:34.696323+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:34.697217+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:35.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:34.697727+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:35.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:34.698178+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:35.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:35 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:34.698947+0000 mon.a (mon.0) 180 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-02-10T08:39:36.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:34.697010+0000 mgr.y (mgr.44106) 34 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-10T08:39:36.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:34.698629+0000 mgr.y (mgr.44106) 35 : cephadm [INF] Reconfiguring daemon mon.c on smithi099 2024-02-10T08:39:36.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:36.090826+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:36.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:36.091751+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:39:36.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:36.092341+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:36.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:36 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:36.093737+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:34.697010+0000 mgr.y (mgr.44106) 34 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:34.698629+0000 mgr.y (mgr.44106) 35 : cephadm [INF] Reconfiguring daemon mon.c on smithi099 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:36.090826+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:36.091751+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:36.092341+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:36.093737+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:34.697010+0000 mgr.y (mgr.44106) 34 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:34.698629+0000 mgr.y (mgr.44106) 35 : cephadm [INF] Reconfiguring daemon mon.c on smithi099 2024-02-10T08:39:36.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:36.090826+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:36.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:36.091751+0000 mon.a (mon.0) 182 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:39:36.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:36.092341+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:36.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:36 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:36.093737+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-10T08:39:37.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:37 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:35.977239+0000 mgr.y (mgr.44106) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:37.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:37 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:36.091499+0000 mgr.y (mgr.44106) 37 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-10T08:39:37.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:37 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:36.093386+0000 mgr.y (mgr.44106) 38 : cephadm [INF] Reconfiguring daemon osd.0 on smithi099 2024-02-10T08:39:37.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:37 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:35.977239+0000 mgr.y (mgr.44106) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:37.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:37 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:36.091499+0000 mgr.y (mgr.44106) 37 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-10T08:39:37.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:37 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:36.093386+0000 mgr.y (mgr.44106) 38 : cephadm [INF] Reconfiguring daemon osd.0 on smithi099 2024-02-10T08:39:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:37 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:35.977239+0000 mgr.y (mgr.44106) 36 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:37 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:36.091499+0000 mgr.y (mgr.44106) 37 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-02-10T08:39:37.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:37 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:36.093386+0000 mgr.y (mgr.44106) 38 : cephadm [INF] Reconfiguring daemon osd.0 on smithi099 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:37.452466+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:37.453132+0000 mgr.y (mgr.44106) 39 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:37.453324+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:37.453898+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:37.454847+0000 mgr.y (mgr.44106) 40 : cephadm [INF] Reconfiguring daemon osd.1 on smithi099 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:37.455199+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:37.452466+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:37.453132+0000 mgr.y (mgr.44106) 39 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-10T08:39:38.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:37.453324+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:39:38.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:37.453898+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:38.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:37.454847+0000 mgr.y (mgr.44106) 40 : cephadm [INF] Reconfiguring daemon osd.1 on smithi099 2024-02-10T08:39:38.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:38 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:37.455199+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-10T08:39:38.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:38 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:37.452466+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:38.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:38 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:37.453132+0000 mgr.y (mgr.44106) 39 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-02-10T08:39:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:38 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:37.453324+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-02-10T08:39:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:38 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:37.453898+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:38 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:37.454847+0000 mgr.y (mgr.44106) 40 : cephadm [INF] Reconfiguring daemon osd.1 on smithi099 2024-02-10T08:39:38.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:38 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:37.455199+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-02-10T08:39:39.626 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:37.977568+0000 mgr.y (mgr.44106) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:39.626 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:38.911279+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:39.627 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:38.912178+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:39:39.627 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:38.912682+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:39.627 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:38.913932+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-10T08:39:39.627 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:37.977568+0000 mgr.y (mgr.44106) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:39.627 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:38.911279+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:39.627 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:38.912178+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:39:39.627 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:38.912682+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:39.627 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:39 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:38.913932+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-10T08:39:39.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:39 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:37.977568+0000 mgr.y (mgr.44106) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:39.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:39 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:38.911279+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:39.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:39 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:38.912178+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-02-10T08:39:39.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:39 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:38.912682+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:39.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:39 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:38.913932+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-02-10T08:39:40.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:40 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:38.911964+0000 mgr.y (mgr.44106) 42 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-10T08:39:40.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:40 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:38.913635+0000 mgr.y (mgr.44106) 43 : cephadm [INF] Reconfiguring daemon osd.2 on smithi099 2024-02-10T08:39:40.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:40 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:38.911964+0000 mgr.y (mgr.44106) 42 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-10T08:39:40.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:40 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:38.913635+0000 mgr.y (mgr.44106) 43 : cephadm [INF] Reconfiguring daemon osd.2 on smithi099 2024-02-10T08:39:40.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:40 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:38.911964+0000 mgr.y (mgr.44106) 42 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-02-10T08:39:40.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:40 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:38.913635+0000 mgr.y (mgr.44106) 43 : cephadm [INF] Reconfiguring daemon osd.2 on smithi099 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:39.978128+0000 mgr.y (mgr.44106) 44 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:40.498781+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:40.499452+0000 mgr.y (mgr.44106) 45 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:40.499692+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:40.500309+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:40.501294+0000 mgr.y (mgr.44106) 46 : cephadm [INF] Reconfiguring daemon osd.3 on smithi099 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:40.501638+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:39.978128+0000 mgr.y (mgr.44106) 44 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:41.791 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:40.498781+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:41.792 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:40.499452+0000 mgr.y (mgr.44106) 45 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-10T08:39:41.792 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:40.499692+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:39:41.792 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:40.500309+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:41.792 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:40.501294+0000 mgr.y (mgr.44106) 46 : cephadm [INF] Reconfiguring daemon osd.3 on smithi099 2024-02-10T08:39:41.792 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:41 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:40.501638+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-10T08:39:41.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:41 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:39.978128+0000 mgr.y (mgr.44106) 44 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:41.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:41 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:40.498781+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:41.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:41 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:40.499452+0000 mgr.y (mgr.44106) 45 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-02-10T08:39:41.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:41 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:40.499692+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-02-10T08:39:41.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:41 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:40.500309+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:41.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:41 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:40.501294+0000 mgr.y (mgr.44106) 46 : cephadm [INF] Reconfiguring daemon osd.3 on smithi099 2024-02-10T08:39:41.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:41 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:40.501638+0000 mon.a (mon.0) 196 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-02-10T08:39:43.105 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:41.855333+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:41.856220+0000 mgr.y (mgr.44106) 47 : cephadm [INF] Reconfiguring rgw.r.z.smithi099.wcvjcd (monmap changed)... 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:41.856485+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:41.857143+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:41.859848+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:41.860267+0000 mgr.y (mgr.44106) 48 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi099.wcvjcd 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:41.865161+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:41.865756+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi099.wcvjcd"}]: dispatch 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:41.866241+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:41.866680+0000 mgr.y (mgr.44106) 49 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi099.wcvjcd on smithi099 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:41.866985+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi099.wcvjcd","key": "container_image"}]: dispatch 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:41.978472+0000 mgr.y (mgr.44106) 50 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:43.106 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:41.855333+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:41.856220+0000 mgr.y (mgr.44106) 47 : cephadm [INF] Reconfiguring rgw.r.z.smithi099.wcvjcd (monmap changed)... 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:41.856485+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:41.857143+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:41.859848+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:41.860267+0000 mgr.y (mgr.44106) 48 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi099.wcvjcd 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:41.865161+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:41.865756+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi099.wcvjcd"}]: dispatch 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:41.866241+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:41.866680+0000 mgr.y (mgr.44106) 49 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi099.wcvjcd on smithi099 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:41.866985+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi099.wcvjcd","key": "container_image"}]: dispatch 2024-02-10T08:39:43.107 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:42 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:41.978472+0000 mgr.y (mgr.44106) 50 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:43.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:41.855333+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:43.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:41.856220+0000 mgr.y (mgr.44106) 47 : cephadm [INF] Reconfiguring rgw.r.z.smithi099.wcvjcd (monmap changed)... 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:41.856485+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:41.857143+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:41.859848+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi099.wcvjcd", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:41.860267+0000 mgr.y (mgr.44106) 48 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi099.wcvjcd 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:41.865161+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:41.865756+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi099.wcvjcd"}]: dispatch 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:41.866241+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:41.866680+0000 mgr.y (mgr.44106) 49 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi099.wcvjcd on smithi099 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:41.866985+0000 mon.a (mon.0) 204 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi099.wcvjcd","key": "container_image"}]: dispatch 2024-02-10T08:39:43.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:42 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:41.978472+0000 mgr.y (mgr.44106) 50 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:44.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:43.148569+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:44.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:43.149245+0000 mgr.y (mgr.44106) 51 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-10T08:39:44.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:43.149441+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:44.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:43.149966+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:44.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:43.150458+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:44.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:43.150919+0000 mgr.y (mgr.44106) 52 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-02-10T08:39:44.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:43.151206+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:39:44.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:43.148569+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:44.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:43.149245+0000 mgr.y (mgr.44106) 51 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-10T08:39:44.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:43.149441+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:44.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:43.149966+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:44.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:43.150458+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:44.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:43.150919+0000 mgr.y (mgr.44106) 52 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-02-10T08:39:44.475 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:44 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:43.151206+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:39:44.552 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:43.148569+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:44.553 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:43.149245+0000 mgr.y (mgr.44106) 51 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-02-10T08:39:44.553 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:43.149441+0000 mon.a (mon.0) 206 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-02-10T08:39:44.553 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:43.149966+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-02-10T08:39:44.553 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:43.150458+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:44.553 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:43.150919+0000 mgr.y (mgr.44106) 52 : cephadm [INF] Reconfiguring daemon mon.b on smithi179 2024-02-10T08:39:44.553 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:44 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:43.151206+0000 mon.a (mon.0) 209 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-02-10T08:39:45.875 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:43.978917+0000 mgr.y (mgr.44106) 53 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:45.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:44.599358+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:45.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:44.600290+0000 mgr.y (mgr.44106) 54 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-02-10T08:39:45.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:44.600652+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:39:45.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:44.601520+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:39:45.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:44.602160+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:45.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:44.602759+0000 mgr.y (mgr.44106) 55 : cephadm [INF] Reconfiguring daemon mgr.x on smithi179 2024-02-10T08:39:45.876 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:45 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:44.603195+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:43.978917+0000 mgr.y (mgr.44106) 53 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:44.599358+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:44.600290+0000 mgr.y (mgr.44106) 54 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:44.600652+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:44.601520+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:44.602160+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:44.602759+0000 mgr.y (mgr.44106) 55 : cephadm [INF] Reconfiguring daemon mgr.x on smithi179 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:44.603195+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-10T08:39:45.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:43.978917+0000 mgr.y (mgr.44106) 53 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:44.599358+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:44.600290+0000 mgr.y (mgr.44106) 54 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-02-10T08:39:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:44.600652+0000 mon.a (mon.0) 211 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-02-10T08:39:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:44.601520+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-02-10T08:39:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:44.602160+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:44.602759+0000 mgr.y (mgr.44106) 55 : cephadm [INF] Reconfiguring daemon mgr.x on smithi179 2024-02-10T08:39:45.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:45 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:44.603195+0000 mon.a (mon.0) 214 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-02-10T08:39:47.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:45.935053+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:47.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:45.935892+0000 mgr.y (mgr.44106) 56 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-10T08:39:47.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:45.936187+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:39:47.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:45.936957+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:47.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:45.938241+0000 mgr.y (mgr.44106) 57 : cephadm [INF] Reconfiguring daemon osd.4 on smithi179 2024-02-10T08:39:47.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:45.938721+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-10T08:39:47.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:45.979768+0000 mgr.y (mgr.44106) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:47.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:45.935053+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:47.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:45.935892+0000 mgr.y (mgr.44106) 56 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-10T08:39:47.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:45.936187+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:39:47.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:45.936957+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:47.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:45.938241+0000 mgr.y (mgr.44106) 57 : cephadm [INF] Reconfiguring daemon osd.4 on smithi179 2024-02-10T08:39:47.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:45.938721+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-10T08:39:47.224 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:46 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:45.979768+0000 mgr.y (mgr.44106) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:47.265 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:45.935053+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:47.266 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:45.935892+0000 mgr.y (mgr.44106) 56 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-02-10T08:39:47.266 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:45.936187+0000 mon.a (mon.0) 216 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-02-10T08:39:47.266 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:45.936957+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:47.266 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:45.938241+0000 mgr.y (mgr.44106) 57 : cephadm [INF] Reconfiguring daemon osd.4 on smithi179 2024-02-10T08:39:47.266 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:45.938721+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-02-10T08:39:47.266 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:46 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:45.979768+0000 mgr.y (mgr.44106) 58 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:48.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:48 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:47.335807+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:48.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:48 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:47.336675+0000 mgr.y (mgr.44106) 59 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-10T08:39:48.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:48 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:47.336956+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:39:48.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:48 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:47.337682+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:48.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:48 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:47.338927+0000 mgr.y (mgr.44106) 60 : cephadm [INF] Reconfiguring daemon osd.5 on smithi179 2024-02-10T08:39:48.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:48 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:47.339371+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:47.335807+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:47.336675+0000 mgr.y (mgr.44106) 59 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:47.336956+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:47.337682+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:47.338927+0000 mgr.y (mgr.44106) 60 : cephadm [INF] Reconfiguring daemon osd.5 on smithi179 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:47.339371+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:47.335807+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:47.336675+0000 mgr.y (mgr.44106) 59 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-02-10T08:39:48.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:47.336956+0000 mon.a (mon.0) 220 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-02-10T08:39:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:47.337682+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:47.338927+0000 mgr.y (mgr.44106) 60 : cephadm [INF] Reconfiguring daemon osd.5 on smithi179 2024-02-10T08:39:48.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:48 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:47.339371+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-02-10T08:39:49.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:49 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:47.980242+0000 mgr.y (mgr.44106) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:49.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:49 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:48.775249+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:49.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:49 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:48.776398+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:39:49.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:49 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:48.777202+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:49.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:49 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:48.778881+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-10T08:39:49.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:47.980242+0000 mgr.y (mgr.44106) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:49.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:48.775249+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:49.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:48.776398+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:39:49.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:48.777202+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:49.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:48.778881+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-10T08:39:49.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:47.980242+0000 mgr.y (mgr.44106) 61 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:49.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:48.775249+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:49.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:48.776398+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-02-10T08:39:49.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:48.777202+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:49.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:49 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:48.778881+0000 mon.a (mon.0) 226 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-02-10T08:39:50.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:50 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:48.776081+0000 mgr.y (mgr.44106) 62 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-10T08:39:50.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:50 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:48.778434+0000 mgr.y (mgr.44106) 63 : cephadm [INF] Reconfiguring daemon osd.6 on smithi179 2024-02-10T08:39:50.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:50 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:50.248422+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:50.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:50 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:50.249612+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:39:50.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:50 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:50.250415+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:50.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:50 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:50.252113+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:48.776081+0000 mgr.y (mgr.44106) 62 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:48.778434+0000 mgr.y (mgr.44106) 63 : cephadm [INF] Reconfiguring daemon osd.6 on smithi179 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:50.248422+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:50.249612+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:50.250415+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:50.252113+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:48.776081+0000 mgr.y (mgr.44106) 62 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:48.778434+0000 mgr.y (mgr.44106) 63 : cephadm [INF] Reconfiguring daemon osd.6 on smithi179 2024-02-10T08:39:50.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:50.248422+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:50.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:50.249612+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-02-10T08:39:50.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:50.250415+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:50.724 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:50 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:50.252113+0000 mon.a (mon.0) 230 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-02-10T08:39:51.577 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:51 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:49.980954+0000 mgr.y (mgr.44106) 64 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:51.577 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:51 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:50.249240+0000 mgr.y (mgr.44106) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-10T08:39:51.577 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:51 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:50.251655+0000 mgr.y (mgr.44106) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi179 2024-02-10T08:39:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:51 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:49.980954+0000 mgr.y (mgr.44106) 64 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:51 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:50.249240+0000 mgr.y (mgr.44106) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-10T08:39:51.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:51 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:50.251655+0000 mgr.y (mgr.44106) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi179 2024-02-10T08:39:51.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:51 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:49.980954+0000 mgr.y (mgr.44106) 64 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:51.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:51 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:50.249240+0000 mgr.y (mgr.44106) 65 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-02-10T08:39:51.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:51 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:50.251655+0000 mgr.y (mgr.44106) 66 : cephadm [INF] Reconfiguring daemon osd.7 on smithi179 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:51.645098+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:51.646352+0000 mgr.y (mgr.44106) 67 : cephadm [INF] Reconfiguring rgw.r.z.smithi179.txupur (monmap changed)... 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:51.646721+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:51.647619+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:51.650832+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:51.651396+0000 mgr.y (mgr.44106) 68 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi179.txupur 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:51.657272+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:51.658106+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi179.txupur"}]: dispatch 2024-02-10T08:39:52.891 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:51.658857+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:52.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:51.659614+0000 mgr.y (mgr.44106) 69 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi179.txupur on smithi179 2024-02-10T08:39:52.892 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:52 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:51.660127+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi179.txupur","key": "container_image"}]: dispatch 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:51.645098+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:51.646352+0000 mgr.y (mgr.44106) 67 : cephadm [INF] Reconfiguring rgw.r.z.smithi179.txupur (monmap changed)... 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:51.646721+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:51.647619+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:51.650832+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:51.651396+0000 mgr.y (mgr.44106) 68 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi179.txupur 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:51.657272+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:51.658106+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi179.txupur"}]: dispatch 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:51.658857+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:51.659614+0000 mgr.y (mgr.44106) 69 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi179.txupur on smithi179 2024-02-10T08:39:52.973 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:51.660127+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi179.txupur","key": "container_image"}]: dispatch 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:51.645098+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:51.646352+0000 mgr.y (mgr.44106) 67 : cephadm [INF] Reconfiguring rgw.r.z.smithi179.txupur (monmap changed)... 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:51.646721+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:51.647619+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:51.650832+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi179.txupur", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:51.651396+0000 mgr.y (mgr.44106) 68 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi179.txupur 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:51.657272+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:51.658106+0000 mon.a (mon.0) 236 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi179.txupur"}]: dispatch 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:51.658857+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:51.659614+0000 mgr.y (mgr.44106) 69 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi179.txupur on smithi179 2024-02-10T08:39:52.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:52 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:51.660127+0000 mon.a (mon.0) 238 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi179.txupur","key": "container_image"}]: dispatch 2024-02-10T08:39:53.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:51.981515+0000 mgr.y (mgr.44106) 70 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:53.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:52.992700+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:53.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:52.994541+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:52.997394+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:52.999258+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.006417+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.007282+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.013015+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.013751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.017441+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.018128+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.021668+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.022808+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.027451+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:53.724 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.028929+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:51.981515+0000 mgr.y (mgr.44106) 70 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:52.992700+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:52.994541+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:52.997394+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:52.999258+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.006417+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.007282+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.013015+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.013751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.017441+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.018128+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-02-10T08:39:53.725 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.021668+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-02-10T08:39:53.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.022808+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:53.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.027451+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:53.726 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:53 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.028929+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:39:54.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:51.981515+0000 mgr.y (mgr.44106) 70 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:54.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:52.992700+0000 mon.a (mon.0) 239 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:52.994541+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:52.997394+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:52.999258+0000 mon.a (mon.0) 242 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.006417+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.007282+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.013015+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.013751+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.017441+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.018128+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.021668+0000 mon.a (mon.0) 249 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.022808+0000 mon.a (mon.0) 250 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.027451+0000 mon.a (mon.0) 251 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:54.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:53 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.028929+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:53.000020+0000 mgr.y (mgr.44106) 71 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:53.023486+0000 mgr.y (mgr.44106) 72 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.029088+0000 mgr.y (mgr.44106) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:53.029931+0000 mgr.y (mgr.44106) 74 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.995021+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.995203+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.995356+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:53.995510+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:54.390362+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:54.390967+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:39:54.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:54.391381+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:54.392604+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:53.000020+0000 mgr.y (mgr.44106) 71 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:53.023486+0000 mgr.y (mgr.44106) 72 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.029088+0000 mgr.y (mgr.44106) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:53.029931+0000 mgr.y (mgr.44106) 74 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.995021+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.995203+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.995356+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:53.995510+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:54.390362+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:54.974 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:54.390967+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:39:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:54.391381+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:54.975 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:54 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:54.392604+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-10T08:39:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:53.000020+0000 mgr.y (mgr.44106) 71 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-02-10T08:39:55.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:53.023486+0000 mgr.y (mgr.44106) 72 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.029088+0000 mgr.y (mgr.44106) 73 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:53.029931+0000 mgr.y (mgr.44106) 74 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.995021+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.9", "id": [7, 2]}]: dispatch 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.995203+0000 mon.a (mon.0) 254 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.6", "id": [1, 5]}]: dispatch 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.995356+0000 mon.a (mon.0) 255 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.12", "id": [1, 5]}]: dispatch 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:53.995510+0000 mon.a (mon.0) 256 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1d", "id": [1, 2]}]: dispatch 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:54.390362+0000 mon.a (mon.0) 257 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:54.390967+0000 mon.a (mon.0) 258 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:54.391381+0000 mon.a (mon.0) 259 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-02-10T08:39:55.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:54 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:54.392604+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-02-10T08:39:55.722 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:53.982011+0000 mgr.y (mgr.44106) 75 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:55.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:54.386213+0000 mgr.y (mgr.44106) 76 : cephadm [INF] Upgrade: Updating osd.0 2024-02-10T08:39:55.723 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:39:54.392303+0000 mgr.y (mgr.44106) 77 : cephadm [INF] Deploying daemon osd.0 on smithi099 2024-02-10T08:39:55.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:53.982011+0000 mgr.y (mgr.44106) 75 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:55.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:54.386213+0000 mgr.y (mgr.44106) 76 : cephadm [INF] Upgrade: Updating osd.0 2024-02-10T08:39:55.723 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:55 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:39:54.392303+0000 mgr.y (mgr.44106) 77 : cephadm [INF] Deploying daemon osd.0 on smithi099 2024-02-10T08:39:56.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:55 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:53.982011+0000 mgr.y (mgr.44106) 75 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:56.140 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:55 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:54.386213+0000 mgr.y (mgr.44106) 76 : cephadm [INF] Upgrade: Updating osd.0 2024-02-10T08:39:56.141 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:55 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:39:54.392303+0000 mgr.y (mgr.44106) 77 : cephadm [INF] Deploying daemon osd.0 on smithi099 2024-02-10T08:39:57.317 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:57 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:55.982721+0000 mgr.y (mgr.44106) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:57.317 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:57 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:55.982721+0000 mgr.y (mgr.44106) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:57.318 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:39:57 smithi099 systemd[1]: Stopping Ceph osd.0 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:39:57.573 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:39:57 smithi099 bash[70188]: debug 2024-02-10T08:39:57.316+0000 7f15a9159700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:39:57.573 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:39:57 smithi099 bash[70188]: debug 2024-02-10T08:39:57.316+0000 7f15a9159700 -1 osd.0 68 *** Got signal Terminated *** 2024-02-10T08:39:57.573 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:39:57 smithi099 bash[70188]: debug 2024-02-10T08:39:57.316+0000 7f15a9159700 -1 osd.0 68 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:39:57.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:57 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:55.982721+0000 mgr.y (mgr.44106) 78 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:57.884 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:39:57 smithi099 bash[93397]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.0 2024-02-10T08:39:58.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.361941+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.361977+0000 mon.a (mon.0) 262 : cluster [INF] osd.0 failed (root=default,host=smithi099) (connection refused reported by osd.7) 2024-02-10T08:39:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.362217+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.362304+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.562496+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.562700+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.562789+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.562866+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.562968+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563132+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563182+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563303+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563411+0000 mon.a (mon.0) 273 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.475 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563461+0000 mon.a (mon.0) 274 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563597+0000 mon.a (mon.0) 275 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563731+0000 mon.a (mon.0) 276 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563857+0000 mon.a (mon.0) 277 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.563987+0000 mon.a (mon.0) 278 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.662944+0000 mon.a (mon.0) 279 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.476 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.664378+0000 mon.a (mon.0) 280 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.477 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.361941+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.361977+0000 mon.a (mon.0) 262 : cluster [INF] osd.0 failed (root=default,host=smithi099) (connection refused reported by osd.7) 2024-02-10T08:39:58.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.362217+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.362304+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.562496+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.562700+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.562789+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.478 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.562866+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.562968+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563132+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563182+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563303+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563411+0000 mon.a (mon.0) 273 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563461+0000 mon.a (mon.0) 274 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563597+0000 mon.a (mon.0) 275 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563731+0000 mon.a (mon.0) 276 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.479 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563857+0000 mon.a (mon.0) 277 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.563987+0000 mon.a (mon.0) 278 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.662944+0000 mon.a (mon.0) 279 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.664378+0000 mon.a (mon.0) 280 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.664509+0000 mon.a (mon.0) 281 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.664868+0000 mon.a (mon.0) 282 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.480 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.863883+0000 mon.a (mon.0) 283 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.865568+0000 mon.a (mon.0) 284 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.865813+0000 mon.a (mon.0) 285 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.865937+0000 mon.a (mon.0) 286 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.963501+0000 mon.a (mon.0) 287 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.963579+0000 mon.a (mon.0) 288 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.963650+0000 mon.a (mon.0) 289 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.481 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.963715+0000 mon.a (mon.0) 290 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.964117+0000 mon.a (mon.0) 291 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.964208+0000 mon.a (mon.0) 292 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.964278+0000 mon.a (mon.0) 293 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.964462+0000 mon.a (mon.0) 294 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.964762+0000 mon.a (mon.0) 295 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.964923+0000 mon.a (mon.0) 296 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.482 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.965041+0000 mon.a (mon.0) 297 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.965191+0000 mon.a (mon.0) 298 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.965358+0000 mon.a (mon.0) 299 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.483 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.965527+0000 mon.a (mon.0) 300 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.483 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.664509+0000 mon.a (mon.0) 281 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.483 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.664868+0000 mon.a (mon.0) 282 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.484 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.863883+0000 mon.a (mon.0) 283 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.484 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.865568+0000 mon.a (mon.0) 284 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.484 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.865813+0000 mon.a (mon.0) 285 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.484 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.865937+0000 mon.a (mon.0) 286 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.484 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.963501+0000 mon.a (mon.0) 287 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.484 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.963579+0000 mon.a (mon.0) 288 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.485 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.963650+0000 mon.a (mon.0) 289 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.485 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.963715+0000 mon.a (mon.0) 290 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.485 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.964117+0000 mon.a (mon.0) 291 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.485 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.964208+0000 mon.a (mon.0) 292 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.485 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.964278+0000 mon.a (mon.0) 293 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.485 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.964462+0000 mon.a (mon.0) 294 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.486 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.964762+0000 mon.a (mon.0) 295 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.486 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.964923+0000 mon.a (mon.0) 296 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.486 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.965041+0000 mon.a (mon.0) 297 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.486 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.965191+0000 mon.a (mon.0) 298 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.486 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.965358+0000 mon.a (mon.0) 299 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.486 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:58 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.965527+0000 mon.a (mon.0) 300 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.361941+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.361977+0000 mon.a (mon.0) 262 : cluster [INF] osd.0 failed (root=default,host=smithi099) (connection refused reported by osd.7) 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.362217+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.362304+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.562496+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.562700+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.562789+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.562866+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.562968+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563132+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563182+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563303+0000 mon.a (mon.0) 272 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563411+0000 mon.a (mon.0) 273 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563461+0000 mon.a (mon.0) 274 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563597+0000 mon.a (mon.0) 275 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563731+0000 mon.a (mon.0) 276 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563857+0000 mon.a (mon.0) 277 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.563987+0000 mon.a (mon.0) 278 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.662944+0000 mon.a (mon.0) 279 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.642 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.664378+0000 mon.a (mon.0) 280 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.664509+0000 mon.a (mon.0) 281 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.664868+0000 mon.a (mon.0) 282 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.863883+0000 mon.a (mon.0) 283 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.865568+0000 mon.a (mon.0) 284 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.865813+0000 mon.a (mon.0) 285 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.865937+0000 mon.a (mon.0) 286 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.963501+0000 mon.a (mon.0) 287 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.963579+0000 mon.a (mon.0) 288 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.963650+0000 mon.a (mon.0) 289 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.963715+0000 mon.a (mon.0) 290 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.964117+0000 mon.a (mon.0) 291 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.964208+0000 mon.a (mon.0) 292 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.964278+0000 mon.a (mon.0) 293 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.964462+0000 mon.a (mon.0) 294 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.964762+0000 mon.a (mon.0) 295 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-02-10T08:39:58.643 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.964923+0000 mon.a (mon.0) 296 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-02-10T08:39:58.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.965041+0000 mon.a (mon.0) 297 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-02-10T08:39:58.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.965191+0000 mon.a (mon.0) 298 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-02-10T08:39:58.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.965358+0000 mon.a (mon.0) 299 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:58.644 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:58 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.965527+0000 mon.a (mon.0) 300 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-02-10T08:39:59.432 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:57.983111+0000 mgr.y (mgr.44106) 79 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:59.432 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:58.178327+0000 mon.a (mon.0) 301 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:39:59.432 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:58.194399+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-10T08:39:59.432 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:58.196203+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:39:59.432 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:58.198138+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:39:59.432 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:57.983111+0000 mgr.y (mgr.44106) 79 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:59.432 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:58.178327+0000 mon.a (mon.0) 301 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:39:59.432 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:58.194399+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-10T08:39:59.433 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:58.196203+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:39:59.433 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:39:59 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:58.198138+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:39:59.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:59 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:57.983111+0000 mgr.y (mgr.44106) 79 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 6.0 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:39:59.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:59 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:58.178327+0000 mon.a (mon.0) 301 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-02-10T08:39:59.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:59 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:58.194399+0000 mon.a (mon.0) 302 : cluster [DBG] osdmap e69: 8 total, 7 up, 8 in 2024-02-10T08:39:59.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:59 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:58.196203+0000 mon.a (mon.0) 303 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-02-10T08:39:59.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:39:59 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:58.198138+0000 mon.a (mon.0) 304 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-02-10T08:40:00.200 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:39:59 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.0.service: Succeeded. 2024-02-10T08:40:00.200 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:39:59 smithi099 systemd[1]: Stopped Ceph osd.0 for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:40:00.200 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:39:59 smithi099 systemd[1]: Starting Ceph osd.0 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:00.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:39:59.190069+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:40:00.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:59.190195+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-10T08:40:00.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:00.000097+0000 mon.a (mon.0) 307 : cluster [WRN] Health detail: HEALTH_WARN 1 osds down 2024-02-10T08:40:00.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:00.000119+0000 mon.a (mon.0) 308 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-02-10T08:40:00.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:00.000144+0000 mon.a (mon.0) 309 : cluster [WRN] osd.0 (root=default,host=smithi099) is down 2024-02-10T08:40:00.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:39:59.190069+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:40:00.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:59.190195+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-10T08:40:00.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:00.000097+0000 mon.a (mon.0) 307 : cluster [WRN] Health detail: HEALTH_WARN 1 osds down 2024-02-10T08:40:00.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:00.000119+0000 mon.a (mon.0) 308 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-02-10T08:40:00.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:00 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:00.000144+0000 mon.a (mon.0) 309 : cluster [WRN] osd.0 (root=default,host=smithi099) is down 2024-02-10T08:40:00.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:00 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:39:59.190069+0000 mon.a (mon.0) 305 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-02-10T08:40:00.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:00 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:59.190195+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e70: 8 total, 7 up, 8 in 2024-02-10T08:40:00.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:00 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:00.000097+0000 mon.a (mon.0) 307 : cluster [WRN] Health detail: HEALTH_WARN 1 osds down 2024-02-10T08:40:00.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:00 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:00.000119+0000 mon.a (mon.0) 308 : cluster [WRN] [WRN] OSD_DOWN: 1 osds down 2024-02-10T08:40:00.641 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:00 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:00.000144+0000 mon.a (mon.0) 309 : cluster [WRN] osd.0 (root=default,host=smithi099) is down 2024-02-10T08:40:01.203 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:00 smithi099 bash[93702]: --> Failed to activate via raw: did not find any matching OSD to activate 2024-02-10T08:40:01.204 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:00 smithi099 bash[93702]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-10T08:40:01.204 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:00 smithi099 bash[93702]: 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 2024-02-10T08:40:01.204 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:00 smithi099 bash[93702]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-02-10T08:40:01.204 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:00 smithi099 bash[93702]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-02-10T08:40:01.204 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:00 smithi099 bash[93702]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-02-10T08:40:01.204 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:00 smithi099 bash[93702]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-02-10T08:40:01.204 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:00 smithi099 bash[93702]: --> ceph-volume lvm activate successful for osd ID: 0 2024-02-10T08:40:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:39:59.983678+0000 mgr.y (mgr.44106) 80 : cluster [DBG] pgmap v38: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:01.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:00.198687+0000 mon.a (mon.0) 310 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 48 pgs peering (PG_AVAILABILITY) 2024-02-10T08:40:01.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:39:59.983678+0000 mgr.y (mgr.44106) 80 : cluster [DBG] pgmap v38: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:01.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:00.198687+0000 mon.a (mon.0) 310 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 48 pgs peering (PG_AVAILABILITY) 2024-02-10T08:40:01.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:01 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:39:59.983678+0000 mgr.y (mgr.44106) 80 : cluster [DBG] pgmap v38: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:01.640 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:01 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:00.198687+0000 mon.a (mon.0) 310 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 48 pgs peering (PG_AVAILABILITY) 2024-02-10T08:40:02.223 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:01 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd-0[93962]: debug 2024-02-10T08:40:01.956+0000 7f68fce52700 1 -- 172.21.15.99:0/3997515827 <== mon.0 v2:172.21.15.99:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55f1aa7c8680 con 0x55f1aa78f400 2024-02-10T08:40:02.223 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:02 smithi099 bash[93947]: 71182e2ff54ebe994f21912a87589c7435b1cc81e09c6eafcdd9677c17048870 2024-02-10T08:40:02.223 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:02 smithi099 systemd[1]: Started Ceph osd.0 for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:40:02.723 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:02 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd-0[93962]: debug 2024-02-10T08:40:02.471+0000 7f69048e0380 -1 Falling back to public interface 2024-02-10T08:40:03.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:03 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:01.984216+0000 mgr.y (mgr.44106) 81 : cluster [DBG] pgmap v39: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:03.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:03 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:02.079249+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:03.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:03 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:02.079952+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:03.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:03 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:02.081310+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:40:03.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:01.984216+0000 mgr.y (mgr.44106) 81 : cluster [DBG] pgmap v39: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:03.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:02.079249+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:03.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:02.079952+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:03.474 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:02.081310+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:40:03.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:01.984216+0000 mgr.y (mgr.44106) 81 : cluster [DBG] pgmap v39: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:03.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:02.079249+0000 mon.a (mon.0) 311 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:03.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:02.079952+0000 mon.a (mon.0) 312 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:03.474 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:03 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:02.081310+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-02-10T08:40:05.181 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:03.984764+0000 mgr.y (mgr.44106) 82 : cluster [DBG] pgmap v40: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:05.182 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd-0[93962]: debug 2024-02-10T08:40:05.181+0000 7f69048e0380 -1 osd.0 68 log_to_monitors {default=true} 2024-02-10T08:40:05.182 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:05 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:03.984764+0000 mgr.y (mgr.44106) 82 : cluster [DBG] pgmap v40: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:05.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:05 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:03.984764+0000 mgr.y (mgr.44106) 82 : cluster [DBG] pgmap v40: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 6.1 MiB used, 707 GiB / 715 GiB avail 2024-02-10T08:40:06.114 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:06 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:05.185092+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:40:06.114 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:06 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:05.185423+0000 mon.a (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:40:06.114 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:06 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:05.185092+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:40:06.114 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:06 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:05.185423+0000 mon.a (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:40:06.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:06 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:05.185092+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:40:06.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:06 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:05.185423+0000 mon.a (mon.0) 314 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-02-10T08:40:06.466 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:06 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd-0[93962]: debug 2024-02-10T08:40:06.113+0000 7f68f75ca700 -1 osd.0 68 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-02-10T08:40:06.723 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:40:06 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:40:06.575+0000 7fd77b918700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-10T08:40:06.841 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph orch ps' 2024-02-10T08:40:07.105 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:05.985369+0000 mgr.y (mgr.44106) 83 : cluster [DBG] pgmap v41: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 64/606 objects degraded (10.561%) 2024-02-10T08:40:07.105 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:06.081579+0000 mon.a (mon.0) 315 : cluster [WRN] Health check failed: Degraded data redundancy: 64/606 objects degraded (10.561%), 19 pgs degraded (PG_DEGRADED) 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:06.081614+0000 mon.a (mon.0) 316 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 48 pgs peering) 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.096042+0000 mon.a (mon.0) 317 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:06.096097+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.096679+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.097033+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.206526+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.566887+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.571277+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.573127+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.574210+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.575005+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.576006+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:40:07.106 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:06.576137+0000 mgr.y (mgr.44106) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:40:07.107 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cephadm 2024-02-10T08:40:06.576675+0000 mgr.y (mgr.44106) 85 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-10T08:40:07.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:05.985369+0000 mgr.y (mgr.44106) 83 : cluster [DBG] pgmap v41: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 64/606 objects degraded (10.561%) 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:06.081579+0000 mon.a (mon.0) 315 : cluster [WRN] Health check failed: Degraded data redundancy: 64/606 objects degraded (10.561%), 19 pgs degraded (PG_DEGRADED) 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:06.081614+0000 mon.a (mon.0) 316 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 48 pgs peering) 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.096042+0000 mon.a (mon.0) 317 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:06.096097+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.096679+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.097033+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.206526+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.566887+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.571277+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.573127+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.574210+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.575005+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.576006+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:40:07.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:06.576137+0000 mgr.y (mgr.44106) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:40:07.392 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:07 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cephadm 2024-02-10T08:40:06.576675+0000 mgr.y (mgr.44106) 85 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-10T08:40:07.412 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:05.985369+0000 mgr.y (mgr.44106) 83 : cluster [DBG] pgmap v41: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 6.2 MiB used, 707 GiB / 715 GiB avail; 64/606 objects degraded (10.561%) 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:06.081579+0000 mon.a (mon.0) 315 : cluster [WRN] Health check failed: Degraded data redundancy: 64/606 objects degraded (10.561%), 19 pgs degraded (PG_DEGRADED) 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:06.081614+0000 mon.a (mon.0) 316 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 48 pgs peering) 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.096042+0000 mon.a (mon.0) 317 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:06.096097+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e71: 8 total, 7 up, 8 in 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.096679+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.097033+0000 mon.a (mon.0) 319 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi099", "root=default"]}]: dispatch 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.206526+0000 mon.a (mon.0) 320 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.566887+0000 mon.a (mon.0) 321 : audit [INF] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.571277+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.573127+0000 mon.a (mon.0) 323 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.574210+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.575005+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.576006+0000 mon.a (mon.0) 326 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:06.576137+0000 mgr.y (mgr.44106) 84 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-02-10T08:40:07.413 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:07 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cephadm 2024-02-10T08:40:06.576675+0000 mgr.y (mgr.44106) 85 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-02-10T08:40:08.304 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:07.088673+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:40:08.304 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:07.092180+0000 mon.a (mon.0) 328 : cluster [INF] osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223] boot 2024-02-10T08:40:08.304 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:07.092225+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-10T08:40:08.304 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:07.094016+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:40:08.304 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:08.099312+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-10T08:40:08.305 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:07.088673+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:40:08.305 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:07.092180+0000 mon.a (mon.0) 328 : cluster [INF] osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223] boot 2024-02-10T08:40:08.305 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:07.092225+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-10T08:40:08.305 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:07.094016+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:40:08.305 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:08 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:08.099312+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-10T08:40:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:08 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:07.088673+0000 mon.a (mon.0) 327 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-02-10T08:40:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:08 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:07.092180+0000 mon.a (mon.0) 328 : cluster [INF] osd.0 [v2:172.21.15.99:6802/2899950223,v1:172.21.15.99:6803/2899950223] boot 2024-02-10T08:40:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:08 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:07.092225+0000 mon.a (mon.0) 329 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-02-10T08:40:08.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:08 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:07.094016+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-02-10T08:40:08.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:08 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:08.099312+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-02-10T08:40:08.732 INFO:teuthology.orchestra.run.smithi099.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:alertmanager.a smithi099 running (2m) 2s ago 8m 18.0M - 0.26.0 9f27df16978d 942ed0d3860b 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:grafana.a smithi179 running (7m) 36s ago 7m 28.5M - 6.6.2 87a51ecf0b1c 1215b5d6a0ff 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.x smithi179 *:8443 running (97s) 36s ago 11m 382M - 16.2.14-521-g0e714d9a 1fbc92c859dc 9b3106229dfb 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:mgr.y smithi099 *:8443 running (2m) 2s ago 13m 419M - 16.2.14-521-g0e714d9a 1fbc92c859dc 625ac6fb2c83 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:mon.a smithi099 running (88s) 2s ago 13m 39.8M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 95086ee9ca5b 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:mon.b smithi179 running (47s) 36s ago 11m 19.0M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc 92e4afc4f3ed 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:mon.c smithi099 running (58s) 2s ago 11m 35.1M 2048M 16.2.14-521-g0e714d9a 1fbc92c859dc adb8e54fe08c 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.a smithi099 running (8m) 2s ago 8m 13.1M - 1.7.0 72c9c2088986 d3765b06c9d9 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:node-exporter.b smithi179 running (8m) 36s ago 8m 13.0M - 1.7.0 72c9c2088986 d30851658b8a 2024-02-10T08:40:08.733 INFO:teuthology.orchestra.run.smithi099.stdout:osd.0 smithi099 running (7s) 2s ago 11m 13.2M 4096M 16.2.14-521-g0e714d9a 1fbc92c859dc 71182e2ff54e 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:osd.1 smithi099 running (10m) 2s ago 10m 44.4M 4096M 15.2.0 204a01f9b0b6 27a80ff99135 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:osd.2 smithi099 running (10m) 2s ago 10m 41.9M 4096M 15.2.0 204a01f9b0b6 8328eabaac48 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:osd.3 smithi099 running (10m) 2s ago 10m 45.8M 4096M 15.2.0 204a01f9b0b6 6901820efc3d 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:osd.4 smithi179 running (9m) 36s ago 9m 47.2M 4096M 15.2.0 204a01f9b0b6 40b4077a032d 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:osd.5 smithi179 running (9m) 36s ago 9m 46.3M 4096M 15.2.0 204a01f9b0b6 321aaea056f0 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:osd.6 smithi179 running (9m) 36s ago 9m 43.8M 4096M 15.2.0 204a01f9b0b6 3b8bf30b9814 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:osd.7 smithi179 running (8m) 36s ago 8m 43.6M 4096M 15.2.0 204a01f9b0b6 5c7fd88920d2 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:prometheus.a smithi179 running (2m) 36s ago 8m 35.9M - 2.49.1 2a72b385beaf 57a48cf78cbe 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi099.wcvjcd smithi099 running (6m) 2s ago 6m 37.3M - 15.2.0 204a01f9b0b6 01bfcbedd222 2024-02-10T08:40:08.734 INFO:teuthology.orchestra.run.smithi099.stdout:rgw.r.z.smithi179.txupur smithi179 running (6m) 36s ago 6m 37.2M - 15.2.0 204a01f9b0b6 6abfee6cb5f5 2024-02-10T08:40:09.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:07.985822+0000 mgr.y (mgr.44106) 86 : cluster [DBG] pgmap v44: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 64/606 objects degraded (10.561%) 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.723497+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.723852+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.724163+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.724461+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.724742+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.725057+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.726696+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.726973+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.727276+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.727564+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:09 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.727841+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.413 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:07.985822+0000 mgr.y (mgr.44106) 86 : cluster [DBG] pgmap v44: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 64/606 objects degraded (10.561%) 2024-02-10T08:40:09.413 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.723497+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.413 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.723852+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.724163+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.724461+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.724742+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.725057+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.726696+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.726973+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.727276+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.727564+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.727841+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:07.985822+0000 mgr.y (mgr.44106) 86 : cluster [DBG] pgmap v44: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 296 MiB used, 708 GiB / 715 GiB avail; 64/606 objects degraded (10.561%) 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.723497+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.414 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.723852+0000 mon.a (mon.0) 333 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.724163+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.724461+0000 mon.a (mon.0) 335 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.724742+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.725057+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.726696+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.726973+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.727276+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.727564+0000 mon.a (mon.0) 341 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.415 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:09 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.727841+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.44106 172.21.15.99:0/2124339424' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-02-10T08:40:09.424 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions' 2024-02-10T08:40:10.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:10 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:08.721719+0000 mgr.y (mgr.44106) 87 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:10.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:10 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:08.721719+0000 mgr.y (mgr.44106) 87 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:10.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:10 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:08.721719+0000 mgr.y (mgr.44106) 87 : audit [DBG] from='client.54109 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-02-10T08:40:11.223 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:09.986444+0000 mgr.y (mgr.44106) 88 : cluster [DBG] pgmap v46: 129 pgs: 7 active+undersized+degraded, 9 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2024-02-10T08:40:11.223 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:11 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:09.986444+0000 mgr.y (mgr.44106) 88 : cluster [DBG] pgmap v46: 129 pgs: 7 active+undersized+degraded, 9 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2024-02-10T08:40:11.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:11 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:09.986444+0000 mgr.y (mgr.44106) 88 : cluster [DBG] pgmap v46: 129 pgs: 7 active+undersized+degraded, 9 active+undersized, 113 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail; 28/606 objects degraded (4.620%) 2024-02-10T08:40:11.467 INFO:teuthology.orchestra.run.smithi099.stdout:{ 2024-02-10T08:40:11.467 INFO:teuthology.orchestra.run.smithi099.stdout: "mon": { 2024-02-10T08:40:11.467 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 3 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "mgr": { 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 2 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "osd": { 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7, 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 1 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "mds": {}, 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "rgw": { 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: }, 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "overall": { 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 9, 2024-02-10T08:40:11.468 INFO:teuthology.orchestra.run.smithi099.stdout: "ceph version 16.2.14-521-g0e714d9a (0e714d9a4bd2a821113e6318adb87bd06cf81ec1) pacific (stable)": 6 2024-02-10T08:40:11.469 INFO:teuthology.orchestra.run.smithi099.stdout: } 2024-02-10T08:40:11.469 INFO:teuthology.orchestra.run.smithi099.stdout:} 2024-02-10T08:40:12.120 DEBUG:teuthology.orchestra.run.smithi099:> 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-02-10T08:40:12.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:12 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:11.176860+0000 mon.a (mon.0) 343 : cluster [WRN] Health check update: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded (PG_DEGRADED) 2024-02-10T08:40:12.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:12 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:11.467403+0000 mon.c (mon.1) 6 : audit [DBG] from='client.44154 172.21.15.99:0/2924063721' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:12.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:12 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:11.176860+0000 mon.a (mon.0) 343 : cluster [WRN] Health check update: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded (PG_DEGRADED) 2024-02-10T08:40:12.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:12 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:11.467403+0000 mon.c (mon.1) 6 : audit [DBG] from='client.44154 172.21.15.99:0/2924063721' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:12.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:12 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:11.176860+0000 mon.a (mon.0) 343 : cluster [WRN] Health check update: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded (PG_DEGRADED) 2024-02-10T08:40:12.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:12 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:11.467403+0000 mon.c (mon.1) 6 : audit [DBG] from='client.44154 172.21.15.99:0/2924063721' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:13.349 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:11.986820+0000 mgr.y (mgr.44106) 89 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-10T08:40:13.349 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:12.178484+0000 mon.a (mon.0) 344 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded) 2024-02-10T08:40:13.349 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:12.178507+0000 mon.a (mon.0) 345 : cluster [INF] Cluster is now healthy 2024-02-10T08:40:13.350 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:11.986820+0000 mgr.y (mgr.44106) 89 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-10T08:40:13.350 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:12.178484+0000 mon.a (mon.0) 344 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded) 2024-02-10T08:40:13.350 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:13 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:12.178507+0000 mon.a (mon.0) 345 : cluster [INF] Cluster is now healthy 2024-02-10T08:40:13.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:13 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:11.986820+0000 mgr.y (mgr.44106) 89 : cluster [DBG] pgmap v47: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-10T08:40:13.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:13 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:12.178484+0000 mon.a (mon.0) 344 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 28/606 objects degraded (4.620%), 7 pgs degraded) 2024-02-10T08:40:13.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:13 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:12.178507+0000 mon.a (mon.0) 345 : cluster [INF] Cluster is now healthy 2024-02-10T08:40:14.089 INFO:teuthology.orchestra.run.smithi099.stdout:false 2024-02-10T08:40:14.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:14 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: audit 2024-02-10T08:40:14.077424+0000 mon.c (mon.1) 7 : audit [DBG] from='client.44160 172.21.15.99:0/1936616132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:14.459 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:14 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: audit 2024-02-10T08:40:14.077424+0000 mon.c (mon.1) 7 : audit [DBG] from='client.44160 172.21.15.99:0/1936616132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:14.459 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:14 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: audit 2024-02-10T08:40:14.077424+0000 mon.c (mon.1) 7 : audit [DBG] from='client.44160 172.21.15.99:0/1936616132' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-02-10T08:40:14.800 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:40:14.801 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi099 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-02-10T08:40:15.026 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=f521a39e0d92442cb6993fee471d992e Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ljflores_ceph_57bd6abdec7bb457ae7999d9c96682e9ac678e27/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/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_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_d9fdb2209e15b39d9f061fd85399f352ce0f0894/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi099 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-02-10T08:40:15.028 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-02-10T08:40:15.038 INFO:tasks.cephadm:Teardown begin 2024-02-10T08:40:15.038 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:40:15.074 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:40:15.114 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-02-10T08:40:15.114 DEBUG:teuthology.orchestra.run.smithi099:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T08:40:15.133 DEBUG:teuthology.orchestra.run.smithi179:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-02-10T08:40:15.174 INFO:tasks.cephadm:Stopping all daemons... 2024-02-10T08:40:15.174 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-02-10T08:40:15.174 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a 2024-02-10T08:40:15.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:15 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: cluster 2024-02-10T08:40:13.987169+0000 mgr.y (mgr.44106) 90 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-10T08:40:15.473 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:15 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: cluster 2024-02-10T08:40:13.987169+0000 mgr.y (mgr.44106) 90 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-10T08:40:15.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:15 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: cluster 2024-02-10T08:40:13.987169+0000 mgr.y (mgr.44106) 90 : cluster [DBG] pgmap v48: 129 pgs: 129 active+clean; 7.0 KiB data, 297 MiB used, 708 GiB / 715 GiB avail 2024-02-10T08:40:15.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:15 smithi099 systemd[1]: Stopping Ceph mon.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:15.473 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:15 smithi099 bash[95353]: Error: no container with name or ID "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.a" found: no such container 2024-02-10T08:40:15.838 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:15 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:40:15.480+0000 7f729e5cb700 -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 2024-02-10T08:40:15.838 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:15 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a[89706]: debug 2024-02-10T08:40:15.480+0000 7f729e5cb700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-02-10T08:40:16.222 INFO:journalctl@ceph.mon.a.smithi099.stdout:Feb 10 08:40:15 smithi099 bash[95396]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-a 2024-02-10T08:40:16.313 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.a.service' 2024-02-10T08:40:16.361 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:16.361 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-02-10T08:40:16.362 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-02-10T08:40:16.362 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.c 2024-02-10T08:40:16.653 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:16 smithi099 systemd[1]: Stopping Ceph mon.c for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:16.653 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:16 smithi099 bash[95516]: Error: no container with name or ID "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.c" found: no such container 2024-02-10T08:40:16.972 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:16 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:40:16.650+0000 7f544d88b700 -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 2024-02-10T08:40:16.973 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:16 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c[91703]: debug 2024-02-10T08:40:16.650+0000 7f544d88b700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-02-10T08:40:17.472 INFO:journalctl@ceph.mon.c.smithi099.stdout:Feb 10 08:40:17 smithi099 bash[95556]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-c 2024-02-10T08:40:17.663 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.c.service' 2024-02-10T08:40:17.698 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:17.698 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-02-10T08:40:17.698 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-02-10T08:40:17.699 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.b 2024-02-10T08:40:17.999 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:17 smithi179 systemd[1]: Stopping Ceph mon.b for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:18.000 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:17 smithi179 bash[85564]: Error: no container with name or ID "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon.b" found: no such container 2024-02-10T08:40:18.390 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:17 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:40:17.998+0000 7f7cec3ed700 -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 2024-02-10T08:40:18.391 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:17 smithi179 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b[84050]: debug 2024-02-10T08:40:17.998+0000 7f7cec3ed700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-02-10T08:40:18.890 INFO:journalctl@ceph.mon.b.smithi179.stdout:Feb 10 08:40:18 smithi179 bash[85604]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mon-b 2024-02-10T08:40:18.929 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mon.b.service' 2024-02-10T08:40:18.979 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:18.980 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-02-10T08:40:18.980 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-02-10T08:40:18.980 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y 2024-02-10T08:40:19.289 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:40:19 smithi099 systemd[1]: Stopping Ceph mgr.y for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:19.289 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:40:19 smithi099 bash[95675]: Error: no container with name or ID "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.y" found: no such container 2024-02-10T08:40:19.621 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:40:19 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:40:19.287+0000 7fd7b674c700 -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 2024-02-10T08:40:19.622 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:40:19 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y[87650]: debug 2024-02-10T08:40:19.287+0000 7fd7b674c700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-02-10T08:40:19.972 INFO:journalctl@ceph.mgr.y.smithi099.stdout:Feb 10 08:40:19 smithi099 bash[95713]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-y 2024-02-10T08:40:20.039 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.y.service' 2024-02-10T08:40:20.074 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:20.075 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-02-10T08:40:20.075 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-02-10T08:40:20.075 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.x 2024-02-10T08:40:20.391 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:40:20 smithi179 systemd[1]: Stopping Ceph mgr.x for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:20.391 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:40:20 smithi179 bash[85724]: Error: no container with name or ID "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr.x" found: no such container 2024-02-10T08:40:20.890 INFO:journalctl@ceph.mgr.x.smithi179.stdout:Feb 10 08:40:20 smithi179 bash[85764]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-mgr-x 2024-02-10T08:40:21.129 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@mgr.x.service' 2024-02-10T08:40:21.167 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:21.167 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-02-10T08:40:21.167 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-02-10T08:40:21.167 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.0 2024-02-10T08:40:21.472 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:21 smithi099 systemd[1]: Stopping Ceph osd.0 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:21.473 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:21 smithi099 bash[95836]: Error: no container with name or ID "ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.0" found: no such container 2024-02-10T08:40:21.972 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:21 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd-0[93962]: debug 2024-02-10T08:40:21.475+0000 7f68fbe50700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-02-10T08:40:21.973 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:21 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd-0[93962]: debug 2024-02-10T08:40:21.475+0000 7f68fbe50700 -1 osd.0 73 *** Got signal Terminated *** 2024-02-10T08:40:21.973 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:21 smithi099 ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd-0[93962]: debug 2024-02-10T08:40:21.475+0000 7f68fbe50700 -1 osd.0 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:40:27.223 INFO:journalctl@ceph.osd.0.smithi099.stdout:Feb 10 08:40:26 smithi099 bash[95874]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd-0 2024-02-10T08:40:29.025 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.0.service' 2024-02-10T08:40:29.066 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:29.066 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-02-10T08:40:29.066 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-02-10T08:40:29.066 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.1 2024-02-10T08:40:29.272 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:40:29 smithi099 systemd[1]: Stopping Ceph osd.1 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:29.619 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:40:29 smithi099 bash[71671]: debug 2024-02-10T08:40:29.271+0000 7f31811b3700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:40:29.619 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:40:29 smithi099 bash[71671]: debug 2024-02-10T08:40:29.271+0000 7f31811b3700 -1 osd.1 73 *** Got signal Terminated *** 2024-02-10T08:40:29.619 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:40:29 smithi099 bash[71671]: debug 2024-02-10T08:40:29.271+0000 7f31811b3700 -1 osd.1 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:40:29.871 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:40:29 smithi099 bash[96111]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.1 2024-02-10T08:40:29.872 INFO:journalctl@ceph.osd.1.smithi099.stdout:Feb 10 08:40:29 smithi099 bash[96158]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/osd.1/unit.stop: No such file or directory 2024-02-10T08:40:31.338 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.1.service' 2024-02-10T08:40:31.385 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:31.385 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-02-10T08:40:31.385 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-02-10T08:40:31.385 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.2 2024-02-10T08:40:31.723 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:40:31 smithi099 systemd[1]: Stopping Ceph osd.2 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:31.723 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:40:31 smithi099 bash[73399]: debug 2024-02-10T08:40:31.525+0000 7f2b73e33700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:40:31.723 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:40:31 smithi099 bash[73399]: debug 2024-02-10T08:40:31.525+0000 7f2b73e33700 -1 osd.2 73 *** Got signal Terminated *** 2024-02-10T08:40:31.723 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:40:31 smithi099 bash[73399]: debug 2024-02-10T08:40:31.525+0000 7f2b73e33700 -1 osd.2 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:40:32.222 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:40:32 smithi099 bash[96277]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.2 2024-02-10T08:40:32.223 INFO:journalctl@ceph.osd.2.smithi099.stdout:Feb 10 08:40:32 smithi099 bash[96316]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/osd.2/unit.stop: No such file or directory 2024-02-10T08:40:33.389 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.2.service' 2024-02-10T08:40:33.428 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:33.428 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-02-10T08:40:33.428 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-02-10T08:40:33.429 DEBUG:teuthology.orchestra.run.smithi099:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.3 2024-02-10T08:40:33.655 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:40:33 smithi099 systemd[1]: Stopping Ceph osd.3 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:33.655 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:40:33 smithi099 bash[74903]: debug 2024-02-10T08:40:33.602+0000 7fa755000700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:40:33.656 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:40:33 smithi099 bash[74903]: debug 2024-02-10T08:40:33.602+0000 7fa755000700 -1 osd.3 73 *** Got signal Terminated *** 2024-02-10T08:40:33.656 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:40:33 smithi099 bash[74903]: debug 2024-02-10T08:40:33.602+0000 7fa755000700 -1 osd.3 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:40:34.223 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:40:34 smithi099 bash[96434]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.3 2024-02-10T08:40:34.223 INFO:journalctl@ceph.osd.3.smithi099.stdout:Feb 10 08:40:34 smithi099 bash[96475]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/osd.3/unit.stop: No such file or directory 2024-02-10T08:40:35.383 DEBUG:teuthology.orchestra.run.smithi099:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.3.service' 2024-02-10T08:40:35.423 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:35.423 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-02-10T08:40:35.423 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-02-10T08:40:35.423 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.4 2024-02-10T08:40:35.890 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:40:35 smithi179 systemd[1]: Stopping Ceph osd.4 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:35.891 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:40:35 smithi179 bash[68557]: debug 2024-02-10T08:40:35.572+0000 7fad91eaa700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:40:35.891 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:40:35 smithi179 bash[68557]: debug 2024-02-10T08:40:35.572+0000 7fad91eaa700 -1 osd.4 73 *** Got signal Terminated *** 2024-02-10T08:40:35.891 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:40:35 smithi179 bash[68557]: debug 2024-02-10T08:40:35.572+0000 7fad91eaa700 -1 osd.4 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:40:36.248 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:40:36 smithi179 bash[85888]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.4 2024-02-10T08:40:36.248 INFO:journalctl@ceph.osd.4.smithi179.stdout:Feb 10 08:40:36 smithi179 bash[85930]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/osd.4/unit.stop: No such file or directory 2024-02-10T08:40:37.429 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.4.service' 2024-02-10T08:40:37.470 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:37.470 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-02-10T08:40:37.470 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-02-10T08:40:37.471 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.5 2024-02-10T08:40:37.702 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:40:37 smithi179 systemd[1]: Stopping Ceph osd.5 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:37.702 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:40:37 smithi179 bash[69135]: debug 2024-02-10T08:40:37.649+0000 7fa20a107700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:40:37.702 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:40:37 smithi179 bash[69135]: debug 2024-02-10T08:40:37.649+0000 7fa20a107700 -1 osd.5 73 *** Got signal Terminated *** 2024-02-10T08:40:37.703 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:40:37 smithi179 bash[69135]: debug 2024-02-10T08:40:37.649+0000 7fa20a107700 -1 osd.5 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:40:38.334 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:40:38 smithi179 bash[86047]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.5 2024-02-10T08:40:38.334 INFO:journalctl@ceph.osd.5.smithi179.stdout:Feb 10 08:40:38 smithi179 bash[86087]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/osd.5/unit.stop: No such file or directory 2024-02-10T08:40:39.532 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.5.service' 2024-02-10T08:40:39.571 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:39.572 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-02-10T08:40:39.572 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-02-10T08:40:39.572 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.6 2024-02-10T08:40:39.812 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:40:39 smithi179 systemd[1]: Stopping Ceph osd.6 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:40.084 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:40:39 smithi179 bash[70773]: debug 2024-02-10T08:40:39.811+0000 7f62aaa56700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:40:40.084 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:40:39 smithi179 bash[70773]: debug 2024-02-10T08:40:39.811+0000 7f62aaa56700 -1 osd.6 73 *** Got signal Terminated *** 2024-02-10T08:40:40.085 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:40:39 smithi179 bash[70773]: debug 2024-02-10T08:40:39.811+0000 7f62aaa56700 -1 osd.6 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:40:40.390 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:40:40 smithi179 bash[86207]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.6 2024-02-10T08:40:40.390 INFO:journalctl@ceph.osd.6.smithi179.stdout:Feb 10 08:40:40 smithi179 bash[86248]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/osd.6/unit.stop: No such file or directory 2024-02-10T08:40:41.643 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.6.service' 2024-02-10T08:40:41.684 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:41.684 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-02-10T08:40:41.684 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-02-10T08:40:41.685 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.7 2024-02-10T08:40:41.891 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:40:41 smithi179 systemd[1]: Stopping Ceph osd.7 for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:41.891 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:40:41 smithi179 bash[72185]: debug 2024-02-10T08:40:41.855+0000 7f27b9d29700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-02-10T08:40:41.891 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:40:41 smithi179 bash[72185]: debug 2024-02-10T08:40:41.855+0000 7f27b9d29700 -1 osd.7 73 *** Got signal Terminated *** 2024-02-10T08:40:41.891 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:40:41 smithi179 bash[72185]: debug 2024-02-10T08:40:41.855+0000 7f27b9d29700 -1 osd.7 73 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-02-10T08:40:42.524 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:40:42 smithi179 bash[86367]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-osd.7 2024-02-10T08:40:42.524 INFO:journalctl@ceph.osd.7.smithi179.stdout:Feb 10 08:40:42 smithi179 bash[86409]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/osd.7/unit.stop: No such file or directory 2024-02-10T08:40:43.594 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@osd.7.service' 2024-02-10T08:40:43.633 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:43.633 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-02-10T08:40:43.634 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-02-10T08:40:43.634 DEBUG:teuthology.orchestra.run.smithi179:> sudo systemctl stop ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a 2024-02-10T08:40:43.846 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 systemd[1]: Stopping Ceph prometheus.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:43.846 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.816Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-02-10T08:40:43.846 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.816Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-02-10T08:40:43.846 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.816Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-02-10T08:40:43.846 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.817Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-02-10T08:40:43.847 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.817Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-02-10T08:40:43.847 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.817Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-02-10T08:40:43.847 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.817Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-02-10T08:40:43.847 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.817Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-02-10T08:40:43.847 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.817Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-02-10T08:40:43.847 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.818Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-02-10T08:40:43.847 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.818Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-02-10T08:40:43.847 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:43 smithi179 bash[79948]: ts=2024-02-10T08:40:43.818Z caller=main.go:1183 level=info msg="See you next time!" 2024-02-10T08:40:44.390 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:44 smithi179 bash[86526]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-prometheus.a 2024-02-10T08:40:44.390 INFO:journalctl@ceph.prometheus.a.smithi179.stdout:Feb 10 08:40:44 smithi179 bash[86565]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/prometheus.a/unit.stop: No such file or directory 2024-02-10T08:40:44.419 DEBUG:teuthology.orchestra.run.smithi179:> sudo pkill -f 'journalctl -f -n 0 -u ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@prometheus.a.service' 2024-02-10T08:40:44.456 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-02-10T08:40:44.456 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-02-10T08:40:44.456 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T08:40:44.590 INFO:teuthology.orchestra.run.smithi099.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-10T08:40:44.591 INFO:teuthology.orchestra.run.smithi099.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-10T08:40:44.591 INFO:teuthology.orchestra.run.smithi099.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-10T08:40:44.591 INFO:teuthology.orchestra.run.smithi099.stderr: [--retry RETRY] 2024-02-10T08:40:44.591 INFO:teuthology.orchestra.run.smithi099.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} 2024-02-10T08:40:44.591 INFO:teuthology.orchestra.run.smithi099.stderr: ... 2024-02-10T08:40:44.591 INFO:teuthology.orchestra.run.smithi099.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-10T08:40:44.600 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-10T08:40:44.601 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 --force --keep-logs 2024-02-10T08:40:44.723 INFO:teuthology.orchestra.run.smithi179.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-02-10T08:40:44.723 INFO:teuthology.orchestra.run.smithi179.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-02-10T08:40:44.723 INFO:teuthology.orchestra.run.smithi179.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-02-10T08:40:44.724 INFO:teuthology.orchestra.run.smithi179.stderr: [--retry RETRY] 2024-02-10T08:40:44.724 INFO:teuthology.orchestra.run.smithi179.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} 2024-02-10T08:40:44.724 INFO:teuthology.orchestra.run.smithi179.stderr: ... 2024-02-10T08:40:44.724 INFO:teuthology.orchestra.run.smithi179.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-02-10T08:40:44.732 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-02-10T08:40:44.733 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:40:44.760 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-02-10T08:40:44.787 INFO:tasks.cephadm:Archiving crash dumps... 2024-02-10T08:40:44.789 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279/remote/ubuntu@smithi099.front.sepia.ceph.com/crash 2024-02-10T08:40:44.790 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/crash -- . 2024-02-10T08:40:44.838 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279/remote/ubuntu@smithi179.front.sepia.ceph.com/crash 2024-02-10T08:40:44.839 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/crash -- . 2024-02-10T08:40:44.888 INFO:tasks.cephadm:Checking cluster log for badness... 2024-02-10T08:40:44.888 DEBUG:teuthology.orchestra.run.smithi099:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v '\(MON_DOWN\)' | egrep -v '\(PG_AVAILABILITY\)' | head -n 1 2024-02-10T08:40:44.917 INFO:teuthology.orchestra.run.smithi099.stdout:2024-02-10T08:29:40.274439+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-02-10T08:40:44.917 WARNING:tasks.cephadm:Found errors (ERR|WRN|SEC) in cluster log 2024-02-10T08:40:44.917 INFO:tasks.cephadm:Compressing logs... 2024-02-10T08:40:44.918 DEBUG:teuthology.orchestra.run.smithi099:> 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 -- 2024-02-10T08:40:44.959 DEBUG:teuthology.orchestra.run.smithi179:> 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 -- 2024-02-10T08:40:44.984 INFO:teuthology.orchestra.run.smithi099.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-02-10T08:40:44.984 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T08:40:44.984 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-client.rgw.r.z.smithi099.wcvjcd.log 2024-02-10T08:40:44.984 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T08:40:44.986 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.2.log 2024-02-10T08:40:44.986 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-client.rgw.r.z.smithi099.wcvjcd.log: 58.8% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-client.rgw.r.z.smithi099.wcvjcd.log.gz 2024-02-10T08:40:44.986 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mgr.y.log 2024-02-10T08:40:44.986 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T08:40:44.986 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T08:40:44.986 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.audit.log: /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.cephadm.log: 89.8% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T08:40:44.988 INFO:teuthology.orchestra.run.smithi099.stderr: 89.7% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T08:40:44.988 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.3.log 2024-02-10T08:40:44.988 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.0.log 2024-02-10T08:40:44.988 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.a.log 2024-02-10T08:40:44.989 INFO:teuthology.orchestra.run.smithi179.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-02-10T08:40:44.990 INFO:teuthology.orchestra.run.smithi179.stderr:: No such file or directory 2024-02-10T08:40:44.990 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.6.log 2024-02-10T08:40:44.990 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-volume.log 2024-02-10T08:40:44.990 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.audit.log 2024-02-10T08:40:44.990 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.6.log: /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.cephadm.log 2024-02-10T08:40:44.990 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.7.log 2024-02-10T08:40:44.990 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.audit.log: /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.cephadm.log: 90.4% -- replaced with /var/log/ceph/cephadm.log.gz 2024-02-10T08:40:44.991 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.7.log: 81.2% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.cephadm.log.gz 2024-02-10T08:40:44.991 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mgr.x.log 2024-02-10T08:40:44.991 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.b.log 2024-02-10T08:40:44.991 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-client.rgw.r.z.smithi179.txupur.log 2024-02-10T08:40:44.991 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mgr.x.log: /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.b.log: /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-client.rgw.r.z.smithi179.txupur.log: 58.8% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-client.rgw.r.z.smithi179.txupur.log.gz 2024-02-10T08:40:44.992 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.log 2024-02-10T08:40:44.992 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.log: 91.3% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T08:40:44.992 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.0.log: /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.a.log: 91.3% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-volume.log.gz 2024-02-10T08:40:44.992 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.c.log 2024-02-10T08:40:44.993 INFO:teuthology.orchestra.run.smithi179.stderr: 87.0% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T08:40:44.994 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.4.log 2024-02-10T08:40:44.994 INFO:teuthology.orchestra.run.smithi179.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.5.log 2024-02-10T08:40:44.994 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.log 2024-02-10T08:40:44.997 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.log: 92.7% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.log.gz 2024-02-10T08:40:44.998 INFO:teuthology.orchestra.run.smithi099.stderr:gzip -5 --verbose -- /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.1.log 2024-02-10T08:40:44.999 INFO:teuthology.orchestra.run.smithi179.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.4.log: /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.5.log: 95.5% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T08:40:45.015 INFO:teuthology.orchestra.run.smithi179.stderr: 89.9% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mgr.x.log.gz 2024-02-10T08:40:45.016 INFO:teuthology.orchestra.run.smithi099.stderr:/var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.1.log: 96.3% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph.audit.log.gz 2024-02-10T08:40:45.181 INFO:teuthology.orchestra.run.smithi099.stderr: 92.8% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.2.log.gz 2024-02-10T08:40:45.219 INFO:teuthology.orchestra.run.smithi099.stderr: 91.7% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mgr.y.log.gz 2024-02-10T08:40:45.257 INFO:teuthology.orchestra.run.smithi179.stderr: 92.7% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.6.log.gz 2024-02-10T08:40:45.334 INFO:teuthology.orchestra.run.smithi179.stderr: 93.1% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.b.log.gz 2024-02-10T08:40:45.335 INFO:teuthology.orchestra.run.smithi179.stderr: 93.2% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.4.log.gz 2024-02-10T08:40:45.381 INFO:teuthology.orchestra.run.smithi099.stderr: 93.1% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.0.log.gz 2024-02-10T08:40:45.389 INFO:teuthology.orchestra.run.smithi179.stderr: 93.0% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.5.log.gz 2024-02-10T08:40:45.413 INFO:teuthology.orchestra.run.smithi099.stderr: 93.2% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.3.log.gz 2024-02-10T08:40:45.422 INFO:teuthology.orchestra.run.smithi179.stderr: 93.2% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.7.log.gz 2024-02-10T08:40:45.423 INFO:teuthology.orchestra.run.smithi179.stderr: 2024-02-10T08:40:45.423 INFO:teuthology.orchestra.run.smithi179.stderr:real 0m0.447s 2024-02-10T08:40:45.423 INFO:teuthology.orchestra.run.smithi179.stderr:user 0m1.765s 2024-02-10T08:40:45.423 INFO:teuthology.orchestra.run.smithi179.stderr:sys 0m0.089s 2024-02-10T08:40:45.440 INFO:teuthology.orchestra.run.smithi099.stderr: 93.9% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.c.log.gz 2024-02-10T08:40:45.456 INFO:teuthology.orchestra.run.smithi099.stderr: 93.4% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-osd.1.log.gz 2024-02-10T08:40:45.726 INFO:teuthology.orchestra.run.smithi099.stderr: 91.1% -- replaced with /var/log/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/ceph-mon.a.log.gz 2024-02-10T08:40:45.729 INFO:teuthology.orchestra.run.smithi099.stderr: 2024-02-10T08:40:45.729 INFO:teuthology.orchestra.run.smithi099.stderr:real 0m0.754s 2024-02-10T08:40:45.729 INFO:teuthology.orchestra.run.smithi099.stderr:user 0m2.843s 2024-02-10T08:40:45.729 INFO:teuthology.orchestra.run.smithi099.stderr:sys 0m0.118s 2024-02-10T08:40:45.730 INFO:tasks.cephadm:Archiving logs... 2024-02-10T08:40:45.730 DEBUG:teuthology.misc:Transferring archived files from smithi099:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279/remote/ubuntu@smithi099.front.sepia.ceph.com/log 2024-02-10T08:40:45.732 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T08:40:46.205 DEBUG:teuthology.misc:Transferring archived files from smithi179:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279/remote/ubuntu@smithi179.front.sepia.ceph.com/log 2024-02-10T08:40:46.206 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /var/log/ceph -- . 2024-02-10T08:40:46.487 INFO:tasks.cephadm:Removing cluster... 2024-02-10T08:40:46.488 DEBUG:teuthology.orchestra.run.smithi099:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 --force 2024-02-10T08:40:47.473 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:40:47 smithi099 systemd[1]: Stopping Ceph node-exporter.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:48.141 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:40:47 smithi099 bash[96967]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-node-exporter.a 2024-02-10T08:40:48.141 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:40:47 smithi099 bash[97012]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2024-02-10T08:40:48.141 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:40:48 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-02-10T08:40:48.142 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:40:48 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-02-10T08:40:48.142 INFO:journalctl@ceph.node-exporter.a.smithi099.stdout:Feb 10 08:40:48 smithi099 systemd[1]: Stopped Ceph node-exporter.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:40:48.472 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:40:48 smithi099 systemd[1]: Stopping Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:40:48.473 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:40:48 smithi099 bash[86940]: ts=2024-02-10T08:40:48.257Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-02-10T08:40:48.807 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:40:48 smithi099 bash[97048]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-alertmanager.a 2024-02-10T08:40:48.807 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:40:48 smithi099 bash[97086]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2024-02-10T08:40:49.223 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:40:48 smithi099 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@alertmanager.a.service: Succeeded. 2024-02-10T08:40:49.223 INFO:journalctl@ceph.alertmanager.a.smithi099.stdout:Feb 10 08:40:48 smithi099 systemd[1]: Stopped Ceph alertmanager.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:40:59.998 DEBUG:teuthology.orchestra.run.smithi179:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 0db3f732-c7ee-11ee-95b8-87774f69a715 --force 2024-02-10T08:41:01.122 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:41:00 smithi179 systemd[1]: Stopping Ceph node-exporter.b for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:41:01.640 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[86971]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-node-exporter.b 2024-02-10T08:41:01.640 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[87010]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2024-02-10T08:41:02.007 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:41:01 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-02-10T08:41:02.007 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:41:01 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-02-10T08:41:02.007 INFO:journalctl@ceph.node-exporter.b.smithi179.stdout:Feb 10 08:41:01 smithi179 systemd[1]: Stopped Ceph node-exporter.b for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:41:02.007 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 systemd[1]: Stopping Ceph grafana.a for 0db3f732-c7ee-11ee-95b8-87774f69a715... 2024-02-10T08:41:02.008 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-02-10T08:41:02.008 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-02-10T08:41:02.008 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-02-10T08:41:02.008 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-02-10T08:41:02.008 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-02-10T08:41:02.008 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-02-10T08:41:02.008 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-02-10T08:41:02.009 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-02-10T08:41:02.009 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-02-10T08:41:02.009 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-02-10T08:41:02.009 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped Stream Manager" 2024-02-10T08:41:02.009 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-02-10T08:41:02.009 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:01 smithi179 bash[74695]: t=2024-02-10T08:41:01+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-02-10T08:41:02.640 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:02 smithi179 bash[87045]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715-grafana.a 2024-02-10T08:41:02.640 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:02 smithi179 bash[87082]: bash: /var/lib/ceph/0db3f732-c7ee-11ee-95b8-87774f69a715/grafana.a/unit.stop: No such file or directory 2024-02-10T08:41:02.641 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:02 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-02-10T08:41:02.641 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:02 smithi179 systemd[1]: ceph-0db3f732-c7ee-11ee-95b8-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-02-10T08:41:02.641 INFO:journalctl@ceph.grafana.a.smithi179.stdout:Feb 10 08:41:02 smithi179 systemd[1]: Stopped Ceph grafana.a for 0db3f732-c7ee-11ee-95b8-87774f69a715. 2024-02-10T08:41:13.689 INFO:tasks.cephadm:Removing cephadm ... 2024-02-10T08:41:13.690 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T08:41:13.713 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf /home/ubuntu/cephtest/cephadm 2024-02-10T08:41:13.731 INFO:tasks.cephadm:Teardown complete 2024-02-10T08:41:13.731 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-02-10T08:41:13.742 INFO:teuthology.task.clock:Checking final clock skew... 2024-02-10T08:41:13.742 DEBUG:teuthology.orchestra.run.smithi099:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T08:41:13.755 DEBUG:teuthology.orchestra.run.smithi179:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-02-10T08:41:13.772 INFO:teuthology.orchestra.run.smithi099.stderr:bash: ntpq: command not found 2024-02-10T08:41:13.777 INFO:teuthology.orchestra.run.smithi099.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T08:41:13.777 INFO:teuthology.orchestra.run.smithi099.stdout:=============================================================================== 2024-02-10T08:41:13.778 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 60 +220us[ +220us] +/- 106ms 2024-02-10T08:41:13.778 INFO:teuthology.orchestra.run.smithi099.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 58 +174us[ +174us] +/- 66ms 2024-02-10T08:41:13.778 INFO:teuthology.orchestra.run.smithi099.stdout:^* hv03.front.sepia.ceph.com 3 6 377 58 -290us[ -290us] +/- 63ms 2024-02-10T08:41:13.778 INFO:teuthology.orchestra.run.smithi099.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:41:13.788 INFO:teuthology.orchestra.run.smithi179.stderr:bash: ntpq: command not found 2024-02-10T08:41:13.792 INFO:teuthology.orchestra.run.smithi179.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-02-10T08:41:13.792 INFO:teuthology.orchestra.run.smithi179.stdout:=============================================================================== 2024-02-10T08:41:13.792 INFO:teuthology.orchestra.run.smithi179.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 56 +221us[ +221us] +/- 106ms 2024-02-10T08:41:13.792 INFO:teuthology.orchestra.run.smithi179.stdout:^+ hv02.front.sepia.ceph.com 3 6 377 56 +159us[ +159us] +/- 66ms 2024-02-10T08:41:13.792 INFO:teuthology.orchestra.run.smithi179.stdout:^* hv03.front.sepia.ceph.com 3 6 377 59 -307us[ -301us] +/- 63ms 2024-02-10T08:41:13.792 INFO:teuthology.orchestra.run.smithi179.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-02-10T08:41:13.793 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-02-10T08:41:13.802 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-02-10T08:41:13.803 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-02-10T08:41:13.825 DEBUG:teuthology.orchestra.run.smithi099:> 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 2024-02-10T08:41:13.895 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-02-10T08:41:13.957 DEBUG:teuthology.orchestra.run.smithi099:> 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 2024-02-10T08:41:13.988 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:41:13.988 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-02-10T08:41:14.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:41:14.017 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-02-10T08:41:14.026 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-02-10T08:41:14.064 INFO:teuthology.task.internal:Duration was 1342.866689 seconds 2024-02-10T08:41:14.064 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-02-10T08:41:14.093 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-02-10T08:41:14.093 DEBUG:teuthology.orchestra.run.smithi099:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T08:41:14.096 DEBUG:teuthology.orchestra.run.smithi179:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-02-10T08:41:14.141 INFO:teuthology.orchestra.run.smithi179.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:41:14.142 INFO:teuthology.orchestra.run.smithi099.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-02-10T08:41:14.481 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-02-10T08:41:14.482 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi099.front.sepia.ceph.com 2024-02-10T08:41:14.482 DEBUG:teuthology.orchestra.run.smithi099:> 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 2024-02-10T08:41:14.504 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi179.front.sepia.ceph.com 2024-02-10T08:41:14.504 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-02-10T08:41:14.527 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-02-10T08:41:14.527 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T08:41:14.546 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-02-10T08:41:14.629 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-02-10T08:41:14.629 DEBUG:teuthology.orchestra.run.smithi099:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T08:41:14.631 DEBUG:teuthology.orchestra.run.smithi179:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-02-10T08:41:14.809 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-02-10T08:41:14.820 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-02-10T08:41:14.820 DEBUG:teuthology.orchestra.run.smithi099:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T08:41:14.847 DEBUG:teuthology.orchestra.run.smithi179:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-02-10T08:41:14.874 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-02-10T08:41:14.885 DEBUG:teuthology.orchestra.run.smithi099:> 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 2024-02-10T08:41:14.889 DEBUG:teuthology.orchestra.run.smithi179:> 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 2024-02-10T08:41:14.913 INFO:teuthology.orchestra.run.smithi099.stdout:kernel.core_pattern = core 2024-02-10T08:41:14.941 INFO:teuthology.orchestra.run.smithi179.stdout:kernel.core_pattern = core 2024-02-10T08:41:14.985 DEBUG:teuthology.orchestra.run.smithi099:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T08:41:15.001 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:41:15.002 DEBUG:teuthology.orchestra.run.smithi179:> test -e /home/ubuntu/cephtest/archive/coredump 2024-02-10T08:41:15.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-02-10T08:41:15.043 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-02-10T08:41:15.053 INFO:teuthology.task.internal:Transferring archived files... 2024-02-10T08:41:15.054 DEBUG:teuthology.misc:Transferring archived files from smithi099:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279/remote/smithi099 2024-02-10T08:41:15.055 DEBUG:teuthology.orchestra.run.smithi099:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T08:41:15.102 DEBUG:teuthology.misc:Transferring archived files from smithi179:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279/remote/smithi179 2024-02-10T08:41:15.103 DEBUG:teuthology.orchestra.run.smithi179:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-02-10T08:41:15.145 INFO:teuthology.task.internal:Removing archive directory... 2024-02-10T08:41:15.145 DEBUG:teuthology.orchestra.run.smithi099:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T08:41:15.148 DEBUG:teuthology.orchestra.run.smithi179:> rm -rf -- /home/ubuntu/cephtest/archive 2024-02-10T08:41:15.196 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-02-10T08:41:15.210 INFO:teuthology.task.internal:Not uploading archives. 2024-02-10T08:41:15.211 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-02-10T08:41:15.226 INFO:teuthology.task.internal:Tidying up after the test... 2024-02-10T08:41:15.227 DEBUG:teuthology.orchestra.run.smithi099:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T08:41:15.229 DEBUG:teuthology.orchestra.run.smithi179:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-02-10T08:41:15.244 INFO:teuthology.orchestra.run.smithi099.stdout: 525364 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 08:41 /home/ubuntu/cephtest 2024-02-10T08:41:15.254 INFO:teuthology.orchestra.run.smithi179.stdout: 525364 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 10 08:41 /home/ubuntu/cephtest 2024-02-10T08:41:15.255 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-02-10T08:41:15.265 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-02-10T08:41:15.327 INFO:teuthology.nuke:Checking targets against current locks 2024-02-10T08:41:15.355 DEBUG:teuthology.nuke:shortname: smithi099 2024-02-10T08:41:15.355 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T08:41:15.381 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi099.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:41:59.217892', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBBPfPRsM8TpEIE1DWe0LoeMOU+dV808GJ5py0M/IYUn+BVs1acs1ECF9xeNtWZSDXEsVAYB8cTyKJu7XNL/7Ew8='} 2024-02-10T08:41:15.385 DEBUG:teuthology.nuke:shortname: smithi179 2024-02-10T08:41:15.385 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-02-10T08:41:15.409 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi179.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-02-09_21:34:44-rados-wip-yuri10-testing-2024-02-08-0854-pacific-distro-default-smithi/7555279', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-02-10 07:41:59.219845', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIHp9gAielsm7WeJS4cPfW5JKr5S8Evc0LdSKBULaMM3lVSGd7aoF0ows0ya+ZRrPxelqDHlimqHagoCv+wAJDI='} 2024-02-10T08:41:15.437 INFO:teuthology.orchestra.console.smithi099:Power off 2024-02-10T08:41:15.438 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T08:41:15.461 DEBUG:teuthology.orchestra.console.smithi099:power off output: Chassis Power Control: Down/Off 2024-02-10T08:41:15.461 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:41:15.479 INFO:teuthology.orchestra.console.smithi179:Power off 2024-02-10T08:41:15.480 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-02-10T08:41:15.488 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2024-02-10T08:41:15.501 DEBUG:teuthology.orchestra.console.smithi179:power off output: Chassis Power Control: Down/Off 2024-02-10T08:41:15.501 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:41:15.525 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-02-10T08:41:19.490 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:41:19.526 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:41:19.601 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is on 2024-02-10T08:41:19.637 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is on 2024-02-10T08:41:23.604 DEBUG:teuthology.orchestra.console.smithi099:pexpect command: ipmitool -H smithi099.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:41:23.638 DEBUG:teuthology.orchestra.console.smithi179:pexpect command: ipmitool -H smithi179.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-02-10T08:41:23.716 DEBUG:teuthology.orchestra.console.smithi099:check power output: Chassis Power is off 2024-02-10T08:41:23.748 DEBUG:teuthology.orchestra.console.smithi179:check power output: Chassis Power is off 2024-02-10T08:41:23.817 INFO:teuthology.orchestra.console.smithi099:Power off completed 2024-02-10T08:41:23.849 INFO:teuthology.orchestra.console.smithi179:Power off completed 2024-02-10T08:41:23.954 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: 1342.8666887283325 failure_reason: 'Command failed on smithi099 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 0db3f732-c7ee-11ee-95b8-87774f69a715 -e sha1=0e714d9a4bd2a821113e6318adb87bd06cf81ec1 -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=f521a39e0d92442cb6993fee471d992e status: fail success: false 2024-02-10T08:41:23.955 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-02-10T08:41:24.034 INFO:teuthology.run:FAIL